1
0
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:
Alasdair Kergon 2007-11-19 18:24:08 +00:00
parent 3e50ea9eef
commit cd1525ac51

View File

@ -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)) {