Skip to content
Snippets Groups Projects
Commit 7bc49b50 authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Actually reread the slurm.conf on SIGHUP

parent 832b533b
No related branches found
No related tags found
No related merge requests found
......@@ -249,8 +249,9 @@ static int _build_bitmaps(void)
static int _init_all_slurm_conf(void)
{
int error_code;
char *conf_name = xstrdup(slurmctld_conf.slurm_conf);
slurm_conf_init(NULL);
slurm_conf_reinit(conf_name);
if ((error_code = init_node_conf()))
return error_code;
......
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