-
Notifications
You must be signed in to change notification settings - Fork 32
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
OCPBUGS-45308: PTP holdover time should be kept for 4 hours #379
OCPBUGS-45308: PTP holdover time should be kept for 4 hours #379
Conversation
Signed-off-by: Aneesh Puttur <[email protected]>
This commit disables SA and SV messages to reduce unnecessare computing load on ts2phc. The amount of these two messages can increase uncontrollably with the number of visible satellites, and they don't provide any useful information for the timing solution. Signed-off-by: Vitaly Grinberg <[email protected]>
This commit reduces the number of NMEA messages going to the log and through the `ts2phc` to the essential two message types: GNRMC and GNGGA. Signed-off-by: Vitaly Grinberg <[email protected]>
f4897e2
to
8b016a1
Compare
Signed-off-by: Aneesh Puttur <[email protected]>
8b016a1
to
d1bf196
Compare
@aneeshkp: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
@aneeshkp: This pull request references Jira Issue OCPBUGS-45308, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@vitus133: This pull request references Jira Issue OCPBUGS-45308, which is invalid:
Comment In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@vitus133: This pull request references Jira Issue OCPBUGS-45308, which is valid. The bug has been moved to the POST state. 9 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/label backport-risk-assessed |
/label cherry-pick-approved |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aneeshkp, vitus133 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
0982992
into
openshift:release-4.14
@aneeshkp: Jira Issue OCPBUGS-45308: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-45308 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
[ART PR BUILD NOTIFIER] Distgit: linuxptp-daemon |
Enhancements to Logging and Clock Class Announcements for T-GM State Management
This PR introduces structured logging that includes the state tree, providing users with detailed insights into the relationships between all components involved in the Time Grandmaster (T-GM) state decision process. By exposing state transitions and dependencies, this enhancement simplifies troubleshooting and improves the overall observability of T-GM behavior.
Additionally, this PR removes the use of ClockClass 140 (OutOfSpec) and implements the following improvements:
LOCKED
state.HOLDOVER
state until one of the following conditions is met:inSpecOffset
threshold is reached.These changes enhance state accuracy and ensure consistent clock class announcements.