-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[xcvrd] typo "log_notifce" results in port oper down #19116
Labels
Triaged
this issue has been triaged
Comments
mssonicbld
added a commit
that referenced
this issue
Jun 1, 2024
…D automatically (#19165) #### Why I did it src/sonic-platform-daemons ``` * 5bb903c - (HEAD -> 202311, origin/202311) Fix for #19116 [xcvrd] typo "log_notifce" results in port oper down (#493) (62 minutes ago) [Anoop Kamath] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this issue
Jun 4, 2024
…D automatically (#19130) #### Why I did it src/sonic-platform-daemons ``` * 76cf1dc - (HEAD -> master, origin/master, origin/HEAD) Fix for #19116 [xcvrd] typo "log_notifce" results in port oper down (#493) (4 days ago) [Anoop Kamath] * f41ecca - Implementation of a Monitoring Daemon for storage devices in SONiC switches (#433) (4 days ago) [Ashwin Srinivasan] * 28302d4 - Update for the procedures for insertion/hot swap of Switch Fabric Module (SFM) by using "config chassis modules shutdown/startup" commands (#491) (5 days ago) [JunhongMao] ``` #### How I did it #### How to verify it #### Description for the changelog
This issue is fixed. Closing it |
arun1355492
pushed a commit
to arun1355492/sonic-buildimage
that referenced
this issue
Jul 26, 2024
…D automatically (sonic-net#19130) #### Why I did it src/sonic-platform-daemons ``` * 76cf1dc - (HEAD -> master, origin/master, origin/HEAD) Fix for sonic-net#19116 [xcvrd] typo "log_notifce" results in port oper down (sonic-net#493) (4 days ago) [Anoop Kamath] * f41ecca - Implementation of a Monitoring Daemon for storage devices in SONiC switches (sonic-net#433) (4 days ago) [Ashwin Srinivasan] * 28302d4 - Update for the procedures for insertion/hot swap of Switch Fabric Module (SFM) by using "config chassis modules shutdown/startup" commands (sonic-net#491) (5 days ago) [JunhongMao] ``` #### How I did it #### How to verify it #### Description for the changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
PR sonic-net/sonic-platform-daemons#459 introduces a typo "log_notifce". Check line: https://github.com/sonic-net/sonic-platform-daemons/blob/9ffce2036d53571bd23b4a630ac285039e383c4f/sonic-xcvrd/xcvrd/xcvrd.py#L1482.
It causes an exception in cmis task manager which results in port down:
Steps to reproduce the issue:
no need
Describe the results you received:
typo and port not up
Describe the results you expected:
No typo and port should up
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: