diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-14 10:28:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-14 10:28:57 +0000 |
commit | 1d7738aaaf36152d633273c2fc622b7beb64c482 (patch) | |
tree | f0ddcd830491109d4788cd99248e3c04c82a57b3 /tests/10ddf-fail-readd-readonly | |
parent | Releasing debian version 4.3+20241202-1.1. (diff) | |
download | mdadm-1d7738aaaf36152d633273c2fc622b7beb64c482.tar.xz mdadm-1d7738aaaf36152d633273c2fc622b7beb64c482.zip |
Merging upstream version 4.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/10ddf-fail-readd-readonly')
-rw-r--r-- | tests/10ddf-fail-readd-readonly | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/10ddf-fail-readd-readonly b/tests/10ddf-fail-readd-readonly index 6a74d9c..3936394 100644 --- a/tests/10ddf-fail-readd-readonly +++ b/tests/10ddf-fail-readd-readonly @@ -16,7 +16,7 @@ set -- $(get_raiddisks $member0) fail0=$1 mdadm $member0 --fail $fail0 -sleep 1 +sleep 2 set -- $(get_raiddisks $member0) case $1 in MISSING) shift;; esac good0=$1 @@ -44,7 +44,7 @@ mdadm $container --remove $fail0 # We re-add the disk now mdadm $container --add $fail0 -sleep 1 +sleep 2 mdadm --wait $member0 || true set -- $(get_raiddisks $member0) |