Azure / batch-shipyard

Simplify HPC and Batch workloads on Azure
MIT License
277 stars 121 forks source link

Network direct RDMA VM provisioning fails #299

Closed alfpark closed 5 years ago

alfpark commented 5 years ago

3.8.0 has a regression preventing network direct RDMA VM instances (A8/A9/NC24rX/H16r/H16mr) from provisioning correctly.

Temporary mitigation until the hotfix is to perform the following (after installing/re-installing 3.8.0):

# cd to the directory where you've cloned the repository
git checkout develop
git pull
# re-deploy your pool

Or use the develop-cli Docker image.