Skip to content

Update vm list sizes for Azure to current list, important VMs are missing. #5983

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rijssel opened this issue Apr 18, 2025 · 2 comments
Open

Comments

@rijssel
Copy link
Contributor

rijssel commented Apr 18, 2025

Bug report

(Please follow this template by replacing the text between parentheses with the requested information)

Expected behavior and actual behavior

When running nextflow I expect vm sizes that are available in Azure to be usable. When trying to use Standard_NC40ads_H100_v5 machines in swedencentral (often referenced by Azure to be the default location in Europe to use for GPU based workloads due to space issues in west europe) I get an error that the vmsize is not available there.

Steps to reproduce the problem

Create a pool in Azure with NC40ads_H100 nodes and use queue: named_pool as config param in your azure batch config file.

Program output

Caused by:
Unable to find size for VM name 'standard_nc40ads_h100_v5' and location 'swedencentral'

Environment

  • Nextflow version: 24.10.5 build 5935 & 25.02.3-edge build 5941
  • Java version: [?]
  • Operating system: [macOS, Linux, etc]
  • Bash version: (use the command $SHELL --version)

Additional context

Its clear that in the file: nextflow\plugins\nf-azure\src\resources\nextflow\cloud\azure\vm-list-size-swedencentral.json the vmsize is not available. The last update was 10 months ago and Azure has a whole list of new vm sizes over all regions. Kindly request to run the update script to fill these files with fresh info again. If needed/handy I would do it myself and open a PR. Its blocking our workflow at the moment.

@bentsherman
Copy link
Member

Hi @rijssel , feel free to run the update script and submit a PR

@rijssel
Copy link
Contributor Author

rijssel commented Apr 18, 2025

Hi @rijssel , feel free to run the update script and submit a PR

@bentsherman Provided PR here: #5985. Let me know if there's anything else I can do to get this working :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants