Re: [slurm-users] scontrol reboot does not allow new jobs to be scheduled if nextstate=RESUME is set

2023-10-25 Thread Tim Schneider
Hi Ole, thanks for your reply. The curious thing is that when I run "scontrol reboot nextstate=RESUME ", the drain flag of that node is not set (sinfo shows mix@ and "scontrol show node " shows no DRAIN in State, just MIXED+REBOOT_REQUESTED), yet no jobs are scheduled on that node until rebo

Re: [slurm-users] scontrol reboot does not allow new jobs to be scheduled if nextstate=RESUME is set

2023-10-25 Thread Ole Holm Nielsen
Hi Tim, I think the scontrol manual page explains the "scontrol reboot" function fairly well: reboot [ASAP] [nextstate={RESUME|DOWN}] [reason=] {ALL|} Reboot the nodes in the system when they become idle using the RebootProgram as co

Re: [slurm-users] scontrol reboot does not allow new jobs to be scheduled if nextstate=RESUME is set

2023-10-25 Thread Tim Schneider
Hi Chris, thanks a lot for your response. I just realized that I made a mistake in my post. In the section you cite, the command is supposed to be "scontrol reboot nextstate=RESUME" (without ASAP). So to clarify: my problem is that if I type "scontrol reboot nextstate=RESUME" no new jobs ge