Dan Kenigsberg has submitted this change and it was merged. Change subject: virt: keep on sampling before /var/run/vdsm/client.log exists ......................................................................
virt: keep on sampling before /var/run/vdsm/client.log exists My commit 24c8e24 has introduced a serious bug: if vdsm is started before /var/run/vdsm/client.log is created (which is the common case for new installations), the host-sampling thread would stop when it fails to find it. This patch explicitly handles the case of a missing /var/run/vdsm/client.log on the two locations that attempted to read its time. Change-Id: Ibb7d380882f5a93e5c75eda80598f382744b178c Bug-Url: https://bugzilla.redhat.com/1122010 Signed-off-by: Dan Kenigsberg <[email protected]> Reviewed-on: http://gerrit.ovirt.org/31619 Reviewed-by: Antoni Segura Puimedon <[email protected]> Reviewed-by: Francesco Romani <[email protected]> Reviewed-on: http://gerrit.ovirt.org/31656 --- M vdsm/configNetwork.py M vdsm/sampling.py 2 files changed, 18 insertions(+), 5 deletions(-) Approvals: Dan Kenigsberg: Verified; Looks good to me, approved Francesco Romani: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/31656 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibb7d380882f5a93e5c75eda80598f382744b178c Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.4 Gerrit-Owner: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
