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

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