diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-14 10:28:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-14 10:28:53 +0000 |
commit | 929a7f35226e61f7d108b6eda9e5fefdb844fbe3 (patch) | |
tree | f1c5b4f62cca05bd101d32f5f168cd3b446d2bc7 /tests/05r1-internalbitmap-v1c | |
parent | Adding upstream version 4.3+20241202. (diff) | |
download | mdadm-upstream.tar.xz mdadm-upstream.zip |
Adding upstream version 4.4.upstream/4.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/05r1-internalbitmap-v1c')
-rw-r--r-- | tests/05r1-internalbitmap-v1c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/05r1-internalbitmap-v1c b/tests/05r1-internalbitmap-v1c index e1e4472..75203b4 100644 --- a/tests/05r1-internalbitmap-v1c +++ b/tests/05r1-internalbitmap-v1c @@ -10,7 +10,7 @@ mdadm -S $md0 mdadm --assemble $md0 $dev1 $dev2 testdev $md0 1 $mdsize12 64 -sleep 4 +sleep 6 dirty1=`mdadm -X $dev2 | sed -n -e 's/.*Bitmap.* \([0-9]*\) dirty.*/\1/p'` if [ $dirty1 -ne 0 ] @@ -19,7 +19,7 @@ then echo >&2 "ERROR bad 'dirty' counts: $dirty1" fi mdadm $md0 -f $dev1 testdev $md0 1 $mdsize12 64 -sleep 4 +sleep 6 total=`mdadm -X $dev2 | sed -n -e 's/.*Bitmap.* \([0-9]*\) bits.*/\1/p'` dirty2=`mdadm -X $dev2 | sed -n -e 's/.*Bitmap.* \([0-9]*\) dirty.*/\1/p'` if [ $dirty2 -ne $total ] @@ -35,7 +35,7 @@ mdadm $md0 --add $dev1 check recovery check wait -sleep 4 +sleep 6 dirty3=`mdadm -X $dev2 | sed -n -e 's/.*Bitmap.* \([0-9]*\) dirty.*/\1/p'` if [ $dirty3 -ne 0 ] |