Azure / cyclecloud-slurm

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

Add ip address of primary and backup schedulers. #237

Closed aditigaur4 closed 2 months ago

aditigaur4 commented 2 months ago

SlurmctldHost param also takes an IP address alongside the scheduler hostname for primary and backup. By giving the IP address we avoid the DNS lookup of the primary slurmctld and client commands can detect that the primary has failed.

If IP is not provided then failover does not work.