Skip to content
Snippets Groups Projects
Commit 1b17bb1a authored by Danny Auble's avatar Danny Auble
Browse files

Added REBOOTED_NODES as a backwards compatible RPC, and some debug

parent 5ad26bc6
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ int check_header_version(header_t * header)
case REQUEST_PARTITION_INFO:
case REQUEST_PING:
case REQUEST_PRIORITY_FACTORS:
case REQUEST_REBOOT_NODES:
case REQUEST_RECONFIGURE:
case REQUEST_RESERVATION_INFO:
case REQUEST_SET_DEBUG_FLAGS:
......@@ -151,6 +152,7 @@ int check_header_version(header_t * header)
|| (header->version == SLURM_2_1_PROTOCOL_VERSION))
break;
default:
debug("unsupported RPC %d", header->msg_type);
slurm_seterrno_ret(SLURM_PROTOCOL_VERSION_ERROR);
break;
}
......
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