lovi-cloud / satelit

Control Plane for lovi-cloud
MIT License
2 stars 0 forks source link

not delete attached volume if fail DeleteVolume when calling DeleteVirtualMachine #58

Open whywaita opened 4 years ago

whywaita commented 4 years ago

https://github.com/whywaita/satelit/blob/a49cf06b66f2f53d6bee6d50b94ef5ba6ba8ac24/pkg/api/ganymede.go#L112-L134

という動作をするとAttachされたままのVolumeがゴミとして残ってしまう

whywaita commented 4 years ago

何も考えずDetachVolume / DeleteVolumeをDeleteVirtualMachineの前で呼ぶとVolume側の外部キー制約にひっかかる。