Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment