]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/ntp/templates/default/chrony.conf.erb
ntp: allow large steps on VMs
[chef.git] / cookbooks / ntp / templates / default / chrony.conf.erb
index 7f54a898f4539fe381ebda20f272aacea185d775..9f7b30d491f583d31f75b5ec29bbe405ba66b340 100644 (file)
@@ -26,9 +26,16 @@ maxupdateskew 100.0
 # real-time clock. Note that it can’t be used along with the 'rtcfile' directive.
 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.
 makestep 1 3
+<% end -%>
 
 # Enable leap second slew
 leapsecmode slew