]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Use clock by default (instead of clock.check)
authorDan Mick <dan.mick@redhat.com>
Fri, 13 Jan 2017 22:49:05 +0000 (14:49 -0800)
committerDan Mick <dan.mick@redhat.com>
Tue, 17 Jan 2017 00:25:26 +0000 (16:25 -0800)
commitf5d9712f95891d34a36b529cb37f05a1a6de2698
tree3a18a49382d9a6222499808f8b3743e7f720e2f7
parented1a1e9a0330d1f29fc841dae83152c4a4567f4d
Use clock by default (instead of clock.check)

We're seeing clocks desynchronized.  My theory is that this might
be because ntp can take five minutes or more to actually sync the
clocks, and clock.check doesn't do any setting of the clocks, just
reporting.  clock, OTOH, stops ntpd and does an ntpdate, and then
restarts ntpd, which should kickstart it with a much-closer-to-correct
time.

Signed-off-by: Dan Mick <dan.mick@redhat.com>
teuthology/run.py