-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sfp reset on optical xcvrs leave the port in low-power mode #121
Comments
11 tasks
@arista-nwolfe Can you please elaborate on which change specifically from the below PR causes the current issue? |
arista-nwolfe
added a commit
to arista-nwolfe/sonic-platform-daemons
that referenced
this issue
Feb 28, 2025
arista-nwolfe
added a commit
to arista-nwolfe/sonic-mgmt
that referenced
this issue
Feb 28, 2025
11 tasks
prgeor
pushed a commit
to sonic-net/sonic-platform-daemons
that referenced
this issue
Mar 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a sonic-mgmt ptest which fails due to this issue
platform_tests/api/test_sfp.py::TestSfpApi::test_reset
.But it's also reproduce manually:
We only started to notice this recently because the test was only updated to check port status recently
sonic-net/sonic-mgmt#16375
https://github.com/aristanetworks/sonic-qual.msft/issues/156#issuecomment-2162873963
Looking at this comment in a issue discussing low-power mode it suggests XCVRD will only take the port out of low-power mode in these scenarios:
Since sfp reset won't fall under either of these scenarios it makes sense that currently xcvrd doesn't take the port out of low-power mode.
The text was updated successfully, but these errors were encountered: