Message ID | 20240528135150.26823-4-xni@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | mdadm/tests: fix and enhance some cases | expand |
diff --git a/tests/05r1-re-add-nosuper b/tests/05r1-re-add-nosuper index 058d602d1623..7d41fd7be5fc 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
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> --- tests/05r1-re-add-nosuper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)