mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
raid_manip: allow for raid leg to be replaced when not both data and metadata image are on pvs
resolves rhbz#1130329
This commit is contained in:
parent
d03b1779b4
commit
18cf5e8e67
@ -914,7 +914,7 @@ static int _raid_extract_images(struct logical_volume *lv, uint32_t new_count,
|
||||
display_lvname(seg_lv(seg, s)));
|
||||
} else {
|
||||
/* Conditions for second pass */
|
||||
if (!lv_is_on_pvs(seg_lv(seg, s), target_pvs) ||
|
||||
if (!lv_is_on_pvs(seg_lv(seg, s), target_pvs) &&
|
||||
!lv_is_on_pvs(seg_metalv(seg, s), target_pvs))
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user