-
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
[202012][services] kill container on stop in warm/fast mode #10511
[202012][services] kill container on stop in warm/fast mode #10511
Conversation
Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
These changes LGTM, but there is an error in PR tests on master branch for the corresponding change. I would suggest to RCA those issues to ensure there isn't a risk introduced. |
@@ -1,84 +0,0 @@ | |||
#!/bin/bash |
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.
Do you know why GIT shows that original radv.sh
was deleted? Is it because the new script has new permissions (chmod permissions)?
In the same regard, does other sh
scripts introduced here have executable
permissions? I think that's necessary.
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.
All have executable permissions. radv.sh and service_mgmt.sh are not the same.
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.
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.
@vaibhavhd The content was changed, please check the line SERVICE="radv" and SERVICE="${SCRIPT_NAME%.*}" in service_mgmt.sh
I just realized that this PR hasn't run any tests, and the one on master has gone through round of testing and failed. |
/azp run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
@stepanblyschak I am not able to merge this as the branch is |
Signed-off-by: Stepan Blyschak stepanb@nvidia.com
Why I did it
To optimize stop on warm boot.
How I did it
Added kill for containers
How to verify it
Which release branch to backport (provide reason below if selected)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)