Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pkg/csi/service/wcpguest/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ func (c *controller) DeleteVolume(ctx context.Context, req *csi.DeleteVolumeRequ
return nil, csifault.CSIInternalFault, status.Error(codes.Internal, msg)
}

// WaitForPVCDeletedWithWatch
// Wait for PVC to be deleted from supervisor cluster
err = common.WaitForPVCDeleted(ctx, c.supervisorClient,
req.VolumeId, c.supervisorNamespace,
Expand Down