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

BGQ - Only read this variable if ran by the slurmctld.

parent 0534732c
No related branches found
No related tags found
No related merge requests found
...@@ -874,7 +874,8 @@ no_calc: ...@@ -874,7 +874,8 @@ no_calc:
"STATIC LayoutMode. Please update your bluegene.conf."); "STATIC LayoutMode. Please update your bluegene.conf.");
#ifdef HAVE_BGQ #ifdef HAVE_BGQ
if (s_p_get_string(&tmp_char, "RebootQOSList", tbl)) { if ((bg_recover != NOT_FROM_CONTROLLER)
&& s_p_get_string(&tmp_char, "RebootQOSList", tbl)) {
bool valid; bool valid;
char *token, *last = NULL; char *token, *last = NULL;
slurmdb_qos_rec_t *qos = NULL; slurmdb_qos_rec_t *qos = NULL;
......
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