[lvm-devel] LVM2/lib/commands toolcontext.c

agk at sourceware.org agk at sourceware.org
Wed Apr 2 21:31:14 UTC 2008


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk at sourceware.org	2008-04-02 21:31:14

Modified files:
	lib/commands   : toolcontext.c 

Log message:
	enable vg metadata cache by default

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/commands/toolcontext.c.diff?cvsroot=lvm2&r1=1.57&r2=1.58

--- LVM2/lib/commands/toolcontext.c	2008/01/30 13:59:58	1.57
+++ LVM2/lib/commands/toolcontext.c	2008/04/02 21:31:14	1.58
@@ -987,6 +987,7 @@
 	if (!_init_backup(cmd))
 		goto error;
 
+	cmd->default_settings.cache_vgmetadata = 1;
 	cmd->current_settings = cmd->default_settings;
 
 	cmd->config_valid = 1;




More information about the lvm-devel mailing list