Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=3688eeeea0a81e8dbc02d1... Commit: 3688eeeea0a81e8dbc02d1c9d46cb983a4d8d79b Parent: 9681d98cc401681ab60033b6595caf8355f8748d Author: Heinz Mauelshagen heinzm@redhat.com AuthorDate: Fri Dec 1 18:33:11 2017 +0100 Committer: Heinz Mauelshagen heinzm@redhat.com CommitterDate: Fri Dec 1 18:33:11 2017 +0100
test: disable new reshape test until target version 1.13.1
--- test/shell/lvconvert-raid-reshape-load.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/shell/lvconvert-raid-reshape-load.sh b/test/shell/lvconvert-raid-reshape-load.sh index c01127b..4ccf01f 100644 --- a/test/shell/lvconvert-raid-reshape-load.sh +++ b/test/shell/lvconvert-raid-reshape-load.sh @@ -20,7 +20,7 @@ LVM_SKIP_LARGE_TESTS=1 # Test reshaping under io load
which mkfs.ext4 || skip -aux have_raid 1 12 0 || skip +aux have_raid 1 13 1 || skip
mpoint=/tmp/mpoint.$$
lvm2-commits@lists.fedorahosted.org