Skip to content
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

SlurmGCP6. Fix nodes stack in down* state. #2856

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

mr0re1
Copy link
Collaborator

@mr0re1 mr0re1 commented Aug 2, 2024

Stop checking SuspenExcStates in slurmsync

Motivation:

  • Implementation of allow_power_down contains multiple bugs.
    TL;DR: slurmsync never calls scontol ... state=power_down -> nodes are getting stuck in bad state NOT_RESPONDING.

  • SuspenExcStates is a wrong flag to be used, especially if it can be modified by user. If we decide to provide such knob to the customer in the future, it should be a separate and specific to SlurmGCP (not Slurm-wide).

@mr0re1 mr0re1 added the release-bugfix Added to release notes under the "Bug fixes" heading. label Aug 2, 2024
@mr0re1 mr0re1 requested a review from tpdownes August 2, 2024 15:01
@mr0re1 mr0re1 merged commit df6d788 into GoogleCloudPlatform:develop Aug 2, 2024
10 of 53 checks passed
@mr0re1 mr0re1 deleted the remove_allow_power_down branch August 2, 2024 18:00
@nick-stroud nick-stroud mentioned this pull request Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-bugfix Added to release notes under the "Bug fixes" heading.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants