Dan Kenigsberg has submitted this change and it was merged. Change subject: BZ#846604 bootstrap: skip clock sync if ntpd is synced ......................................................................
BZ#846604 bootstrap: skip clock sync if ntpd is synced During boostrap, host clock is synchronised with engine time. If on host ntpd is synced and on engine time is not synced, time in host will jump to engine time then jump back to ntp time few moments later. This patch checks if ntpd is synced in order to skip host clock sync with engine time when true. Change-Id: Ie594dfef430c811f920f304c5182be9e34f6fbf1 Signed-off-by: Amador Pahim <[email protected]> --- M configure.ac M vdsm_reg/deployUtil.py.in 2 files changed, 22 insertions(+), 16 deletions(-) Approvals: Alon Bar-Lev: Looks good to me, but someone else must approve Douglas Schilling Landgraf: Looks good to me, but someone else must approve Amador Pahim: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/7070 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie594dfef430c811f920f304c5182be9e34f6fbf1 Gerrit-PatchSet: 6 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Amador Pahim <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Amador Pahim <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
