Azure / cyclecloud-slurm

Azure CycleCloud project to enable users to create, configure, and use Slurm HPC clusters.
MIT License
56 stars 43 forks source link

Hide remove_nodes from the azcli - not supported #252

Open ryanhamel opened 4 months ago

ryanhamel commented 4 months ago

azslurm is inheriting the remove_nodes action from scalelib's clilib, but it should not be supported in Slurm because we can not really safely remove a node from Slurm, like in other schedulers.

Note this command removes the node from the scheduler, but does not shut it down. We may find a way to use this with dynamic nodes, however.