GoogleCloudPlatform / GoogleCloudPlatform/PerfKitBenchmarker
I couldn't create Standard_D16ps_v5 on Azure due to azure_virtual_machine.py error
- Dominant language
- Python
- Stars
- 2k
- Forks
- 562
- Avg merge
- 4h 55m
- Merged PRs (30d)
- 69
Description
perfkitbenchmarker.errors.Resource.CreationError: Failed to create VM: Standard_D16ps_v5 is unable to support V1 Hypervision. Please update _MACHINE_TYPES_ONLY_SUPPORT_GEN2_IMAGES in azure_virtual_machine.py.
Full error: WARNING: It is recommended to use parameter "--public-ip-sku Standard" to create new VM with Standard public IP. Please note that the default public IP used for VM creation will be changed from Basic to Standard in the future.
ERROR: {"status":"Failed","error":{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.","details":[{"code":"BadRequest","message":"{\r\n \"error\": {\r\n \"code\": \"BadRequest\",\r\n \"message\": \"The selected VM size 'Standard_D16ps_v5' cannot boot Hypervisor Generation '1'. If this was a Create operation please check that the Hypervisor Generation of the Image matches the Hypervisor Generation of the selected VM Size. If this was an Update operation please select a Hypervisor Generation '1' VM Size.\"\r\n }\r\n}"}]}}
Contributor guide
Assessment
This issue has not been assessed yet.