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