Bug 2076290
| Summary: | PTP operator readme missing documentation on BC setup via PTP config | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Aneesh Puttur <aputtur> |
| Component: | Networking | Assignee: | Aneesh Puttur <aputtur> |
| Networking sub component: | ptp | QA Contact: | obochan <obochan> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | high | ||
| Priority: | high | CC: | keyoung |
| Version: | 4.10 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.11.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-08-10 11:07:26 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2077267 | ||
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: OpenShift Container Platform 4.11.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:5069 |
Description of problem: Openshift 4.10 supports boundary clock setup with multiple interfaces required to setup ordinary clock apiVersion: ptp.openshift.io/v1 kind: PtpConfig metadata: name: oc-ptpconfig namespace: ptp spec: profile: - name: "profile1" ptp4lOpts: "-s -2" phc2sysOpts: "-a -r" ptp4lConf: | [ens7f1] masterOnly 0 [ens7f0] masterOnly 1 recommend: - profile: "profile1" priority: 4 match: - nodeLabel: "node-role.kubernetes.io/worker"