Commit 33e352a6 authored by Dominik Bartkiewicz's avatar Dominik Bartkiewicz Committed by Brian Christiansen
Browse files

Change jobs to be held after reservation is gone

Before:
When a reservation goes away the reservation pointer is removed from
every pending job and the job could run outside the requested
reservation.

Now:
When the reservation goes away, pending jobs requesting the reservation
are put into a held state unless the reservation has the
NO_HOLD_JOBS_AFTER_END flag.

Bug 4214
parent b063d18b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment