Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[Mellanox] Redirect ethtool stderr to subprocess for better e…
…rror log (#12038)" (#12184) This reverts commit 9750cb4. There is a PR to handle master branch revert: #12183 - Why I did it The PR to be reverted introduced many notice logs every 1 minute if SFP is not plugged: Cannot get module EEPROM information: Input/output error Before the "bad" PR, the message format is like this: INFO pmon#supervisord: xcvrd Cannot get module EEPROM information: Input/output error It was truncated by rsyslog because every message is the same. However, the "bad" PR introduces SFP index to the message: NOTICE pmon#xcvrd: Failed to get EEPROM data for sfp 39: Cannot get module EEPROM information: Input/output error Rsyslog no longer truncate such log and many such messages are flooded to syslog. - How I did it Revert the PR - How to verify it Manual test
- Loading branch information