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
8802eccd
Commit
8802eccd
authored
3 years ago
by
Brian Christiansen
Committed by
Marshall Garey
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix job resetting job start time when allocated to already booting node
Bug 12889
parent
0fcab2bb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+2
-0
2 additions, 0 deletions
NEWS
src/slurmctld/power_save.c
+1
-0
1 addition, 0 deletions
src/slurmctld/power_save.c
with
3 additions
and
0 deletions
NEWS
+
2
−
0
View file @
8802eccd
...
...
@@ -8,6 +8,8 @@ documents those changes that are of interest to users and administrators.
of the different user (-u <user>) and not that of root or SlurmUser editor.
-- Fix stepd not respecting SlurmdSyslogDebug.
-- Fix concurrency issue with squeue.
-- Fix job start time not being reset after launch when job is packed onto
already booting node.
* Changes in Slurm 21.08.4
==========================
...
...
This diff is collapsed.
Click to expand it.
src/slurmctld/power_save.c
+
1
−
0
View file @
8802eccd
...
...
@@ -662,6 +662,7 @@ extern int power_job_reboot(job_record_t *job_ptr)
bit_overlap_any
(
booting_node_bitmap
,
job_ptr
->
node_bitmap
))
{
job_ptr
->
job_state
|=
JOB_CONFIGURING
;
job_ptr
->
job_state
|=
JOB_POWER_UP_NODE
;
job_ptr
->
bit_flags
|=
NODE_REBOOT
;
}
return
SLURM_SUCCESS
;
...
...
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