Commit 865576da authored by Brian Christiansen's avatar Brian Christiansen
Browse files

Allow non-slurm users to submit federated jobs

The problem was that the fed_mgr sets the jobid before the jobid is
validated so that the jobid can be the same when submitting to all
siblings. _validate_job_desc() validates that only slurm_user or root
can specify jobids. Now in a federation, _validate_job_desc() doesn't
need to validate the jobid since specifying a specific jobid is disabled
in federations.
parent cdbbadc8
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