google/cloud-forensics-utils

Return responses back for instance.attachDisk() and instance.detachDisk()

wajihyassine opened this issue · 1 comments

We are currently having an issue in Turbinia mounting GoogleCloudDisks see: google/turbinia#1249

Troubleshooting the issue we believe it's due to the instance.attackDisk method not successfully attaching the disk to the VM but are unable to see the response code so filing to see if we can get it returned (as well as instance.detachDisk so we can do same check).

Referring to this method:

From more testing, do see an error that gets sent back when something goes wrong and our problem is not due to the API call itself after more troubleshooting so closing this out as a non issue