You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened?
The driver returns codes.Internal when detaching a volume from deleted node or detaching a deleted volume (deleted outside of the CSI driver). As AWS detaches volumes when a node is deleted and deleted volume must have been detached before, returning success is more appropriate.
When codes.Internal is returned, CO will retry again, introducing endless loop between CO and the driver.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale
/kind bug
What happened?
The driver returns
codes.Internal
when detaching a volume from deleted node or detaching a deleted volume (deleted outside of the CSI driver). As AWS detaches volumes when a node is deleted and deleted volume must have been detached before, returning success is more appropriate.When
codes.Internal
is returned, CO will retry again, introducing endless loop between CO and the driver.See container-storage-interface/spec#373 for discussion.
The text was updated successfully, but these errors were encountered: