Azure / azurehpc

This repository provides easy automation scripts for building a HPC environment in Azure. It also includes examples to build e2e environment and run some of the key HPC benchmarks and applications.
MIT License
121 stars 64 forks source link

pbsclient.sh script fails on a azhpc-resize if there are existing compute nodes #87

Closed JonShelley closed 4 years ago

JonShelley commented 4 years ago

When resizing the cluster I see that the pbsclient script fails which causes the resize to report a failure. The issue is that the packages are installed and yum report that there is nothing to do to stderr which is interpreted as an error.

edwardsp commented 4 years ago

I've just pushed a fix here. It was an bug where the install steps were being run again on existing nodes when a VMSS was resized to be made bigger