[lvm-devel] LVM2 ./WHATS_NEW daemons/clvmd/clvmd.c

zkabelac at sourceware.org zkabelac at sourceware.org
Tue Jun 28 13:42:16 UTC 2011


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at sourceware.org	2011-06-28 13:42:15

Modified files:
	.              : WHATS_NEW 
	daemons/clvmd  : clvmd.c 

Log message:
	Annotate CLVMD_CMD_SYNC_NAMES in decode_cmd

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.2028&r2=1.2029
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/clvmd/clvmd.c.diff?cvsroot=lvm2&r1=1.104&r2=1.105

--- LVM2/WHATS_NEW	2011/06/28 00:23:06	1.2028
+++ LVM2/WHATS_NEW	2011/06/28 13:42:15	1.2029
@@ -1,5 +1,6 @@
 Version 2.02.86 -  
 =================================
+  Annotate CLVMD_CMD_SYNC_NAMES in decode_cmd.
   Remove enforcement of udev verification when using non-standard /dev location.
   Fix to preserve exclusive activation of mirror while up-converting.
   Reject allocation if number of extents is not divisible by area count.
--- LVM2/daemons/clvmd/clvmd.c	2011/04/08 14:40:18	1.104
+++ LVM2/daemons/clvmd/clvmd.c	2011/06/28 13:42:15	1.105
@@ -295,6 +295,9 @@
 	case CLVMD_CMD_RESTART:
 		command = "RESTART";
 		break;
+	case CLVMD_CMD_SYNC_NAMES:
+		command = "SYNC_NAMES";
+		break;
 	default:
 		command = "unknown";
 		break;




More information about the lvm-devel mailing list