This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/test/shell snapshots-of-mirrors.sh


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@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
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]