[lvm-devel] LVM2/test/shell snapshots-of-mirrors.sh

zkabelac at sourceware.org zkabelac at sourceware.org
Wed May 16 15:01:07 UTC 2012


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at sourceware.org	2012-05-16 15:01:06

Modified files:
	test/shell     : snapshots-of-mirrors.sh 

Log message:
	snaps of mirrors are enabled

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/shell/snapshots-of-mirrors.sh.diff?cvsroot=lvm2&r1=1.3&r2=1.4

--- LVM2/test/shell/snapshots-of-mirrors.sh	2012/05/01 19:21:25	1.3
+++ LVM2/test/shell/snapshots-of-mirrors.sh	2012/05/16 15:01:06	1.4
@@ -15,7 +15,8 @@
 
 # Attempt to create snapshot of a mirror origin - should fail
 lvcreate -m 1 -L 10M -n lv $vg
-not lvcreate -s $vg/lv -L 10M -n snap
+
+lvcreate -s $vg/lv -L 10M -n snap
 
 exit 0
 




More information about the lvm-devel mailing list