We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
ansible/group_vars/all.yml
Line 8 in 50051c8
ansible/roles/slurm/molecule/compute/molecule.yml
Line 23 in 50051c8
ansible/roles/slurm/molecule/mgmt/molecule.yml
Line 24 in 50051c8
I'm not sure they're all relevant/problematic, this is definitely something that should be sorted out.
The text was updated successfully, but these errors were encountered:
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.
sudo dnf update -y slurm
/home/citc/compute_image_extra.sh
Sorry, something went wrong.
No branches or pull requests
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:
ansible/group_vars/all.yml
Line 8 in 50051c8
ansible/roles/slurm/molecule/compute/molecule.yml
Line 23 in 50051c8
ansible/roles/slurm/molecule/mgmt/molecule.yml
Line 24 in 50051c8
I'm not sure they're all relevant/problematic, this is definitely something that should be sorted out.
The text was updated successfully, but these errors were encountered: