-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rbd: Enable featuregates for volume expansion recovery #3078
Conversation
8ef271e
to
60be4a3
Compare
This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏 |
8540f32
to
cc690f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes LGTM but @humblec What are the cases the volume expansion can fail in cephcsi?
it could be anything, more or less, this is a fallback mechanism for the user to come back from an error scenario. |
@Mergifyio rebase |
✅ Branch has been successfully rebased |
0e19a11
to
2ac5baa
Compare
@Madhu-1 comments addressed, ptal. thanks. |
@Madhu-1 ptal. comments are addressed |
The enabled feature gates helps us to recover from volume expansion failure. Signed-off-by: Humble Chirammal <[email protected]>
This commit enable the mentioned feature gate which helps to recover from volume expansion failures. Signed-off-by: Humble Chirammal <[email protected]>
this commit enable RecoverVolumeExpansionFailure featuregate in minikube deployment. Signed-off-by: Humble Chirammal <[email protected]>
@Mergifyio refresh |
✅ Pull request refreshed |
/retest ci/centos/mini-e2e-helm/k8s-1.21 |
/retest ci/centos/mini-e2e-helm/k8s-1.23 |
@Mergifyio requeue |
✅ The queue state of this pull request has been cleaned. It can be re-embarked automatically |
The enabled feature gate helps us to recover from volume expansion
failure.
Additional Reference#
Reference below URL for this feature gate details:
https://github.com/kubernetes-csi/external-resizer/
Additional Note for reviewer:
No E2E as its a generic one and not specific to the Ceph CSI driver as like
AnnotateFSResize
.Signed-off-by: Humble Chirammal [email protected]