Dan Kenigsberg has uploaded a new change for review.

Change subject: vdsmd: await for libvirt with systemd, too.
......................................................................

vdsmd: await for libvirt with systemd, too.

Commit bdb9c443b5 added a call to await_libvirt_start_workaround if
libvirt is restarted by upstart. The same reasoning applies to the case
where libvirt is start by systemd.

Change-Id: I78c29ebf8e6a97e44c272f2101f54283c934d4a4
Bug-Url: https://bugzilla.redhat.com/859483
Signed-off-by: Dan Kenigsberg <[email protected]>
---
M vdsm/vdsmd.init.in
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/62/8162/1

diff --git a/vdsm/vdsmd.init.in b/vdsm/vdsmd.init.in
index e271970..e32c3e5 100755
--- a/vdsm/vdsmd.init.in
+++ b/vdsm/vdsmd.init.in
@@ -419,6 +419,7 @@
 
     if ! libvirt_should_use_upstart; then
         /sbin/service libvirtd start
+        await_libvirt_start_workaround
         return
     fi
 


--
To view, visit http://gerrit.ovirt.org/8162
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I78c29ebf8e6a97e44c272f2101f54283c934d4a4
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to