summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorXiao Ni <xni@redhat.com>2024-05-28 15:51:49 +0200
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>2024-05-28 17:09:27 +0200
commitc36477fac2e485fd294e5cb48d411b548c654f30 (patch)
tree228f127ae1ef38ea798a7194b8265d108006b027 /tests
parentmdadm/tests: 04update-uuid (diff)
downloadmdadm-c36477fac2e485fd294e5cb48d411b548c654f30.tar.xz
mdadm-c36477fac2e485fd294e5cb48d411b548c654f30.zip
mdadm/tests: 05r1-re-add-nosuper
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/05r1-re-add-nosuper2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/05r1-re-add-nosuper b/tests/05r1-re-add-nosuper
index 058d602d..7d41fd7b 100644
--- a/tests/05r1-re-add-nosuper
+++ b/tests/05r1-re-add-nosuper
@@ -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