Upgrade Slurm version to 25.11.2#329
Merged
AdarshK15 merged 2 commits intoGoogleCloudPlatform:masterfrom Feb 20, 2026
Merged
Conversation
aa25583 to
32233dc
Compare
32233dc to
7c5695d
Compare
Member
Author
|
/gemini summary |
Summary of ChangesThis pull request primarily focuses on updating the Slurm version to 25.11.2, ensuring that the latest features and stability improvements are integrated. Concurrently, it addresses specific environment-related issues, enhancing the robustness of the Ansible playbooks and the Slurm REST daemon service configuration. These changes aim to improve compatibility and operational reliability within the system. Highlights
Changelog
Activity
|
arpit974
approved these changes
Feb 20, 2026
|
25.11.2 has a lot of bugs, and 25.11.3 was release recently that has a lot of improvements. let's jump to that version please |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR upgrades Slurm version to 25.11.2 and also fixes two issues:
On Rocky Linux 8, Ansible 8.x requires Python > 3.6, but since the SELinux libraries are installed specifically in the Python 3.6 package, setting ansible_python_interpreter to Python 3.6 to prevent 'module not found' errors.
Fixed the IPv6 bind address in the slurmrestd service template. Changing :::8642 to [::]:8642 resolves the error: '_xgetaddrinfo: getaddrinfo((null):::8642) failed: Name or service not known'.