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
In Order to prepare the Cumulus SONiC migration we must ensure that every machine is connected physically and logically to both switches.
We could achieve this by using the lldp messages every machine sends to both switches, and the metal-core reports them back to metal-api. But actually we only calculate the Phoned Home state, regardless if one or two switches report that state.
This should be changed that:
Phoned Home is considered as such if at least one switch is reporting as before
Add additional infos to the MachineConnection, which connection reports LLDP messages and when
enhance metalctl to visualize machines which have a broken uplink
The text was updated successfully, but these errors were encountered:
In Order to prepare the Cumulus SONiC migration we must ensure that every machine is connected physically and logically to both switches.
We could achieve this by using the lldp messages every machine sends to both switches, and the metal-core reports them back to metal-api. But actually we only calculate the
Phoned Home
state, regardless if one or two switches report that state.This should be changed that:
metalctl
to visualize machines which have a broken uplinkThe text was updated successfully, but these errors were encountered: