Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
1b17bb1a
Commit
1b17bb1a
authored
13 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/common/slurm_protocol_util.c
+2
-0
2 additions, 0 deletions
src/common/slurm_protocol_util.c
with
2 additions
and
0 deletions
src/common/slurm_protocol_util.c
+
2
−
0
View file @
1b17bb1a
...
...
@@ -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
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment