-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coreos-platform-chrony-config: use
ptp_kvm
when available on QEMU
KVM supports a `ptp_kvm` kernel module which allows the guest to query the host clock for synchronization purposes. Configure chrony to make use of it if it's available. Don't disable the default pool; it'll be used by chrony to determine whether the host clock is accurate or a falseticker. Don't disable `PEERNTP` as we do on other platforms since we historically haven't done so on QEMU and it's possible users have been using their own DHCP servers (e.g. dnsmasq) to feed NTP configuration. Closes: coreos/fedora-coreos-tracker#1433 Co-authored-by: Jonathan Lebon <[email protected]>
- Loading branch information
1 parent
413b7db
commit 4b23266
Showing
3 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters