Skip to content
New issue

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

Munge service restart when munge key change #14

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

roumano
Copy link

@roumano roumano commented Mar 11, 2021

Munge service restart when munge key change
Fix #13

Christian IUGA and others added 12 commits March 8, 2021 12:51
- on tasks `Install slurmdbd.conf` , fix AnsibleUndefinedVariable: 
'item' is undefined"
- Create directory path of PIDfile
- Modify the systemd service with PIDfile
- Add Handler to reload systemd

Still a bug exist on a refresh install `Ensure slurmdbd is enabled and 
running` will failed as it's running before systemd daemon-reload
Debian Buster is now supported
via same kind of modification as in slurmdbd.yml
via same kind of modification as in `slurmdbd.yml`
Note : service munge must be restarted before slurm service so ordre in handlers/main.yml is important
so it's will work after a reboot
and also should be more robust
should follow this order when restarting :
- slurmdbd
- slurmctld
- slurmd
review order of restarting service
Base automatically changed from master to main March 25, 2021 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Munge service is not restart when munge key is change
1 participant