Sandro Bonazzola has posted comments on this change. Change subject: agent: temporarily drop host score upon enexpected VM shutdown ......................................................................
Patch Set 1: (1 comment) .................................................... File ovirt_hosted_engine_ha/lib/util.py Line 37: """ Line 38: if start is None: Line 39: return False Line 40: if end is None: Line 41: end = time.time() May this be a point of failure on day saving changes? ntpd will set the new time moving forward / backward by 1 hour. Line 42: return (end - start >= count) Line 43: Line 44: Line 45: def mkdir_recursive(path): -- To view, visit http://gerrit.ovirt.org/20279 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If11d561a39cc9723ffdd55836db693fc2aad0575 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-ha Gerrit-Branch: master Gerrit-Owner: Greg Padgett <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Greg Padgett <[email protected]> Gerrit-Reviewer: Martin Sivák <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
