mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-11 09:18:25 +03:00
note pvmove breakage
This commit is contained in:
parent
d6e5e3d103
commit
edffc52927
@ -182,7 +182,7 @@ static int _make_vg_consistent(struct cmd_context *cmd, struct volume_group *vg)
|
||||
if (seg_type(seg, s) != AREA_PV)
|
||||
continue;
|
||||
|
||||
/* FIXME Also check for segs on deleted LVs */
|
||||
/* FIXME Also check for segs on deleted LVs (incl pvmove) */
|
||||
|
||||
pv = seg_pv(seg, s);
|
||||
if (!pv || !pv_dev(pv)) {
|
||||
|
Loading…
Reference in New Issue
Block a user