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

Node doesn't match existing scaleset when you add a new node to a node array #58

Closed mangov99 closed 3 years ago

mangov99 commented 3 years ago

CycleCloud - 8.1.0-1275 Slurm - 19.05.8-1

Scenario:

  1. Submit a job to the HPC node array.
  2. Increase max core count from UI and run scale (cyclecloud_slurm.sh scale) command.
  3. Node which is in the acquiring state stuck with the below message:

{{{ This node does not match existing scaleset attributes: Configuration.cyclecloud.mounts.additional_nfs.export_path, Configuration.cyclecloud.mounts.additional_nfs.mountpoint }}}

Scaleset mismatch Node attributes - Good Node Node attributes - Failed Node

dougclayton commented 3 years ago

This will be fixed in 8.1.1.

dougclayton commented 3 years ago

Upgrading to CycleCloud 8.1.1 fixes this.