[lvm-devel] LVM2/tools vgreduce.c

agk at sourceware.org agk at sourceware.org
Mon Nov 19 18:24:09 UTC 2007


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk at sourceware.org	2007-11-19 18:24:09

Modified files:
	tools          : vgreduce.c 

Log message:
	note pvmove breakage

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/vgreduce.c.diff?cvsroot=lvm2&r1=1.71&r2=1.72

--- LVM2/tools/vgreduce.c	2007/11/15 21:30:52	1.71
+++ LVM2/tools/vgreduce.c	2007/11/19 18:24:08	1.72
@@ -182,7 +182,7 @@
 				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)) {




More information about the lvm-devel mailing list