Azure / cyclecloud-slurm

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

Do not restart slurmctld for configuration updates. #144

Closed aditigaur4 closed 2 months ago

aditigaur4 commented 1 year ago

azslurm scale is used for updating dynamic nodes and other slurm configurations. But not all changes (especially dynamic nodes) require restarting slurmctld. Restarting slurmctld should be left upto the user. Doing it on behalf of the user especially for a use case that is perfectly supported without having to restart slurmctld, can be quite disruptive. For other use cases, we should just print a warning message.

aditigaur4 commented 2 months ago

no longer needed