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
When spec.vac == status.curvac but targetvac != status.curvac and the volume has a condition of isInfeasibleError(InvalidArgument, OutOfRange and NotFound), trigger modify volume(rollback) again and set targetvac=status.curvac, clear errors and conditions.
If the rollback operation fails, it will go back to the logic of "spec.vac == status.curvac but targetvac != status.curvac" as above, and retry modify volume with different rate based on the if the error is infeasible or final.
I opened an issue in k/k to track this: kubernetes/kubernetes#130597
The fix will probably mainly happen in csi-resizer.
The text was updated successfully, but these errors were encountered: