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

Remove vestigial references to ESLURMD_KILL_JOB_FAILES.

parent cfbdb3b2
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,6 @@ enum {
/* slurmd error codes */
ESLRUMD_PIPE_ERROR_ON_TASK_SPAWN = 4000,
ESLURMD_KILL_TASK_FAILED,
ESLURMD_KILL_JOB_FAILED,
ESLURMD_KILL_JOB_ALREADY_COMPLETE,
ESLURMD_INVALID_JOB_CREDENTIAL,
ESLURMD_UID_NOT_FOUND,
......
......@@ -197,8 +197,6 @@ static slurm_errtab_t slurm_errtab[] = {
"Kill task failed" },
{ ESLURMD_UID_NOT_FOUND,
"User not found on host" },
{ ESLURMD_KILL_JOB_FAILED,
"Attempt to kill job failed or timed out" },
{ ESLURMD_INVALID_JOB_CREDENTIAL,
"Invalid job credential" },
{ ESLURMD_CREDENTIAL_REVOKED,
......
......@@ -660,11 +660,6 @@ static void *_thread_per_node_rpc(void *args)
thread_ptr->node_name, slurm_strerror(rc));
thread_state = DSH_DONE;
break;
case ESLURMD_KILL_JOB_FAILED: /* non-killable process */
info("agent KILL_JOB RPC to node %s FAILED",
thread_ptr->node_name);
thread_state = DSH_FAILED;
break;
default:
error("agent error from host %s for msg type %d: %s",
thread_ptr->node_name, task_ptr->msg_type,
......
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