[chrony/f14/master] use iburst, four pool servers, rtcsync, stratumweight in default config

Miroslav Lichvar mlichvar at fedoraproject.org
Thu May 5 12:45:55 UTC 2011


commit f2649f1bb32f0412ad580822aea075c8f84a6506
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Mon Jan 31 18:05:37 2011 +0100

    use iburst, four pool servers, rtcsync, stratumweight in default config

 chrony.conf |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/chrony.conf b/chrony.conf
index 5ca0277..7e3690b 100644
--- a/chrony.conf
+++ b/chrony.conf
@@ -1,11 +1,19 @@
 # Use public servers from the pool.ntp.org project.
 # Please consider joining the pool (http://www.pool.ntp.org/join.html).
-server 0.fedora.pool.ntp.org
-server 1.fedora.pool.ntp.org
-server 2.fedora.pool.ntp.org
+server 0.fedora.pool.ntp.org iburst
+server 1.fedora.pool.ntp.org iburst
+server 2.fedora.pool.ntp.org iburst
+server 3.fedora.pool.ntp.org iburst
 
+# Ignore stratum in source selection.
+stratumweight 0
+
+# Record the rate at which the system clock gains/losses time.
 driftfile /var/lib/chrony/drift
 
+# Enable kernel RTC synchronization.
+rtcsync
+
 # In first three updates step the system clock instead of slew
 # if the adjustment is larger than 100 seconds.
 makestep 100 3


More information about the scm-commits mailing list