1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00
This commit is contained in:
Alasdair Kergon 2008-04-10 20:02:04 +00:00
parent 3a370b7350
commit f72dd2c732

View File

@ -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;