We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1314f commit baa2b7aCopy full SHA for baa2b7a
internal/services/instance/instancehelpers/block.go
@@ -215,6 +215,7 @@ func (api *BlockAndInstanceAPI) DeleteUnknownVolume(req *DeleteUnknownVolumeRequ
215
216
if unknownVolume.IsBlockVolume() {
217
targetStatus := block.VolumeStatusAvailable
218
+
219
_, err = api.BlockAPI.WaitForVolume(&block.WaitForVolumeRequest{
220
Zone: req.Zone,
221
VolumeID: req.VolumeID,
0 commit comments