Skip to content

changed ansible code for starting slurm: state=started to change=restarted

Simon Michnowicz requested to merge restart_slurm into master

When updating slurm, we need to shutdown old daemons (i.e. slurmd v17) and restart again with new daemons (i.e. slurmd v18) Setting "service: state=started" does not stop an existing old daemon. "service: state=restarted" causes a restart

Merge request reports