diff --git a/tools/vgreduce.c b/tools/vgreduce.c index 209e1d36d..771620122 100644 --- a/tools/vgreduce.c +++ b/tools/vgreduce.c @@ -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)) {