1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +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)
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)) {