From: Sage Weil Date: Sun, 9 Feb 2020 16:55:03 +0000 (-0600) Subject: qa/suites/rados/multimon/tasks/mon_clock_with_skews: disable ntpd etc X-Git-Tag: v15.1.1~481^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9f2a854b175f156d4ab7fba955aff515052c9d93;p=ceph.git qa/suites/rados/multimon/tasks/mon_clock_with_skews: disable ntpd etc Fixes: https://tracker.ceph.com/issues/43889 Signed-off-by: Sage Weil --- diff --git a/qa/suites/rados/multimon/tasks/mon_clock_with_skews.yaml b/qa/suites/rados/multimon/tasks/mon_clock_with_skews.yaml index b834f9deff35..ed07c51cb7b3 100644 --- a/qa/suites/rados/multimon/tasks/mon_clock_with_skews.yaml +++ b/qa/suites/rados/multimon/tasks/mon_clock_with_skews.yaml @@ -2,6 +2,10 @@ tasks: - install: - exec: mon.b: + - sudo systemctl stop chronyd.service || true + - sudo systemctl stop systemd-timesync.service || true + - sudo systemctl stop ntpd.service || true + - sudo systemctl stop ntp.service || true - date -u -s @$(expr $(date -u +%s) + 2) - ceph: wait-for-healthy: false