mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: add sleep
mdadm may eventually be too slow...
This commit is contained in:
parent
d6df31fba1
commit
04e8f8c93d
@ -83,6 +83,7 @@ dmsetup info -c
|
||||
# if for any reason array went up - stop it again
|
||||
if mdadm --detail "$mddev" ; then
|
||||
mdadm --stop "$mddev" || true
|
||||
sleep 1
|
||||
aux udev_wait
|
||||
should not mdadm --detail "$mddev"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user