I am trying to create a new instance (instance-2
) by clicking "create similar" in an existing instance (instance-1
).
I have then created the boot disk (instance-2-disk
) from existing snapshot
(instance-1-disk-snapshot
) on the previous instance and a data ssd secondary disk (instance-2-disk-data
) also from a snapshot of (instance-1-disk-data-snapshot
).
However the machine doesn't want to bootup, because it is still trying to attache the instance-1-disk-data
. This is an output of the machine's serial console:
[ TIME ] Timed out waiting for device instance-1-disk-data.
[DEPEND] Dependency failed for File…ogle-instance-1-disk-data.
[DEPEND] Dependency failed for /data.
[DEPEND] Dependency failed for Local File Systems.
How can I tell the system to expect the instance-2-disk-data even though the instance has correctly set the instance-2-disk-data?
In Addition to John Hanley. Here are the detailed steps
In case you want to do it again by scratch