Commit 35a13703 authored by Alejandro Sanchez's avatar Alejandro Sanchez Committed by Morris Jette
Browse files

Make job_start_data() multi partition aware on REQUEST_JOB_WILL_RUN.

Previously the function was only testing against the first partition in
the job_record. Now it detects if the job request is multi partition and
if so then loops through all of them until the job will run in any or
until the end of the list, returning the error code from the last one if
the job won't run in any partition.

Bug 5185
parent 95454171
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