Azure / Azure/cyclecloud-slurm
Partitions with non-hostname characters
Open
- Dominant language
- Python
- Stars
- 84
- Forks
- 56
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 1
Description
If a user chooses a partition name with non-hostname characters, we do not escape these properly when creating the node. Therefore, when trying to create a hostname that matches the node name, we fail due to having invalid characters.
Easiest solution - escape non-hostname characters for the slurm.partition config field with '-' like we do with cluster names.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.