[lvm-devel] master - tests: fix lvconvert-raid-reshape-linear_to_striped-single-type.sh

Heinz Mauelshagen heinzm at sourceware.org
Wed Sep 19 12:54:55 UTC 2018


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=945d13541e50a25f859e471abea4d86f00ce0964
Commit:        945d13541e50a25f859e471abea4d86f00ce0964
Parent:        41ef146dc3bf9bd2ecbcedb8c3cdbd2535149296
Author:        Heinz Mauelshagen <heinzm at redhat.com>
AuthorDate:    Wed Sep 19 14:53:38 2018 +0200
Committer:     Heinz Mauelshagen <heinzm at redhat.com>
CommitterDate: Wed Sep 19 14:53:41 2018 +0200

tests: fix lvconvert-raid-reshape-linear_to_striped-single-type.sh

Add errouneously removed VG creation back in.
---
 ...t-raid-reshape-linear_to_striped-single-type.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/test/shell/lvconvert-raid-reshape-linear_to_striped-single-type.sh b/test/shell/lvconvert-raid-reshape-linear_to_striped-single-type.sh
index c9c4321..6d49f54 100644
--- a/test/shell/lvconvert-raid-reshape-linear_to_striped-single-type.sh
+++ b/test/shell/lvconvert-raid-reshape-linear_to_striped-single-type.sh
@@ -20,6 +20,8 @@ aux lvmconf 'activation/raid_region_size = 512'
 which mkfs.ext4 || skip
 aux have_raid 1 14 0 || skip
 
+aux prepare_vg 5
+
 #
 # Test multi step linear -> striped conversion
 #




More information about the lvm-devel mailing list