Skip to content
Snippets Groups Projects
Commit 3a6e8239 authored by Moe Jette's avatar Moe Jette
Browse files

avoid lacking file descriptors if spank_task_post_fork() fails in slurmstepd

Patch from Gerrit.
parent 35e8b1f1
No related branches found
No related tags found
No related merge requests found
......@@ -1203,7 +1203,7 @@ _fork_all_tasks(slurmd_job_t *job)
if (spank_task_post_fork (job, i) < 0) {
error ("spank task %d post-fork failed", i);
return SLURM_ERROR;
goto fail1;
}
}
jobacct_gather_g_set_proctrack_container_id(job->cont_id);
......
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