Closed aneeshkp closed 1 month ago
@aneeshkp: This pull request references Jira Issue OCPBUGS-19838, which is valid. The bug has been moved to the POST state.
No GitHub users were found matching the public email listed for the QA contact in Jira (hhassid@redhat.com), skipping review request.
The bug has been updated to refer to the pull request using the external bug tracker.
@aneeshkp: This pull request references Jira Issue OCPBUGS-19838, which is valid.
No GitHub users were found matching the public email listed for the QA contact in Jira (hhassid@redhat.com), skipping review request.
/test unit-test
/retest-required
Remaining retests: 0 against base HEAD 6b9f4e90569d8d3c7b2fbd6991339f0bb1f60748 and 2 for PR HEAD f69fcda277a25e1beef7724775daec92e3ad5177 in total
/retest-required
Remaining retests: 0 against base HEAD 6b9f4e90569d8d3c7b2fbd6991339f0bb1f60748 and 2 for PR HEAD f69fcda277a25e1beef7724775daec92e3ad5177 in total
@aneeshkp: all tests passed!
Full PR test history. Your PR dashboard.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: aneeshkp, jzding
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@aneeshkp: Jira Issue OCPBUGS-19838: Some pull requests linked via external trackers have merged:
The following pull requests linked via external trackers have not merged:
These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with /jira refresh
.
Jira Issue OCPBUGS-19838 has not been moved to the MODIFIED state.
[ART PR BUILD NOTIFIER]
Distgit: linuxptp-daemon This PR has been included in build ose-linuxptp-daemon-container-v4.18.0-202409231909.p0.g7805c7f.assembly.stream.el9. All builds following this will include this PR.
Holdover Enabled when GNSS time source is lost : The operator will configure ts2phcOpts: "--ts2phc.holdover ( timer calculated from DPLL ) --servo_offset_threshold 99999999 --servo_num_offset_values 10" The holdover should timeout same time as DPLL , hence we calculate DPLL timer to configure ts2phc holdover timeout
When the ToD information stops working (e.g. GNSS receiver lost its fix),
ts2phc
is allowed for the specified interval to continue synchronizing the target clock as long as the servo is in theSERVO_LOCKED_STABLE
state. The servo state needs be enabled by theservo_offset_threshold
option. The holdover is not supported with the-a
option and whents2phc.extts_polarity
is set toboth
. The default is 0 (disabled).--servo_num_offset_values: The number of offset values considered in order to transition from the
SERVO_LOCKED
to theSERVO_LOCKED_STABLE
state. The transition occurs once the lastservo_num_offset_values
offsets are all below theservo_offset_threshold
value. The default value is 10. PTP Operator will set it to 99999 a large number to prevent switchingservo_offset_threshold : The offset threshold used in order to transition from the
SERVO_LOCKED
to theSERVO_LOCKED_STABLE
state. The transition occurs once the lastservo_num_offset_values
offsets are all below the threshold value. The default value of offset_threshold is 0 (disabled). But this need to be enabled for holdover to work