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
We have a single retry when there's an issue with volume format/mount, which is not recommended by the CSI spec which recommend retrying with exponential back off.
What you expected to happen:
retrying with exponential back off on formatAndMountRetry for NodeStageVolume
How to reproduce it:
Anything else we need to know?:
Environment:
master branch
The text was updated successfully, but these errors were encountered:
fahedouch
changed the title
[cinder-csi-plugin] enable exponential back off for formatAndMountRetry
[cinder-csi-plugin] enable exponential back off retry for formatAndMountRetry
Sep 17, 2024
Is this a BUG REPORT or FEATURE REQUEST?:
What happened:
We have a single retry when there's an issue with volume format/mount, which is not recommended by the CSI spec which recommend retrying with exponential back off.
What you expected to happen:
retrying with exponential back off on
formatAndMountRetry
for NodeStageVolumeHow to reproduce it:
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: