From 8c87445f0d56f1ea8a037e93cd6e9c559f48366a Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Mon, 25 Aug 2014 15:43:50 -0700
Subject: [PATCH] Disable gateway routing in front-end mode

without this change, slurmd would abort on reconfiguration
---
 src/slurmd/slurmd/slurmd.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/slurmd/slurmd/slurmd.c b/src/slurmd/slurmd/slurmd.c
index bbb7fb85c6f..3c248b59fc8 100644
--- a/src/slurmd/slurmd/slurmd.c
+++ b/src/slurmd/slurmd/slurmd.c
@@ -999,7 +999,9 @@ _reconfigure(void)
 	 */
 	slurm_topo_build_config();
 	_set_topo_info();
+#if !defined(HAVE_FRONT_END)
 	route_g_reconfigure();
+#endif
 
 	/*
 	 * In case the administrator changed the cpu frequency set capabilities
-- 
GitLab