Commit c2fbf88f authored by Mark A. Grondona's avatar Mark A. Grondona Committed by Morris Jette
Browse files

slurmd: Do not launch job step during job prolog

If a job step request comes in while the slurm prolog is running,
slurmd will happily launch the job step. This means that a user
could run code before the prolog is complete, which could cause
strange errors or in some cases a security issue. Instead return
an error (EINPROGRESS for now) and do not allow job steps to run
during prolog.
parent d9468711
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