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
Detaching an attached disk does not invoke fog-core Fog::Model#wait_for block when Google API raises Google::Apis::ClientError status_code 404 (this case only occurs intermittently):
Detaching an attached disk does not invoke fog-core
Fog::Model#wait_for
block when Google API raisesGoogle::Apis::ClientError
status_code 404 (this case only occurs intermittently):When this case occurs, wait_for blocks until timeout.
This is because
Fog::Model#wait_for
only invokes the block when reload succeeds.The text was updated successfully, but these errors were encountered: