Skip to content

Commit

Permalink
nemesis.time: ntpdate -p is now deprecated; drop it
Browse files Browse the repository at this point in the history
  • Loading branch information
aphyr committed Jul 24, 2023
1 parent 009f8af commit 2867ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jepsen/src/jepsen/nemesis/time.clj
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
(defn reset-time!
"Resets the local node's clock to NTP. If a test is given, resets time on all
nodes across the test."
([] (c/su (c/exec :ntpdate :-p 1 :-b "time.google.com")))
([] (c/su (c/exec :ntpdate :-b "time.google.com")))
([test] (c/with-test-nodes test (reset-time!))))

(defn bump-time!
Expand Down

0 comments on commit 2867ae0

Please sign in to comment.