]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
mdadm/tests: 05r1-re-add-nosuper
authorXiao Ni <xni@redhat.com>
Tue, 28 May 2024 13:51:49 +0000 (21:51 +0800)
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Tue, 28 May 2024 15:09:27 +0000 (17:09 +0200)
Patch 50b100768a11('mdadm: deprecate bitmap custom file') needs to confirm when
creating raid device with bitmap file.

Signed-off-by: Xiao Ni <xni@redhat.com>
Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
tests/05r1-re-add-nosuper

index 058d602d1623c589338299ed7e145ddd9cf7ac31..7d41fd7be5fcbaa74c8991fed2e6341f0fcb2845 100644 (file)
@@ -6,7 +6,7 @@
 #
 bmf=$targetdir/bitmap2
 rm -f $bmf
-mdadm -B $md0 -l1 -n2 -b$bmf -d1 $dev1 $dev2
+yes | mdadm -B $md0 -l1 -n2 -b$bmf -d1 $dev1 $dev2
 check resync
 check wait
 testdev $md0 1 $size 1