]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rados/multimon/tasks/mon_clock_with_skews: disable ntpd etc
authorSage Weil <sage@redhat.com>
Sun, 9 Feb 2020 16:55:03 +0000 (10:55 -0600)
committerNathan Cutler <ncutler@suse.com>
Thu, 13 Feb 2020 14:15:14 +0000 (15:15 +0100)
Fixes: https://tracker.ceph.com/issues/43889
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 9f2a854b175f156d4ab7fba955aff515052c9d93)

qa/suites/rados/multimon/tasks/mon_clock_with_skews.yaml

index b834f9deff3570b00790eab6e271241dade71ddf..ed07c51cb7b381fe5fa5fdc8f8743d1c9f9535ec 100644 (file)
@@ -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