mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
.
This commit is contained in:
parent
3a370b7350
commit
f72dd2c732
@ -252,10 +252,8 @@ static int _move_mirrors(struct volume_group *vg_from,
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (seg_in == seg->area_count && log_in) {
|
||||
if (!_move_one_lv(vg_from, vg_to, lvh))
|
||||
return 0;
|
||||
}
|
||||
if (seg_in == seg->area_count && log_in)
|
||||
_move_one_lv(vg_from, vg_to, lvh);
|
||||
}
|
||||
|
||||
return 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user