summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2020-09-12 19:09:41 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2020-09-14 00:15:14 +0200
commit1005fd7b067320d03067229912bf4844d1a54836 (patch)
tree7ca9d50fc6ab1f087c438fec46deb5fc0c3cbe3e
parent57e1e037b63426a5fd73641bcc7078d80b66c50b (diff)
downloadlvm2-1005fd7b067320d03067229912bf4844d1a54836.tar.gz
tests: raise needed target version
Require higher version to avoid early bugs.
-rw-r--r--test/shell/lvconvert-raid-reshape-load.sh2
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 8fcbf545f..14b5dfdde 100644
--- a/test/shell/lvconvert-raid-reshape-load.sh
+++ b/test/shell/lvconvert-raid-reshape-load.sh
@@ -18,7 +18,7 @@ SKIP_WITH_LVMPOLLD=1
# Test reshaping under io load
which mkfs.ext4 || skip
-aux have_raid 1 13 2 || skip
+aux have_raid 1 14 0 || skip
mount_dir="mnt"