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

added schedule and state save when a sighup happens with the controller

parent 00ec9664
No related branches found
No related tags found
No related merge requests found
......@@ -717,6 +717,8 @@ extern int slurm_reconfigure(void)
slurm_sched_partition_change(); /* notify sched plugin */
select_g_reconfigure(); /* notify select plugin too */
priority_g_reconfig(); /* notify priority plugin too */
schedule(); /* has its own locks */
save_all_state();
return rc;
}
......
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