public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2/test t-activate-partial.sh t-partial-acti ...
@ 2010-05-12  5:59 mornfall
  0 siblings, 0 replies; only message in thread
From: mornfall @ 2010-05-12  5:59 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mornfall@sourceware.org	2010-05-12 05:59:25

Added files:
	test           : t-activate-partial.sh 
Removed files:
	test           : t-partial-activate.sh 

Log message:
	Rename t-partial-activate to t-activate-partial (more activation tests coming).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/t-activate-partial.sh.diff?cvsroot=lvm2&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/t-partial-activate.sh.diff?cvsroot=lvm2&r1=1.3&r2=NONE

/cvs/lvm2/LVM2/test/t-activate-partial.sh,v  -->  standard output
revision 1.1
--- LVM2/test/t-activate-partial.sh
+++ -	2010-05-12 05:59:25.208708000 +0000
@@ -0,0 +1,15 @@
+. ./test-utils.sh
+
+aux prepare_vg 3
+
+lvcreate -m 1 -l 1 -n mirror $vg
+lvchange -a n $vg/mirror
+disable_dev $dev1
+
+not vgreduce --removemissing $vg
+not lvchange -v -a y $vg/mirror
+lvchange -v --partial -a y $vg/mirror
+
+# also check that vgchange works
+vgchange -a n --partial $vg
+vgchange -a y --partial $vg


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-12  5:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-12  5:59 LVM2/test t-activate-partial.sh t-partial-acti mornfall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).