This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Ganeti core".
The branch, devel-2.1 has been updated
via 313b2dd43c1a958abdab798558a85b3d3bc8aa2e (commit)
from 94c2ed3454ef1e1bbe5458a7a2cb6fb7a9be0b36 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 313b2dd43c1a958abdab798558a85b3d3bc8aa2e
Author: Michael Hanselmann <[email protected]>
Date: Mon Nov 30 14:09:28 2009 +0100
gnt-cluster verify: Warn if node time diverges too far
The warning will be generated if the clocks diverge by more
than 150 seconds. Due to the way the RPC system works, we
cannot get exact time differences, e.g. if one of the
queried nodes is broken. The comparision is done using a
time window.
Confd queries will fail if the clock on the client and server
are more than 300 seconds from each other. This check helps
keeping at least the nodes of a cluster in sync.
Signed-off-by: Michael Hanselmann <[email protected]>
Reviewed-by: Guido Trotter <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
lib/backend.py | 4 ++++
lib/cmdlib.py | 32 ++++++++++++++++++++++++++++++++
lib/constants.py | 5 +++--
test/ganeti.constants_unittest.py | 6 +++++-
4 files changed, 44 insertions(+), 3 deletions(-)
hooks/post-receive
--
Ganeti core