skypilot icon indicating copy to clipboard operation
skypilot copied to clipboard

[GCP][Disk] `sky launch --cpus 2 --cloud gcp --disk-tier ultra` not showing real reason

Open cblmemo opened this issue 1 year ago • 2 comments

Introduced in #3935. The logging for sky launch --disk-tier ultra --cpus 2 --cloud gcp is super confusing, as it does not actually show the reason why we cannot launch the instance on GCP, which is all instance types with 2 vCPUs is not supported by the pd-extreme disk.

sky launch --cpus 2 --cloud gcp --disk-tier ultra
I 09-13 01:05:04 optimizer.py:1301] No resource satisfying GCP(cpus=2, disk_tier=ultra) on GCP.
sky.exceptions.ResourcesUnavailableError: Catalog does not contain any instances satisfying the request:
Task<name=sky-cmd>(run=<empty>)
  resources: GCP(cpus=2, disk_tier=ultra).

To fix: relax or change the resource requirements.

Hint: sky show-gpus to list available accelerators.
      sky check to check the enabled clouds.

Version & Commit info:

  • sky -v: PLEASE_FILL_IN
  • sky -c: PLEASE_FILL_IN

cblmemo avatar Sep 13 '24 05:09 cblmemo

Related to #3911

Michaelvll avatar Sep 16 '24 23:09 Michaelvll

This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 10 days.

github-actions[bot] avatar Apr 20 '25 02:04 github-actions[bot]