mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-02 04:22:02 +03:00
cleanup: add doc for raid status states
Show possible values for raid fields user may get ATM.
This commit is contained in:
@ -327,7 +327,9 @@ struct dm_status_raid {
|
||||
uint64_t mismatch_count;
|
||||
uint32_t dev_count;
|
||||
char *raid_type;
|
||||
/* A - alive, a - alive not in-sync, D - dead/failed */
|
||||
char *dev_health;
|
||||
/* idle, frozen, resync, recover, check, repair */
|
||||
char *sync_action;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user