Displaying 1 result from an estimated 1 matches for "326c0b8".
Did you mean:
32608
2010 Feb 24
1
[PATCH node] ovirt-post needs to wait on libvirtd to start
Ovirt-post wasn't dependent on libvirtd being started.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
scripts/ovirt-post | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/ovirt-post b/scripts/ovirt-post
index 951d108..326c0b8 100755
--- a/scripts/ovirt-post
+++ b/scripts/ovirt-post
@@ -4,7 +4,7 @@
#
### BEGIN INIT INFO
# Provides: ovirt-post
-# Required-Start: ovirt
+# Required-Start: ovirt libvirtd
# Default-Start: 2 3 4 5
# Description: Performs managed node post configuration setup.
### END INIT INFO
--
1.6.6....