-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use ptp_kvm as an NTP time source on qemu when available #1433
Labels
Comments
We discussed this in the community meeting today.
|
dustymabe
added
status/decided
status/pending-action
Needs action
and removed
meeting
topics for meetings
labels
Mar 8, 2023
We discussed this in the community meeting today.
|
dustymabe
changed the title
Should the QEMU image use ptp_kvm where available by default?
Use ptp_kvm as an NTP time source on qemu when available
Apr 4, 2023
dustymabe
added
status/pending-testing-release
Fixed upstream. Waiting on a testing release.
status/pending-next-release
Fixed upstream. Waiting on a next release.
and removed
status/decided
status/pending-action
Needs action
labels
Apr 4, 2023
The fix for this went into |
The fix for this went into |
dustymabe
added
status/pending-stable-release
Fixed upstream and in testing. Waiting on stable release.
and removed
status/pending-testing-release
Fixed upstream. Waiting on a testing release.
status/pending-next-release
Fixed upstream. Waiting on a next release.
labels
Apr 6, 2023
The fix for this went into |
dustymabe
removed
the
status/pending-stable-release
Fixed upstream and in testing. Waiting on stable release.
label
Apr 18, 2023
c4rt0
pushed a commit
to c4rt0/fedora-coreos-config
that referenced
this issue
May 17, 2023
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 <jonathan@jlebon.com>
HuijingHei
pushed a commit
to HuijingHei/fedora-coreos-config
that referenced
this issue
Oct 10, 2023
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 <jonathan@jlebon.com>
HuijingHei
pushed a commit
to HuijingHei/fedora-coreos-config
that referenced
this issue
Oct 10, 2023
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 <jonathan@jlebon.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the enhancement
There's a
ptp_kvm
kernel module that allows the guest to be in sync with the host. There's a proposal in coreos/fedora-coreos-config#2263 to make use of it and a subproposal to make "partial use" of it (see coreos/fedora-coreos-config#2263 (comment)).Since the PR already has all the context, please keep discussions there.
System details
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: