commit | e6ffbcb6cd0ac471223df24ae77eb486c1ee68cc | [log] [tgz] |
---|---|---|
author | Adrian Drzewiecki <adriand@vmware.com> | Wed Aug 18 11:49:02 2010 +1000 |
committer | NeilBrown <neilb@suse.de> | Wed Aug 18 11:49:02 2010 +1000 |
tree | 8739230c95a051c8ab95fdbfd90ec2e6ce0bf3c9 | |
parent | 3a3a5ddb7a0f43c3dd0f98673f3d930a456725f8 [diff] |
md: Notify sysfs when RAID1/5/10 disk is In_sync. When RAID1 is done syncing disks, it'll update the state of synced rdevs to In_sync. But it neglected to notify sysfs that the attribute changed. So any programs that are waiting for an rdev's state to change will not be woken. (raid5/raid10 added by neilb) Signed-off-by: Adrian Drzewiecki <adriand@vmware.com> Signed-off-by: NeilBrown <neilb@suse.de>