-
Notifications
You must be signed in to change notification settings - Fork 47
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
SlurmDBD config does not work #6
SlurmDBD config does not work #6
Comments
Also experiencing this issue on v0.1.3
|
- 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
I just ran into this issue when I installed the role for the first time and tried out the example playbook. Is there a plan for getting it fixed? I’m a bit confused from the discussion above whether it is thought to be fixed, or is still acknowledged as a problem in the default install. |
When you use the master branch instead of the tag, the error is fixed. You can also check out the merged link above the see the exact fixes |
The fix should be included in the tagged version |
…to the galaxy ansible slurm runner - this is an attempt to try the fix, as there is no release, yet
The config template,
generic.conf.j2
expects to be run in a loop over a list of dicts, but the task that templates it does not do so.The text was updated successfully, but these errors were encountered: