mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-03 08:22:00 +03:00
tests: drop settle for old systems
Reverts previously added udevsettle call. Seems to be unrelated, while udev on old system may take over 10 minutes, to finish it's very slow and CPU intensive work, it doesn't interact directly with created device, only access /dev/mapper/control node via dmsetup, so the device is ocasionaly blocked by something else.
This commit is contained in:
@ -214,5 +214,3 @@ case "$PATH" in
|
||||
esac
|
||||
|
||||
test -z "$PREFIX" || prepare_test_vars
|
||||
|
||||
test ! -e /sbin/udevsettle || if pidof udevd >/dev/null; then /sbin/udevsettle ; fi
|
||||
|
Reference in New Issue
Block a user