-
Notifications
You must be signed in to change notification settings - Fork 547
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
Add support for rbd volume resizing #101
Comments
that has to wait till kubernetes csi volume plugin supports expandable volume, something like this |
CSI seems to be supporting volume expansion now: |
@abrden yes, something (external-provisioner) needs to implement the controller for expansion. |
will revisit this request once external-resizer is ready and able to provide all the info (e.g. secret) to resize rbd/cephfs PVs. |
now external-resize supports csi resize, we should pick it here. |
@rootfs does kube latest version supports volume expansion? , if yes i think we can take it, i was waiting for kube 1.14 release (i think it supports volume expansion) correct me if am wrong. |
/assign Madhu-1 |
yes, k8s csi volume volume expansion is scheduled for k8s 1.14 |
any news about this issue? plans of release? |
as humble is working on this one. assigning to humble |
Any progress on this? |
Besides any updates on the progress status, which would be the Kubernetes version this is being developed for? 1.14? 1.15? |
@wavezhang @davi5e we have a prototype on resize here #331, but has not completed as there were various changes happening on rbd code with other bug fixes and enhancements. This feature was planned for #393 , however deferred to |
closing this one as this is implemented in #331 |
[DOWNSTREAM ONLY] ci: disable dependabot PR creation for Actions
Can you add support for rbd volume resizing ?
See https://kubernetes.io/blog/2018/07/12/resizing-persistent-volumes-using-kubernetes/
The text was updated successfully, but these errors were encountered: