1
0
Fork 0

Adding upstream version 4.4.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-14 06:37:58 +01:00
parent b68050ea8d
commit 7bd351f818
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
48 changed files with 181 additions and 105 deletions

View file

@ -17,7 +17,7 @@ set -- $(get_raiddisks $member0)
fail0=$1
mdadm $member0 --fail $fail0
sleep 1
sleep 2
mdadm $container --remove $fail0
set -- $(get_raiddisks $member0)
@ -27,7 +27,7 @@ good0=$1
# We re-add the disk now
mdadm $container --add $fail0
sleep 1
sleep 2
mdadm --wait $member0 || true
ret=0