[lvm-devel] LVM2/test t-lvcreate-operation.sh

zkabelac at sourceware.org zkabelac at sourceware.org
Mon Jul 25 08:41:53 UTC 2011


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at sourceware.org	2011-07-25 08:41:53

Modified files:
	test           : t-lvcreate-operation.sh 

Log message:
	Add simple test for read-only table reload suppression
	
	Just a small test for previous libdm commit.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/t-lvcreate-operation.sh.diff?cvsroot=lvm2&r1=1.6&r2=1.7

--- LVM2/test/t-lvcreate-operation.sh	2011/01/05 00:16:20	1.6
+++ LVM2/test/t-lvcreate-operation.sh	2011/07/25 08:41:52	1.7
@@ -29,6 +29,7 @@
 # Create snapshots of LVs on --metadatacopies 0 PV (bz450651)
 lvcreate -n$lv1 -l4 $vg $dev1
 lvcreate -n$lv2 -l4 -s $vg/$lv1
+lvcreate -n$lv3 -l4 --permission r -s $vg/$lv1
 cleanup_lvs
 
 # ---




More information about the lvm-devel mailing list