• GCP运行一段时间后出现如下错误:

    the zone does not have enough resources available to fulfill the request/ the resource is not ready

    尝试解决方案:

    gcloud compute instances move XXXX –zone europe-west4-b –destination-zone europe-west4-c

    出现错误。

     

    最终解决方案:使用快照恢复功能来解决

    1.转到我的 Google Cloud Platform >>> Compute Engine

    2.转到快照 >>> 创建快照 >>> 选择您的 Compute Engine 实例

    3.快照完成后,单击了我的快照。最终出现在“快照详细信息”下。在那里,在顶部,只需单击创建实例。在这里,您基本上是在创建一个带有磁盘副本的实例。

    4.选择您的新区域,不要忘记附加 GPU,所有以前的设置,创建新名称。

    5.单击创建,就是这样,您的图像现在应该在您的新区域中运行

     

WirelessLink
Logo