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

Install script assumes cluster name should be used for /sched/<clustername> config #277

Open
anhoward opened this issue Aug 26, 2024 · 5 comments
Assignees

Comments

@anhoward
Copy link
Contributor

When trying to use the install script on "external" nodes, it would be good to be able to specify the cluster name to use rather than imply it from the CC settings. This would help a lot with manual installation of Slurm using this script for things like login visualization nodes that might already have the mounts and everything else present.

I'd propose something like --clustername as an argument to the script.

@xpillons
Copy link

One scenario would be if I want to create a cluster of VDI login nodes which need slurm client to be installed. Here is what is happening today without this option. The VDI cluster doesn't run the scheduler hence the configuration path for slurm is wrong.
image

@aditigaur4
Copy link
Collaborator

May I ask why login visualization nodes cannot be created as regular login nodes through CC?

@anhoward
Copy link
Contributor Author

anhoward commented Aug 27, 2024 via email

@aditigaur4
Copy link
Collaborator

And one more question-- the install scripts do call jetpack config command. Its how it infers the cluster names etc. So is jetpack not working on these nodes? Or have they created a minimally viable jetpack config? Coz if no and if i add this change, then it will likely break somewhere else.

@anhoward
Copy link
Contributor Author

anhoward commented Aug 27, 2024 via email

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

4 participants
@xpillons @anhoward @aditigaur4 and others