-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[Mellanox]New platform api -- chassis part #3082
Conversation
…causing by user command can be identified
…the reboot causing by user command can be identified" Since the only hardware-causing reboot should be handled by get_reboot_cause and the logic of handling reboot cause is about to move to the host side, no need to mount this dir to pmon docker. This reverts commit 3feb968. 2. adjust log output by using sonic_daemon_base.daemon_base.Logger. 3. remove the logic of verifying /host/reboot-cause/ files. 4. fix typo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, Please make changes to this PR to adapt to the changes made to sonic_platform_base in the following PR: sonic-net/sonic-platform-common#34
…mponents' version retrieving according to the sonic-net/sonic-platform-common#34
Unable to cherry-pick to 201811 branch directly due to merge conflicts. @stephenxs can you create another PR against 201811 branch or suggest dependent PR to cherry-pick? |
on 201811, some other modules are required to be updated in order to support reboot-cause. |
Old format: version_a_b_c New format: version_<branch>_<nn> sonic-utilities: * fba4bf0b 2023-12-21 | [202311][db_migrator] add db migrator version space for 202305/202311 branch (sonic-net#3082) (HEAD -> 202311, github/202311) [Ying Xie] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
…lly (#18436) #### Why I did it src/sonic-swss ``` * 71e7b37c - (HEAD -> 202311, origin/202311) [202311][muxorch] Fixing cache bug in updateRoute logic and Fixing bug with multiple routes pointing to nhg (#3082) (11 hours ago) [Nikola Dancejic] ``` #### How I did it #### How to verify it #### Description for the changelog
- What I did
Implement new platform API, chassis part.
- How I did it
make use of:
- How to verify it
use a test command to drive chassis class in order to check whether it works correctly.
- Description for the changelog
[Mellanox]New platform api -- chassis part
- A picture of a cute animal (not mandatory but encouraged)