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
Describe the problem/challenge you have
While having a new storageClass with AllowVolumeExpansion: True, a storage size change of a PVC for a deployment isn't changing the size. Describing the PVC says it has the new spec, but Warning ExternalExpanding 14m volume_expand waiting for an external controller to expand this PVC
Describe the solution you'd like
Allow volume expanding with dynamic-localpv-provisioner.
Environment:
OpenEBS version (use kubectl get po -n openebs --show-labels): 4.1.1
Kubernetes version (use kubectl version): 1.30
Cloud provider or hardware configuration: Self-hosted
OS (e.g: cat /etc/os-release): Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
If you're not using filesystem quota, the PV doesn't really limit your workloads to the PVC's 'capacity' value. The only limitation to your workloads would be the capacity of the filesystem. You'd not need to change the PVC size to be able to write beyond the storage capacity.
Describe the problem/challenge you have
While having a new storageClass with
AllowVolumeExpansion: True
, a storage size change of a PVC for a deployment isn't changing the size. Describing the PVC says it has the new spec, butWarning ExternalExpanding 14m volume_expand waiting for an external controller to expand this PVC
Describe the solution you'd like
Allow volume expanding with dynamic-localpv-provisioner.
Environment:
kubectl get po -n openebs --show-labels
): 4.1.1kubectl version
): 1.30cat /etc/os-release
): Ubuntu 22.04The text was updated successfully, but these errors were encountered: