资源在特定区域不可用

Resource not available in specific region

我有一个每天创建 5TB 磁盘的计划,但这次它会抛出如下错误:

The zone 'projects/abcd/zones/asia-southeast2-a' does not have enough
resources available to fulfill the request.  Try a different zone, or 
try again later.

据我所知,我仍然有足够的配额来创建这个。

有什么想法吗?谢谢

您可以change the destination of your snapshots但这可能涉及一些额外费用(用于存储取决于位置)和网络费用;

When you create a snapshot, you can specify a storage location. The location of a snapshot affects its availability and can incur networking costs when creating the snapshot or restoring it to a new disk.

在某些情况下,如果组织政策要求,您可能会被限制在某些地点。

您也可以move your vm to a different zone,但这不像更改快照区域那么容易。

除此之外,您真的无能为力。如果您不能执行上述任何操作,那么等待可用资源是您唯一的解决方案。

这里有一些关于 how to build a scalable solutions in GCP and how to distribute your VM's across multiple zones to avoid possible outages. This documentation provides information about available CPU/GPU architectures in various zones 的提示,可能对您也有帮助。