Fix for #23205 [Smartswitch] Issues caused due to introduction of the chassisd/sonic-utiltiies changes for consecutive admin state changes#645
Merged
judyjoseph merged 5 commits intosonic-net:masterfrom Aug 5, 2025
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Contributor
|
@rameshraghupathy the case mentioned in the issue (Removal of pre-shutdown call during initialization: |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…down in submit_dpu_callback()
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
802acfa to
2c48558
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
@gpunathilell Can you check now? |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
e74b843 to
0161e36
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
7686db4 to
8c95c04
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
@vvolam @gpunathilell @oleksandrivantsiv Please take a look |
…in CHASSIS_MODULE_TABLE
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
gpunathilell
approved these changes
Aug 1, 2025
vvolam
approved these changes
Aug 4, 2025
oleksandrivantsiv
approved these changes
Aug 4, 2025
mssonicbld
added a commit
to mssonicbld/sonic-utilities
that referenced
this pull request
Aug 5, 2025
… chassisd/sonic-utiltiies changes for consecutive admin state changes Fix for #23205 [Smartswitch] Issues caused due to introduction of the chassisd/sonic-utiltiies changes for consecutive admin state changes Description Fixes #23205 The corresponding sonic-platform-daemon commit is: # sonic-net/sonic-platform-daemons#645 Motivation and Context Some recent design changes not initializing some fields in DPU_STATE and DPU_MODULE_INFO tables. How Has This Been Tested? initializing the fields in DPU_STATE and DPU_MODULE_INFO tables
judyjoseph
approved these changes
Aug 5, 2025
mssonicbld
added a commit
to sonic-net/sonic-utilities
that referenced
this pull request
Aug 5, 2025
… chassisd/sonic-utiltiies changes for consecutive admin state changes (#4015) Fix for #23205 [Smartswitch] Issues caused due to introduction of the chassisd/sonic-utiltiies changes for consecutive admin state changes Description Fixes #23205 The corresponding sonic-platform-daemon commit is: # sonic-net/sonic-platform-daemons#645 Motivation and Context Some recent design changes not initializing some fields in DPU_STATE and DPU_MODULE_INFO tables. How Has This Been Tested? initializing the fields in DPU_STATE and DPU_MODULE_INFO tables
Collaborator
|
Cherry-pick PR to 202505: #656 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix for #23205 [Smartswitch] Issues caused due to introduction of the chassisd/sonic-utiltiies changes for consecutive admin state changes
Description
Fixes #23205
The corresponding sonic-utiltiies commit is: sonic-net/sonic-utilities#3984
Motivation and Context
Some recent design changes not initializing some fields in DPU_STATE and DPU_MODULE_INFO tables.
How Has This Been Tested?
initializing the fields in DPU_STATE and DPU_MODULE_INFO tables.