[Ovirt-devel] [PATCH node] ovirt-post needs to wait on libvirtd to start

Mike Burns mburns at redhat.com
Wed Feb 24 17:56:30 UTC 2010


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.1




More information about the ovirt-devel mailing list