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

slurm.conf contains malformed (trimmed) templates #170

Open
tom91136 opened this issue Jun 16, 2024 · 0 comments
Open

slurm.conf contains malformed (trimmed) templates #170

tom91136 opened this issue Jun 16, 2024 · 0 comments

Comments

@tom91136
Copy link

tom91136 commented Jun 16, 2024

I saw a few instances where the templated config end up looking like:

# many more normal lines
SlurmctldHost=mgmt.staging.local#SlurmctldHost=
# many more normal lines
SlurmctldParameters=enable_configlessReturnToService=2

Which corresponds to trimmed blocks:

{% if openhpc_slurm_configless %}SlurmctldParameters=enable_configless{% endif %}

This may have occurred for other templates as well, but I'll have to check.
The documentation seems to suggest that this trimming of the template is the default but behaviour can be changed: ansible/ansible#22531

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

No branches or pull requests

1 participant