commit | 2e727c3ca1beff05f27b6207a795790f222bf8d8 | [log] [tgz] |
---|---|---|
author | Jonathan E Brassow <jbrassow@redhat.com> | Mon Oct 31 20:21:26 2011 +0000 |
committer | Alasdair G Kergon <agk@redhat.com> | Mon Oct 31 20:21:26 2011 +0000 |
tree | d00c9aeea0173051fe3bbd4398697acab9ab61ca | |
parent | 5a25f0eb707bbb4a5aaaf19c933605a6dbaf77a5 [diff] |
dm: raid fix device status indicator when array initializing When devices in a RAID array are not in-sync, they are supposed to be reported as such in the status output as an 'a' character, which means "alive, but not in-sync". But when the entire array is rebuilt 'A' is being used, which is incorrect. This patch corrects this to 'a'. Signed-off-by: Jonathan Brassow <jbrassow@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>