kubernetes-csi / external-resizer

Sidecar container that watches Kubernetes PersistentVolumeClaims objects and triggers controller side expansion operation against a CSI endpoint
Apache License 2.0
126 stars 132 forks source link

Condition `FileSystemResizePending` on pvcs with online resize enabled #414

Closed maciej-tatarski closed 4 months ago

maciej-tatarski commented 5 months ago

While resizing the pvc with azuredisk-csi-driver with online resize enabled. We encounter FileSystemResizePending condition on pvcs, which should not be there. This is just a temporary state, but still as I understand it means that manual pvc detaching is required, which should not be a case.

Related issue: https://github.com/kubernetes-csi/external-resizer/issues/36 Other related issues: https://github.com/democratic-csi/democratic-csi/issues/61#issuecomment-793127379

gnufied commented 4 months ago

This is just a temporary state and should go away, once node finishes expansion.