Skip to content
Snippets Groups Projects
Commit 3336ff47 authored by Nate Rini's avatar Nate Rini Committed by Tim Wickberg
Browse files

Add ESLURMD_CONTAINER_RUNTIME_INVALID

Bug 11380
parent ddbd6526
No related branches found
No related tags found
No related merge requests found
...@@ -246,6 +246,7 @@ enum { ...@@ -246,6 +246,7 @@ enum {
ESLURMD_STEP_SUSPENDED, ESLURMD_STEP_SUSPENDED,
ESLURMD_STEP_NOTSUSPENDED, ESLURMD_STEP_NOTSUSPENDED,
ESLURMD_INVALID_SOCKET_NAME_LEN = 4030, ESLURMD_INVALID_SOCKET_NAME_LEN = 4030,
ESLURMD_CONTAINER_RUNTIME_INVALID,
/* slurmd errors in user batch job */ /* slurmd errors in user batch job */
ESCRIPT_CHDIR_FAILED = 4100, ESCRIPT_CHDIR_FAILED = 4100,
......
...@@ -444,6 +444,8 @@ static slurm_errtab_t slurm_errtab[] = { ...@@ -444,6 +444,8 @@ static slurm_errtab_t slurm_errtab[] = {
"Job step is not currently suspended" }, "Job step is not currently suspended" },
{ ESLURMD_INVALID_SOCKET_NAME_LEN, { ESLURMD_INVALID_SOCKET_NAME_LEN,
"Unix socket name exceeded maximum length" }, "Unix socket name exceeded maximum length" },
{ ESLURMD_CONTAINER_RUNTIME_INVALID,
"Container runtime not configured or invalid" },
/* slurmd errors in user batch job */ /* slurmd errors in user batch job */
{ ESCRIPT_CHDIR_FAILED, { ESCRIPT_CHDIR_FAILED,
......
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