1
0
mirror of synced 2026-03-29 02:44:53 +00:00

[release testing] Heavier workaround for LVM-related race conditions

This commit is contained in:
Axel Beckert
2017-01-10 23:58:30 +01:00
parent c84431bdb0
commit 799052c2c9

View File

@@ -4,5 +4,6 @@
for dist in $(awk '!/^#|^$/ {print $1}' /etc/xen-tools/distributions.conf | egrep -v '^(dapper|edgy)$'); do
xen-create-image --dist $dist --force --verbose "$@" || break
# Work around umount being sometimes too slow
sleep 2
sync
sleep 5
done 2>&1 | tee xen-tools-release-testing.log