7473a45d98
This patch drops the offline option because this role usually applies to always-on machines and the subsystem which detects if you're online or offline seems to be largely unstable which causes chronyd to never attempt to synchronize time. It also drops the minpoll and maxpoll options to leave it to the defaults of the chronyd service, this is due to the numbers provided not allowing the system to properly sync up time. It also adds the 'iburst' option which will send a few quick bursts when the system first goes up in order to get it to sync up with time faster. Change-Id: Iad41ef505f5a1c142ec7ffe07e4a1c08aa614235
7 lines
287 B
YAML
7 lines
287 B
YAML
---
|
|
upgrade:
|
|
- Changed the default NTP server options in ``chrony.conf``. The ``offline``
|
|
option has been removed, ``minpoll``/``maxpoll`` have been removed in favour of
|
|
the upstream defaults, while the ``iburst`` option was added to speed up
|
|
initial time synchronization.
|