public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2/test t-lvconvert-repair-transient.sh
@ 2011-01-05 14:15 mornfall
  0 siblings, 0 replies; 2+ messages in thread
From: mornfall @ 2011-01-05 14:15 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mornfall@sourceware.org	2011-01-05 14:15:01

Modified files:
	test           : t-lvconvert-repair-transient.sh 

Log message:
	Re-enable t-lvconvert-repair-transient, avoiding the deadlock by running mkfs
	asynchronously.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/t-lvconvert-repair-transient.sh.diff?cvsroot=lvm2&r1=1.3&r2=1.4

--- LVM2/test/t-lvconvert-repair-transient.sh	2011/01/05 00:16:20	1.3
+++ LVM2/test/t-lvconvert-repair-transient.sh	2011/01/05 14:15:01	1.4
@@ -11,18 +11,16 @@
 
 . lib/test
 
-exit 200 # this breaks upstream .33 and RHEL6 kernel :(
-
 aux prepare_vg 5
 
-# fail multiple devices
-
 lvcreate -m 3 --ig -L 1 -n 4way $vg
 aux disable_dev $dev2 $dev4
-mkfs.ext3 $DM_DEV_DIR/$vg/4way
+mkfs.ext3 $DM_DEV_DIR/$vg/4way &
+sleep 1
 aux enable_dev $dev2 $dev4
 echo n | lvconvert --repair $vg/4way 2>&1 | tee 4way.out
 lvs -a -o +devices | not grep unknown
 vgreduce --removemissing $vg
 check mirror $vg 4way
 lvchange -a n $vg/4way
+wait


^ permalink raw reply	[flat|nested] 2+ messages in thread

* LVM2/test t-lvconvert-repair-transient.sh
@ 2010-05-24 16:33 mornfall
  0 siblings, 0 replies; 2+ messages in thread
From: mornfall @ 2010-05-24 16:33 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mornfall@sourceware.org	2010-05-24 16:33:21

Modified files:
	test           : t-lvconvert-repair-transient.sh 

Log message:
	t-lvconvert-repair-transient hangs on .33 and on RHEL6 kernel -> disable

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/t-lvconvert-repair-transient.sh.diff?cvsroot=lvm2&r1=1.1&r2=1.2

--- LVM2/test/t-lvconvert-repair-transient.sh	2010/05/24 15:32:21	1.1
+++ LVM2/test/t-lvconvert-repair-transient.sh	2010/05/24 16:33:21	1.2
@@ -13,6 +13,8 @@
 
 prepare_vg 5
 
+exit 200 # this breaks upstream .33 and RHEL6 kernel :(
+
 # fail multiple devices
 
 lvcreate -m 3 --ig -L 1 -n 4way $vg


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-05 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-05 14:15 LVM2/test t-lvconvert-repair-transient.sh mornfall
  -- strict thread matches above, loose matches on Subject: below --
2010-05-24 16:33 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).