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

Fix bug that could temporariy make nodes DOWN when they are really

responding.
parent 6f6ea3ee
No related branches found
No related tags found
No related merge requests found
This file describes changes in recent versions of SLURM. It primarily
documents those changes that are of interest to users and admins.
* Changes in SLURM 1.1.0-pre9
=============================
-- Fix bug that could temporariy make nodes DOWN when they are really
responding.
* Changes in SLURM 1.1.0-pre8
=============================
-- Fix bug in enforcement of partition's MaxNodes limit.
......
......@@ -678,8 +678,8 @@ static void _notify_slurmctld_nodes(agent_info_t *agent_ptr,
goto finished;
}
list_iterator_destroy(itr);
finished: ;
}
finished:
unlock_slurmctld(node_write_lock);
if (run_scheduler) {
run_scheduler = false;
......
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