[chassis] update service_checker module to handle database-chassis service#17836
Merged
rlhui merged 13 commits intosonic-net:masterfrom Jan 24, 2024
Merged
[chassis] update service_checker module to handle database-chassis service#17836rlhui merged 13 commits intosonic-net:masterfrom
rlhui merged 13 commits intosonic-net:masterfrom
Conversation
peer device's Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
higher value so that BGP learnt default route is higher priority. Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
Contributor
|
THis is needed for alert. |
5 tasks
11 tasks
mssonicbld
pushed a commit
to mssonicbld/sonic-buildimage
that referenced
this pull request
Feb 16, 2024
…rvice (sonic-net#17836) * Update service_checker.py Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
Collaborator
|
Cherry-pick PR to 202311: #18119 |
mssonicbld
pushed a commit
that referenced
this pull request
Feb 19, 2024
…rvice (#17836) * Update service_checker.py Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
mssonicbld
pushed a commit
to mssonicbld/sonic-buildimage
that referenced
this pull request
Feb 24, 2024
…rvice (sonic-net#17836) * Update service_checker.py Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
Collaborator
|
Cherry-pick PR to 202305: #18170 |
mssonicbld
pushed a commit
to mssonicbld/sonic-buildimage
that referenced
this pull request
Apr 5, 2024
…17836 (sonic-net#18109) PR sonic-net#17836 added the container checking for database-chassis for Supervisor. But the related container_feature_dict[] is missing for the database-chassis. This causes the exception failure shows on Supervisor Signed-off-by: mlok <marty.lok@nokia.com>
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jun 5, 2024
…rvice (sonic-net#17836) * Update service_checker.py Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jun 5, 2024
[chassis] update service_checker module to handle database-chassis service (sonic-net#17836)
mlok-nokia
added a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jun 5, 2024
…17836 (sonic-net#18109) PR sonic-net#17836 added the container checking for database-chassis for Supervisor. But the related container_feature_dict[] is missing for the database-chassis. This causes the exception failure shows on Supervisor Signed-off-by: mlok <marty.lok@nokia.com>
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.
What I did:
Added change service_checker.py to add
database-chassisdocker also as expected running container for chassis supervisor. Change is inline with this chnage: https://github.com/sonic-net/sonic-buildimage/blob/master/files/image_config/monit/container_checker#L82Microsoft ADO: 26655378
Why I did:
service_checker.py is used for critical process monitoring and
database-chassisis critical service on Chasiss architecture on Supervisor.How I verify:
Manual Veriifcation.