Closed viniciusdc closed 7 months ago
I think this is fine, we're not supporting anything < Ubuntu 2204
I found the problem. Those were the main problems I encountered while trying out deploying:
Restart
and restart
;
slurmdbd
, slurmd
and slurmctld
seems to default to /etc/slurm-llnl
even though we are setting the LogFiles and Pid paths (wich in theory should suffice to pointing to new directories)To avoid that, we just need to add and extra -f
or SLURM_CONF
env vars to each service to override the .conf
locations.
Context
Value and/or benefit
Fixing this would be great
Anything else?
No response