galaxyproject / ansible-slurm

Ansible role for installing and managing the Slurm Workload Manager
88 stars 47 forks source link

Debian11 issue #31

Open roumano opened 1 year ago

roumano commented 1 year ago

Sadly debian change path for slurm on new debian version

On old debian (debian 9 & 10 ) (with slurm 18.08.5.2-1 ) :

dpkg -L slurmd |egrep '/etc/slur|/var/log/'
/etc/slurm-llnl
/var/log/slurm-llnl

On new debian 11 (with slurm 20.11.7+really20.11.4-2) :

dpkg -L slurmd |egrep '/etc/slur|/var/log/'
/etc/slurm
/var/log/slurm
natefoo commented 1 year ago

This should be fixed as of #30, please try updating the role.