mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-06 17:45:22 +00:00
Update check array column descriptions in md_devices (#6572)
This commit is contained in:
parent
dcf72523f7
commit
1cf5b5da13
@ -29,9 +29,9 @@ schema([
|
||||
Column("reshape_progress", TEXT, "Progress of the reshape activity"),
|
||||
Column("reshape_finish", TEXT, "Estimated duration of reshape activity"),
|
||||
Column("reshape_speed", TEXT, "Speed of reshape activity"),
|
||||
Column("check_array_progress", TEXT, "Progress of the resync activity"),
|
||||
Column("check_array_finish", TEXT, "Estimated duration of resync activity"),
|
||||
Column("check_array_speed", TEXT, "Speed of resync activity"),
|
||||
Column("check_array_progress", TEXT, "Progress of the check array activity"),
|
||||
Column("check_array_finish", TEXT, "Estimated duration of the check array activity"),
|
||||
Column("check_array_speed", TEXT, "Speed of the check array activity"),
|
||||
Column("unused_devices", TEXT, "Unused devices"),
|
||||
Column("other", TEXT,
|
||||
"Other information associated with array from /proc/mdstat"),
|
||||
|
Loading…
Reference in New Issue
Block a user