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
However, the sonic-gnmi implementation of the gNOI Reboot service does a Config reload and not a System Reboot. Reference: https://github.com/sonic-net/sonic-gnmi/blob/master/gnmi_server/gnoi.go#L29 This does not align with the intended System Reboot command and needs to be updated to trigger a system reboot instead.
The text was updated successfully, but these errors were encountered:
The gNOI System Reboot RPC is defined as
causes the target to reboot, possibly at some point in the future...the command will block until the subcomponents have restarted.
Reference: https://github.com/openconfig/gnoi/blob/main/system/system.proto#L70However, the sonic-gnmi implementation of the gNOI Reboot service does a Config reload and not a System Reboot. Reference: https://github.com/sonic-net/sonic-gnmi/blob/master/gnmi_server/gnoi.go#L29 This does not align with the intended System Reboot command and needs to be updated to trigger a system reboot instead.
The text was updated successfully, but these errors were encountered: