Skip to content
Snippets Groups Projects
Commit 08571bd9 authored by Mark Grondona's avatar Mark Grondona
Browse files

o added missing CREDENTIAL_REVOKED errno

parent 6abf17b7
No related branches found
No related tags found
No related merge requests found
...@@ -180,6 +180,8 @@ static slurm_errtab_t slurm_errtab[] = { ...@@ -180,6 +180,8 @@ static slurm_errtab_t slurm_errtab[] = {
"Kill task failed" }, "Kill task failed" },
{ ESLURMD_INVALID_JOB_CREDENTIAL, { ESLURMD_INVALID_JOB_CREDENTIAL,
"Invalid job credential" }, "Invalid job credential" },
{ ESLURMD_CREDENTIAL_REVOKED,
"Job credential revoked" },
{ ESLURMD_CREATE_BATCH_DIR_ERROR, { ESLURMD_CREATE_BATCH_DIR_ERROR,
"Slurmd could not create a batch directory" }, "Slurmd could not create a batch directory" },
{ ESLURMD_MODIFY_BATCH_DIR_ERROR, { ESLURMD_MODIFY_BATCH_DIR_ERROR,
......
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