You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"configurationValidationErrors": [
{
"level": "ERROR",
"type": "NameValidator",
"message": "Invalid name 'a10-medium'. Name must begin with a letter and only contain lowercase letters, digits and hyphens."
}
]
}
Expected Behavior
The configuration should allow hyphens in SlurmQueue names without producing a validation error.
Steps to Reproduce
Define a cluster configuration with a SlurmQueue name that includes hyphens (e.g., a10-medium).
Attempt to create the cluster.
Request
Is there any plan to adjust the validation rules to allow hyphens in SlurmQueue names, or should I follow a different naming convention?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello, slurm queue names do allow hypens (ex: queue-0), however they must start with a letter. The example you gave starts with a number and therefore throws a validation error.
Issue: Error when using hyphens in SlurmQueue names
AWS ParallelCluster Version
Description
When configuring a cluster with hyphens in the
SlurmQueue
names, the following error occurs:Example Configuration snippet:
Error Message
Expected Behavior
The configuration should allow hyphens in
SlurmQueue
names without producing a validation error.Steps to Reproduce
SlurmQueue
name that includes hyphens (e.g.,a10-medium
).Request
Is there any plan to adjust the validation rules to allow hyphens in
SlurmQueue
names, or should I follow a different naming convention?Thanks!
The text was updated successfully, but these errors were encountered: