From 47bdf422ae195e9109f84d7446efc20247470970 Mon Sep 17 00:00:00 2001 From: bertiethorpe <84867280+bertiethorpe@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:16:57 +0000 Subject: [PATCH] Fix slurm.conf templating The ReturnToService parameter is not rendered. A newline between that and the jinja conditional above fixes it --- templates/slurm.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/slurm.conf.j2 b/templates/slurm.conf.j2 index 1b288cf..792533e 100644 --- a/templates/slurm.conf.j2 +++ b/templates/slurm.conf.j2 @@ -184,4 +184,5 @@ PartitionName={{part.name}} Default={{ part.get('default', 'YES') }} MaxTime={{ NodeName=nonesuch {% if openhpc_slurm_configless %}SlurmctldParameters=enable_configless{% endif %} + ReturnToService=2