All of lore.kernel.org
 help / color / mirror / Atom feed
* master - test: Fix skipped cleanup
@ 2017-05-17  9:38 Marian Csontos
  0 siblings, 0 replies; only message in thread
From: Marian Csontos @ 2017-05-17  9:38 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=1fb13e8660340492e3d2f249caa78bacc5b8410a
Commit:        1fb13e8660340492e3d2f249caa78bacc5b8410a
Parent:        48408ece6ddd730c394e3081f9a2d78d1771f129
Author:        Marian Csontos <mcsontos@redhat.com>
AuthorDate:    Wed May 17 11:37:29 2017 +0200
Committer:     Marian Csontos <mcsontos@redhat.com>
CommitterDate: Wed May 17 11:37:29 2017 +0200

test: Fix skipped cleanup

---
 test/shell/lvconvert-raid-regionsize.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/shell/lvconvert-raid-regionsize.sh b/test/shell/lvconvert-raid-regionsize.sh
index 2884037..2a9ef62 100644
--- a/test/shell/lvconvert-raid-regionsize.sh
+++ b/test/shell/lvconvert-raid-regionsize.sh
@@ -61,10 +61,10 @@ fsck -fn "$DM_DEV_DIR/$vg/$lv1"
 
 _test_regionsizes raid1
 
-if aux have_raid 1 11 0; then
 # Clean up
 lvremove --yes $vg
 
+if aux have_raid 1 11 0; then
 # Create 5-way raid6
 lvcreate --yes -aey --type raid6 -i 3 --stripesize 128K -R 256K -L8M -n $lv1 $vg
 check lv_field $vg/$lv1 segtype "raid6"



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

only message in thread, other threads:[~2017-05-17  9:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-17  9:38 master - test: Fix skipped cleanup Marian Csontos

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.