From 442f6383a519381b1ecaee26ed8b49d40dfaf02d Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 2 Dec 2019 20:00:23 +0000 Subject: [PATCH] ntp: allow large steps on VMs --- cookbooks/ntp/templates/default/chrony.conf.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbooks/ntp/templates/default/chrony.conf.erb b/cookbooks/ntp/templates/default/chrony.conf.erb index aa6992d77..9f7b30d49 100644 --- a/cookbooks/ntp/templates/default/chrony.conf.erb +++ b/cookbooks/ntp/templates/default/chrony.conf.erb @@ -29,6 +29,8 @@ rtcsync <% if node[:virtualization][:role] == "guest" -%> # Allow anytime step on VM guests makestep 1 -1 +# Allow 1h changes and do not exit +maxchange 3600 1 -1 <% else -%> # Step the system clock instead of slewing it if the adjustment is larger than # one second, but only in the first three clock updates. -- 2.43.2