You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to kick off model training on Azure, and running into issue where skypilot is unable to launch a controller node.
I've added adisk_size parameter, but it does not seem to be helping, as it looks like it only controls disk size for a worker node.
For spot controller, skypilot has chosen Standard_D8s_v5 instance type, and it seems the default 50GB disk is not satisfying some Azure constraints.
Exception Details: (OperationNotAllowed) The specified disk size 50 GB is smaller than the size of the corresponding disk in the VM image: 150 GB. This is not allowed. Please choose equal or greater size or do not specify an explicit size.
Code: OperationNotAllowed
Message: The specified disk size 50 GB is smaller than the size of the corresponding disk in the VM image: 150 GB. This is not allowed. Please choose equal or greater size or do not specify an explicit size.
Target: osDisk.diskSizeGB
Could anyone suggest a workaround here?
The text was updated successfully, but these errors were encountered:
I'm trying to kick off model training on Azure, and running into issue where
skypilot
is unable to launch a controller node.I've added a
disk_size
parameter, but it does not seem to be helping, as it looks like it only controls disk size for a worker node.For spot controller, skypilot has chosen
Standard_D8s_v5
instance type, and it seems the default 50GB disk is not satisfying some Azure constraints.config:
Could anyone suggest a workaround here?
The text was updated successfully, but these errors were encountered: