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

[FEATURE] Document how to update compute node AMIs #157

Open
cartalla opened this issue Sep 21, 2023 · 0 comments
Open

[FEATURE] Document how to update compute node AMIs #157

cartalla opened this issue Sep 21, 2023 · 0 comments

Comments

@cartalla
Copy link
Contributor

Is your feature request related to a problem? Please describe.
When the compute node AMI needs to be updated, what affect does that have on running jobs?
Can it be done on-the-fly?

Describe the solution you'd like
At a minimum document how this should be done with ParallelCluster.

In the legacy cluster the AMI was stored in an SSM parameter that was read by SlurmPlugin.py.
If the AMI changed then the plugin would drain all compute nodes using the old AMI.
This would force Slurm to start idle nodes which would use the newly configured AMI.
This was seamless and non-disruptive.
If ParallelCluster can't do something similar, document the process and open a PC feature request with the above desired behavior.
Ideally, I should just be able to update the compute AMI without stopping the cluster and have it take effect.

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

1 participant