[lvm-devel] LVM2/tools pvremove.c

zkabelac at sourceware.org zkabelac at sourceware.org
Thu Mar 1 21:46:32 UTC 2012


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at sourceware.org	2012-03-01 21:46:31

Modified files:
	tools          : pvremove.c 

Log message:
	Replace goto with just log_debug
	
	FIXME: temporal quick hack to make things green
	There might be a better reaction.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/pvremove.c.diff?cvsroot=lvm2&r1=1.38&r2=1.39

--- LVM2/tools/pvremove.c	2012/02/28 18:08:08	1.38
+++ LVM2/tools/pvremove.c	2012/03/01 21:46:31	1.39
@@ -129,7 +129,7 @@
 	}
 
 	if (!lvmetad_pv_gone(dev->dev))
-		goto_out;
+		log_debug("PV gone"); /* FIXME any better idea */
 
 	log_print("Labels on physical volume \"%s\" successfully wiped",
 		  pv_name);




More information about the lvm-devel mailing list