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 t-snapshots-of-mirrors.sh


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2010-01-12 14:19:46

Modified files:
	test           : t-snapshots-of-mirrors.sh 

Log message:
	disable 'redundant' tests

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

--- LVM2/test/t-snapshots-of-mirrors.sh	2010/01/11 21:27:49	1.2
+++ LVM2/test/t-snapshots-of-mirrors.sh	2010/01/12 14:19:46	1.3
@@ -22,10 +22,10 @@
 lvconvert --mirrorlog core $vg/lv
 
 # Log conversion (core -> redundant)
-lvconvert --mirrorlog redundant $vg/lv
+not lvconvert --mirrorlog redundant $vg/lv
 
 # Log conversion (redundant -> core)
-lvconvert --mirrorlog core $vg/lv
+# lvconvert --mirrorlog core $vg/lv
 
 # Log conversion (core -> disk)
 lvconvert --mirrorlog disk $vg/lv


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