fog / fog-google

Fog for Google Cloud Platform
MIT License
99 stars 146 forks source link

Willing to support Fog.wait_for { off? } for GCP VM's? #546

Closed binarymason closed 2 years ago

binarymason commented 2 years ago

I noticed that fog core has support for an off status helper for vcloud. Would be super useful to include that for GCP.

The reason why I'm bringing up this issue, is I am hitting errors when destroying a server and disk within quick succession.

Example (likely to cause "disk resource is already being used" error):

server.destroy
disk.destroy

Suggestion:

server.destroy
server.wait_for { off? } # or maybe destroyed?
disk.destroy
github-actions[bot] commented 2 years ago

This issue has been marked inactive and will be closed if no further activity occurs.