]> git.karo-electronics.de Git - karo-tx-linux.git/commit
When devices in a RAID array are not in-sync, they are supposed to be
authorJonathan E Brassow <jbrassow@redhat.com>
Tue, 1 Nov 2011 00:15:36 +0000 (11:15 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 1 Nov 2011 00:15:36 +0000 (11:15 +1100)
commit0daefd7941a50d6ca03dc677a46da3c1f79ba4bd
tree0250a7f07000323d2a5ef561b96fa7701ea1f508
parent58029c27038b40b78f746e8324beb89dea04f9ff
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>
drivers/md/dm-raid.c