Closed themorey closed 2 months ago
I ll send a PR for fixing this! meanwhile -- you can use the Database Name
parameter in the CC UI that tells slurm the database name. It does so by setting the storageLoc
parameter in slurmdbd.conf. When not set, it defaults to "clustername_acct_db". I ll send a PR for fixing the default case.
FYI the reason we convert cluster names and convert underscore to hyphens is because it's used to create nodenames which are then used to create hostnames and hostnames cannot have "_" character. We now use cluster name to also create a DB name. But in the database naming it's the opposite (cannot have hyphens), I have a PR that fixes this. But in a future release-- we will make the cluster naming convention a bit more strict to avoid this confusion.
This is fixed in master branch and workaround described above!
CC: 8.6.2 Slurm project: 3.0.7
STEPS:
jm_slurm_gpu
) NOTE: underscores in cluster name are converted to hyphens, which is the cause of the issue...underscores would work otherwise in mysql syntaxERRORS:
CC Portal:
slurmdbd.log:
manual try to create in mariadb: