Skip to content

fix return_to_idle to add dead nodes #1895

@xpillons

Description

@xpillons

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions