Update check array column descriptions in md_devices (#6572)

This commit is contained in:
Ahsan Athallah 2020-08-01 10:27:38 +07:00 committed by GitHub
parent dcf72523f7
commit 1cf5b5da13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"),