Dan Kenigsberg has submitted this change and it was merged. Change subject: vdsmd.init: verify if libvirt socket file exists ......................................................................
vdsmd.init: verify if libvirt socket file exists Currently, VDSM init script checks if libvirt daemon is up with pgrep command. However, libvirt daemon shows up before the socket file be ready. This patch will add a new validation (check if the socket file exists) to be used with pgrep command. Bug-Url: https://bugzilla.redhat.com/859483 Change-Id: I0ada84192a639c7780c40d7df62e22e3c9fa9e16 Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M vdsm/vdsmd.init.in 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Douglas Schilling Landgraf: Verified Ryan Harper: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/8175 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0ada84192a639c7780c40d7df62e22e3c9fa9e16 Gerrit-PatchSet: 4 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Ryan Harper <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
