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
119 stars 120 forks source link

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

Open maciej-tatarski opened 1 week ago

maciej-tatarski commented 1 week 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