-
Notifications
You must be signed in to change notification settings - Fork 12
Description
when running the node with 3 BC configurations, sometimes an empty interface in HOLDOVER state shows up in metrics.
node_ptp_clock_state{iface="",node="node1",process="ptp4l"} 2
node_ptp_clock_state{iface="CLOCK_REALTIME",node="node1",process="phc2sys"} 1
node_ptp_clock_state{iface="enp175s0fx",node="node1",process="ptp4l"} 1
node_ptp_clock_state{iface="enp220s0fx",node="node1",process="ptp4l"} 1
node_ptp_clock_state{iface="enp24s0fx",node="node1",process="ptp4l"} 1
Below is the versions of components we are running.
cloud-event-proxy 4.18 branch with last synced commit 9a58610(last commit on our build).
linuxptp-daemon 4.18 branch with last synced commit f1dfc15( last commit on our build).
@aneeshkp raising the issue based our discussions.
Thanks in advance.
-Nobin