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
I shouldn't have to delete the pod which has the volume mounted. Instead I get FileSystemResizePending: Waiting for user to (re-)start a pod to finish file system resize of volume on node.
Configuration (MUST fill this out):
manifests, such as pvc, deployments, etc.. you used to reproduce:
Once volume is provisioned, kubectl edit pvc to change spec.resources.requests.storage to 8G. PV gets resized, But PVC capacity remains at 5G with the FileSystemResizePending message.
CSI Version: v4.7.0 (also latest)
Kubernetes Version: 1.26.9 (also on latest version )
Cloud provider/framework version, if applicable (such as Rancher): 1.26.9-do.0 (also on latest version)
The text was updated successfully, but these errors were encountered:
What did you do? (required. The issue will be closed when not provided.)
Try to resize an in-use volume by changing the pvc.spec.request.storage value to higher than previously set: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#csi-volume-expansion
What did you expect to happen?
I shouldn't have to delete the pod which has the volume mounted. Instead I get FileSystemResizePending: Waiting for user to (re-)start a pod to finish file system resize of volume on node.
Configuration (MUST fill this out):
Once volume is provisioned, kubectl edit pvc to change spec.resources.requests.storage to 8G. PV gets resized, But PVC capacity remains at 5G with the FileSystemResizePending message.
CSI Version: v4.7.0 (also latest)
Kubernetes Version: 1.26.9 (also on latest version )
Cloud provider/framework version, if applicable (such as Rancher): 1.26.9-do.0 (also on latest version)
The text was updated successfully, but these errors were encountered: