[lvm-devel] LVM2 WHATS_NEW_DM

agk at sourceware.org agk at sourceware.org
Tue Feb 28 17:47:24 UTC 2012


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk at sourceware.org	2012-02-28 17:47:24

Modified files:
	.              : WHATS_NEW_DM 

Log message:
	Fix empty string warning logic in _find_config_str. (1.02.68)
	
	pvcreate gives
	WARNING: Ignoring unsupported value for metadata/pvmetadataignore.
	
	It was warning if there is no config file entry instead of only if the node
	exists but is empty.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.575&r2=1.576

--- LVM2/WHATS_NEW_DM	2012/02/28 08:36:51	1.575
+++ LVM2/WHATS_NEW_DM	2012/02/28 17:47:24	1.576
@@ -1,5 +1,6 @@
 Version 1.02.73 - 
 ====================================
+  Fix empty string warning logic in _find_config_str. (1.02.68)
   Fix dm_task_set_name to properly resolve path to dm name (1.02.71).
   Add dm_strncpy() function as a faster strncpy() replacement.
 




More information about the lvm-devel mailing list