summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2022-09-07 14:54:39 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2022-09-07 15:00:15 +0200
commit8a92a526a0bd4f5c9f89a535ee8904143441f38e (patch)
tree6c58ad587280412d12185a3853ba8176626d09f5
parent15ad2b8e5585b89bc3f09a53567f17eb70f45714 (diff)
downloadlvm2-8a92a526a0bd4f5c9f89a535ee8904143441f38e.tar.gz
tests: skip this test for 5.19
mdraid has some breakage - so 5.19 is crashing (possibly even some more older version - that can be added as well) Test seems to pass with 6.0-rc kernel.
-rw-r--r--test/shell/lvconvert-raid-reshape-load.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/shell/lvconvert-raid-reshape-load.sh b/test/shell/lvconvert-raid-reshape-load.sh
index 14b5dfdde..29b8e4ca4 100644
--- a/test/shell/lvconvert-raid-reshape-load.sh
+++ b/test/shell/lvconvert-raid-reshape-load.sh
@@ -15,6 +15,10 @@ SKIP_WITH_LVMPOLLD=1
. lib/inittest
+case "$(uname -r)" in
+5.19*) skip "Skippen test that kills this kernel" ;;
+esac
+
# Test reshaping under io load
which mkfs.ext4 || skip