clusterinthecloud / ansible

Ansible config for Cluster in the Cloud
https://cluster-in-the-cloud.readthedocs.io
MIT License
10 stars 27 forks source link

Slurm version in compute node image is fixed to 20.02 #122

Open boegel opened 2 years ago

boegel commented 2 years ago

After rebuilding a comptue node image, I noticed it has Slurm 20.02.5 installed, while the head node had Slurm 20.11.9 (latest from https://download.opensuse.org/repositories/home:/Milliams:/citc/EPEL_8_CentOS/x86_64/).

It seems like the Slurm version is being fixed to 20.02 in a couple of places:

I'm not sure they're all relevant/problematic, this is definitely something that should be sorted out.

boegel commented 2 years ago

I've worked around this by adding sudo dnf update -y slurm to /home/citc/compute_image_extra.sh and then rebuilding the compute node image.