public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2 tools/vgrename.c ./WHATS_NEW
@ 2008-06-06 13:04 agk
  0 siblings, 0 replies; only message in thread
From: agk @ 2008-06-06 13:04 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2008-06-06 13:04:44

Modified files:
	tools          : vgrename.c 
	.              : WHATS_NEW 

Log message:
	Drop cached metadata when renaming a VG.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/vgrename.c.diff?cvsroot=lvm2&r1=1.52&r2=1.53
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.885&r2=1.886

--- LVM2/tools/vgrename.c	2008/04/30 14:34:02	1.52
+++ LVM2/tools/vgrename.c	2008/06/06 13:04:43	1.53
@@ -133,6 +133,8 @@
 		}
 	}
 
+	drop_cached_metadata(vg_old);
+
 	/* store it on disks */
 	log_verbose("Writing out updated volume group");
 	if (!vg_write(vg_old) || !vg_commit(vg_old)) {
--- LVM2/WHATS_NEW	2008/06/06 09:48:04	1.885
+++ LVM2/WHATS_NEW	2008/06/06 13:04:44	1.886
@@ -9,6 +9,7 @@
 
 Version 2.02.37 - 
 =================================
+  Drop cached metadata when renaming a VG.
   Allow for vginfo changing during _vg_read.
   Decode numbers in clvmd debugging output.
   Add missing deactivation after activation failure in lvcreate -Zy.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-06 13:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-06 13:04 LVM2 tools/vgrename.c ./WHATS_NEW agk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).