mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
cleanup: add doc for raid status states
Show possible values for raid fields user may get ATM.
This commit is contained in:
parent
e38678be3f
commit
74923c213f
@ -1,5 +1,6 @@
|
|||||||
Version 1.02.137 -
|
Version 1.02.137 -
|
||||||
====================================
|
====================================
|
||||||
|
Document raid status values.
|
||||||
|
|
||||||
Version 1.02.136 - 5th November 2016
|
Version 1.02.136 - 5th November 2016
|
||||||
====================================
|
====================================
|
||||||
|
@ -327,7 +327,9 @@ struct dm_status_raid {
|
|||||||
uint64_t mismatch_count;
|
uint64_t mismatch_count;
|
||||||
uint32_t dev_count;
|
uint32_t dev_count;
|
||||||
char *raid_type;
|
char *raid_type;
|
||||||
|
/* A - alive, a - alive not in-sync, D - dead/failed */
|
||||||
char *dev_health;
|
char *dev_health;
|
||||||
|
/* idle, frozen, resync, recover, check, repair */
|
||||||
char *sync_action;
|
char *sync_action;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user