]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
mdadm/tests: remove 03r5assem-failed
authorXiao Ni <xni@redhat.com>
Wed, 22 May 2024 08:50:46 +0000 (16:50 +0800)
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Fri, 24 May 2024 08:05:47 +0000 (10:05 +0200)
03r5assem can run successfully with kernel 6.9.0-rc4

Signed-off-by: Xiao Ni <xni@redhat.com>
Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
tests/03r5assem-failed [deleted file]

diff --git a/tests/03r5assem-failed b/tests/03r5assem-failed
deleted file mode 100644 (file)
index d38241d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-
-# Create an array, fail one device while array is active, stop array,
-# then re-assemble listing the failed device first.
-
-mdadm -CR $md1 -l5 -n4 $dev0 $dev1 $dev2 $dev3
-check wait
-
-echo 2000 > /sys/block/md1/md/safe_mode_delay
-mkfs $md1
-mdadm $md1 -f $dev0
-mdadm -S $md1
-mdadm -A $md1 $dev0 $dev1 $dev2 $dev3 || exit 1