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

fix return_to_idle to add dead nodes #1895

Open
xpillons opened this issue Apr 3, 2024 · 0 comments
Open

fix return_to_idle to add dead nodes #1895

xpillons opened this issue Apr 3, 2024 · 0 comments
Labels
kind/feature New feature request

Comments

@xpillons
Copy link
Collaborator

xpillons commented Apr 3, 2024

dead nodes are not treated by the return_to_idle.sh script, add the command to mark these nodes down.

scontrol update nodename=$(sinfo --dead | grep idle~ | cut -d'~' -f 2 | xargs | sed 's/ /,/g') state=down reason=dead

@xpillons xpillons added the kind/feature New feature request label Apr 3, 2024
@xpillons xpillons added this to the Version 1.0.42 milestone Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature request
Projects
None yet
Development

No branches or pull requests

1 participant