【发布时间】:2015-06-22 18:05:37
【问题描述】:
我尝试在 Google Compute 中创建磁盘。这是过程和错误:
gcloud compute disks create test --type={pd-ssd}
For the following disks:
- [test]
choose a zone:
[1] asia-east1-a
[2] asia-east1-c
[3] asia-east1-b
[4] europe-west1-c
[5] europe-west1-b
[6] europe-west1-d
[7] us-central1-a
[8] us-central1-b
[9] us-central1-c
[10] us-central1-f
Please enter your numeric choice: 9
NAME ZONE SIZE_GB TYPE STATUS
ERROR: (gcloud.compute.disks.create) Some requests did not succeed:
- The resource 'projects/devco-979/zones/us-central1-c/diskTypes/{pd-ssd}' was not found
为什么会这样?
【问题讨论】:
-
gcloud compute disk-types list --zone us-central1-c的输出是什么? -
这是输出: $ gcloud compute disk-types list --zone us-central1-c NAME ZONE VALID_DISK_SIZES pd-standard us-central1-c 10GB-10240GB
标签: google-cloud-storage google-compute-engine