]> git.ipfire.org Git - thirdparty/mdadm.git/commit
mdadm: give more time to wait sync thread to reap
authorXiao Ni <xni@redhat.com>
Thu, 8 May 2025 03:45:50 +0000 (11:45 +0800)
committerXiaoNi87 <xni@redhat.com>
Thu, 8 May 2025 15:30:38 +0000 (23:30 +0800)
commit1640b5c37bb870a9ae36d6e72e09dd8a47aeac43
treee5860d83cd546186d4f38b4477b2f3f2a3742878
parenta83ecaf17c75734aead366c6de71b6dd42a4a63d
mdadm: give more time to wait sync thread to reap

01r5fail case reports error sometimes:
++ '[' -n '2248 / 35840' ']'
++ die 'resync or recovery is happening!'
++ echo -e '\n\tERROR: resync or recovery is happening! \n'

    ERROR: resync or recovery is happening!

sync thread is reapped in md_thread. So we need to give more time to
wait sync thread to reap.

Signed-off-by: Xiao Ni <xni@redhat.com>
tests/func.sh