From: Xiao Ni <xni@redhat.com>
To: mariusz.tkaczyk@linux.intel.com
Cc: linux-raid@vger.kernel.org
Subject: [PATCH 3/4] mdadm/tests: 05r1-re-add-nosuper
Date: Tue, 28 May 2024 21:51:49 +0800 [thread overview]
Message-ID: <20240528135150.26823-4-xni@redhat.com> (raw)
In-Reply-To: <20240528135150.26823-1-xni@redhat.com>
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(-)
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
--
2.32.0 (Apple Git-132)
next prev parent reply other threads:[~2024-05-28 13:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-28 13:51 [PATCH 0/4] mdadm/tests: fix and enhance some cases Xiao Ni
2024-05-28 13:51 ` [PATCH 1/4] mdadm/tests: bitmap cases enhance Xiao Ni
2024-05-28 13:51 ` [PATCH 2/4] mdadm/tests: 04update-uuid Xiao Ni
2024-05-28 13:51 ` Xiao Ni [this message]
2024-05-28 13:51 ` [PATCH 4/4] mdadm/tests: remove strace test Xiao Ni
2024-05-28 15:15 ` [PATCH 0/4] mdadm/tests: fix and enhance some cases Mariusz Tkaczyk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240528135150.26823-4-xni@redhat.com \
--to=xni@redhat.com \
--cc=linux-raid@vger.kernel.org \
--cc=mariusz.tkaczyk@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).