Mike Burns
2010-Feb-24 17:56 UTC
[Ovirt-devel] [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.1
Darryl L. Pierce
2010-Feb-24 19:05 UTC
[Ovirt-devel] [PATCH node] ovirt-post needs to wait on libvirtd to start
On Wed, Feb 24, 2010 at 12:56:30PM -0500, Mike Burns wrote:> 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.1ACK. -- Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc. Delivering value year after year. Red Hat ranks #1 in value among software vendors. http://www.redhat.com/promo/vendor/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20100224/c471db63/attachment.sig>
Seemingly Similar Threads
- [PATCH node] Default OVIRT_CACHE_DIR to be in root autobuild directory
- [PATCH node] cleanup a couple small issues
- [PATCH node] Fix defaulting of OVIRT_CACHE_DIR in recipe makefile
- [PATCH node] Fix reboot issue
- [PATCH node-image] store iso in build directory after autobuild