You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ptp-configuring-linuxptp-services-as-ha-bc-for-dual-nic.adoc
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,9 @@ Create two `PtpConfig` custom resource (CR) objects that configure the NICs as T
16
16
17
17
[IMPORTANT]
18
18
====
19
-
When you create the `PtpConfig` CRs, ensure that the `phc2sysOpts` field is an empty string to prevent setting up the `phc2sys` processes on these two profiles.
19
+
You set `phc2SysOpts` options once in the `PtpConfig` CR that configures HA.
20
+
Set the `phc2sysOpts` field to an empty string in the `PtpConfig` CRs that configure the two NICs.
21
+
This prevents individual `phc2sys` processes from being set up for the two profiles.
20
22
====
21
23
22
24
The third `PtpConfig` CR configures a highly available system clock service.
@@ -25,6 +27,11 @@ The CR adds profiles for the `ptp4l` configurations under the `spec.profile.ptpS
25
27
When a `ptp4l` failure occurs, the `phc2sys` service switches to the backup `ptp4l` configuration.
26
28
When the primary profile becomes active again, the `phc2sys` service reverts to the original state.
27
29
30
+
[IMPORTANT]
31
+
====
32
+
Ensure that you set `spec.recommend.priority` to the same value for all three `PtpConfig` CRs that you use to configure HA.
0 commit comments