[lvm-devel] LVM2 ./WHATS_NEW lib/filters/filter.c

pcaulfield at sourceware.org pcaulfield at sourceware.org
Thu Jul 19 07:06:47 UTC 2007


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	pcaulfield at sourceware.org	2007-07-19 07:06:47

Modified files:
	.              : WHATS_NEW 
	lib/filters    : filter.c 

Log message:
	Add SUN's LDOM virtual block device to filters
	Thanks to Fabio Massimo Di Nitto

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.660&r2=1.661
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/filters/filter.c.diff?cvsroot=lvm2&r1=1.39&r2=1.40

--- LVM2/WHATS_NEW	2007/07/18 15:38:57	1.660
+++ LVM2/WHATS_NEW	2007/07/19 07:06:47	1.661
@@ -1,5 +1,6 @@
 Version 2.02.28 -
 ================================
+  Add SUN's LDOM virtual block device to filters
   Split metadata-external.h out from metadata.h for the tools to use.
 
 Version 2.02.27 - 17th July 2007
--- LVM2/lib/filters/filter.c	2007/01/25 23:03:48	1.39
+++ LVM2/lib/filters/filter.c	2007/07/19 07:06:47	1.40
@@ -75,6 +75,7 @@
 	{"aoe", 16},		/* ATA over Ethernet */
 	{"device-mapper", 1},	/* Other mapped devices */
 	{"xvd", 16},		/* Xen virtual block device */
+	{"vdisk", 8},		/* SUN's LDOM virtual block device */
 	{NULL, 0}
 };
 




More information about the lvm-devel mailing list