You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the attach call, and waiting for the attach op to complete. Sometimes the attach will not error but the disk will not be attached.
We should add an additional verification to make sure that the disk has been attached. We can see this on the disk object:
// Users: [Output Only] Links to the users of the disk (attached
// instances) in form: project/zones/zone/instances/instance
Users []string `json:"users,omitempty"`
OR on the instance there is AttachedDisks.
The text was updated successfully, but these errors were encountered:
After the attach call, and waiting for the attach op to complete. Sometimes the attach will not error but the disk will not be attached.
We should add an additional verification to make sure that the disk has been attached. We can see this on the disk object:
OR on the instance there is AttachedDisks.
The text was updated successfully, but these errors were encountered: