-
Notifications
You must be signed in to change notification settings - Fork 318
DAOS-17049 control: Allow graceful shutdown for specific ranks (#16305) #16521
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
base: release/2.6
Are you sure you want to change the base?
Conversation
The CR checker tool needs to use a graceful shutdown when stopping ranks. It may select a subset of ranks if some are admin-excluded. - Remove the limitation that non-forced shutdown may only be used on the whole system, not while specifying ranks. Features: control recovery Signed-off-by: Kris Jacque <[email protected]>
Ticket title is 'recovery/ms_membership.py:MSMembershipTest.test_checker_on_admin_excluded - errors with dmg check commands' |
Test stage Unit Test on EL 8.8 completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-16521/1/testReport/ |
Looks like the unit test changes are based on #16291, so there is a conflict without that patch. |
Test stage Unit Test on EL 8.8 completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-16521/2/testReport/ |
Features: control recovery
#16291 has landed to the release/2.6 branch, so I've merged that change in and run unit tests locally to verify they now pass. |
Test stage Functional on EL 8.8 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-16521/3/execution/node/1138/log |
Test stage Functional on EL 8.8 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-16521/4/execution/node/430/log |
The CR checker tool needs to use a graceful shutdown when stopping ranks. It may select a subset of ranks if some are admin-excluded.
Features: control recovery
Steps for the author:
After all prior steps are complete: