We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened: A lot of files have
refclock PHC /dev/ptp0 poll 3 dpoll -2 offset 0
What you expected to happen:
refclock PHC /dev/ptp_hyperv poll 3 dpoll -2 offset 0 stratum 2
like in current version of https://learn.microsoft.com/en-us/azure/virtual-machines/linux/time-sync should be instead present. Or if you don't want ptp_hyperv, ptp0 is okay; what matters is stratum 2
stratum 2
How to reproduce it: Use grep on the existing source files.
Anything else we need to know?: Wrong stratum leads to user confusion in https://www.mail-archive.com/[email protected]/msg03770.html.
Environment:
kubectl version
uname -a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened:
A lot of files have
What you expected to happen:
like in current version of https://learn.microsoft.com/en-us/azure/virtual-machines/linux/time-sync should be instead present. Or if you don't want ptp_hyperv, ptp0 is okay; what matters is
stratum 2
How to reproduce it:
Use grep on the existing source files.
Anything else we need to know?:
Wrong stratum leads to user confusion in https://www.mail-archive.com/[email protected]/msg03770.html.
Environment:
kubectl version
):uname -a
):The text was updated successfully, but these errors were encountered: