[node-patches] Change in ovirt-node[master]: Add udevadm settle to ovirt-cleanup
rbarry at redhat.com
rbarry at redhat.com
Tue May 19 14:28:41 UTC 2015
Ryan Barry has uploaded a new change for review.
Change subject: Add udevadm settle to ovirt-cleanup
......................................................................
Add udevadm settle to ovirt-cleanup
Try to settle disks before cleaning up
Change-Id: I8c4fed1a77504208b598453248970611f5ba7d69
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1218941
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M dracut/ovirt-cleanup.sh
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/21/41121/1
diff --git a/dracut/ovirt-cleanup.sh b/dracut/ovirt-cleanup.sh
index a850885..49ad070 100755
--- a/dracut/ovirt-cleanup.sh
+++ b/dracut/ovirt-cleanup.sh
@@ -48,6 +48,9 @@
fi
fi
+# Wait for storage
+udevadm settle -timeout=10
+
# Check for HostVG
lvm pvscan >/dev/null 2>&1
--
To view, visit https://gerrit.ovirt.org/41121
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8c4fed1a77504208b598453248970611f5ba7d69
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>
More information about the node-patches
mailing list