Skip to content
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

Volume resizing not working in Node controller #284

Open
afritzler opened this issue Jun 16, 2023 · 0 comments
Open

Volume resizing not working in Node controller #284

afritzler opened this issue Jun 16, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@afritzler
Copy link
Member

Describe the bug

When resizing a PVC the resize call against the API for changing the Volume size is called via the CSI controller. However the resizing of the mounted Volume on the Node is not working. It looks like the corresponding ResizeFS is not working in the Node controller.

To Reproduce

Install the CSI into a cluster which has an expandable StorageClass. Change the size of the PVC and observe the changed size of the Volume itself. When exec-ing into the Pod using the Volume the old size is still present. Also the PVC volume size is unchanged.

Expected behavior

Both the PVC size and the size of the mounted Volume on the host/Pod should be changed to the new size.

@afritzler afritzler added the bug Something isn't working label Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant