On 25/01/16 23:53, Kyle Sheumaker wrote:
Extending a reservation
I have a reservation that is scheduled to end on Jan 31st, but I need
to extend it another day.
I get an error when trying to update the reservation:
# scontrol update reservation=myreservation endtime=2016-02-01T23:59:00
Error updating the reservation: Requested nodes are busy
slurm_update error: Requested nodes are busy
There are currently jobs queued and running in the reservation, but
each job has a time limit of 24 hours. It’s not likely for these
reserved nodes to become idle, and there are no other reservations on
the system, just this one.
Slurm version 15.08.2 on CentOS 7. Am I doing something wrong, or is
this not possible?
Thanks,
— Kyle
You can just use a Flags=ignore_jobs.
Cheers,
Barbara