]> sourceware.org Git - lvm2.git/commit
RAID: Disallow addition of RAID images while array is not in-sync
authorJonathan Brassow <jbrassow@redhat.com>
Mon, 10 Sep 2012 22:15:20 +0000 (17:15 -0500)
committerJonathan Brassow <jbrassow@redhat.com>
Mon, 10 Sep 2012 22:15:20 +0000 (17:15 -0500)
commitcdb0339319c89b8d1e5611537e9775a8c3ce5844
tree16c2baba387d4b8fffe94c4cd03580917188b47e
parentb49b98d50c558a142d0a2ef55279eea00bd36eba
RAID:  Disallow addition of RAID images while array is not in-sync

We cannot add images to a RAID array while it is not in-sync.  The
kernel will simply reject the table, saying:
'rebuild' specified while array is not in-sync
Now we check to ensure the LV is in-sync before attempting image
additions.
lib/metadata/raid_manip.c
This page took 0.036957 seconds and 5 git commands to generate.