er down the node.
>
>
>
> Thanks,
>
> Herbert
>
>
>
>
>
>
>
> Von: slurm-users [mailto:slurm-users-boun...@lists.schedmd.com] Im Auftrag
> von Florian Zillner
> Gesendet: Mittwoch, 26. August 2020 10:36
> An: Slurm User Community List
> Betr
he node.
Thanks,
Herbert
Von: slurm-users [mailto:slurm-users-boun...@lists.schedmd.com] Im Auftrag von
Florian Zillner
Gesendet: Mittwoch, 26. August 2020 10:36
An: Slurm User Community List
Betreff: Re: [slurm-users] [External] [slurm 20.02.3] don't suspend nodes in
down state
Hi Herbert
Hi Herbert,
just like Angelos described, we also have logic in our poweroff script that
checks if the node is really IDLE and only sends the poweroff command if that's
the case.
Excerpt:
hosts=$(scontrol show hostnames $1)
for host in $hosts; do
scontrol show node $host | tr ' ' '\n' |