PVC should expand if we increase the values from invalid to valid value #1227
Labels
Customer Impact: Localized high impact
(3) Reduction of function. Significant impact to workload.
Customer Probability: Low
(1) Issue only occurs during failure condition - disk, server, network, test assert, ...
Found In: 2.13.0
For Bug issues to identify what release level issue was found in 2.13.0
Severity: 2
Indicates that the issue is critical and must be addressed before milestone.
Type: Bug
Indicates issue is an undesired behavior, usually caused by code error.
Describe the bug
When we try to expand 1GB PVC size to beyond scale limit for example 9223372036854775807Gi and then we try to increase to 2 GB then in this condition PVC size does not increase and give error as
The PersistentVolumeClaim "scale-advance-pvc-1" is invalid: spec.resources.requests.storage: Forbidden: field can not be less than previous value
How to Reproduce?
Please list the steps to help development teams reproduce the behavior
Expected behavior
PVC size should increase to 2GB as current PVC size is 1GB
Data Collection and Debugging
The text was updated successfully, but these errors were encountered: