Skip to content

slurm.conf contains malformed (trimmed) templates #170

Closed
@tom91136

Description

@tom91136

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions