Cant resize PVC #5762
Replies: 2 comments 8 replies
-
Well, in the error the infrastructure is telling you what the error is and it does not seem to have much do with Strimzi. At the end, you are resizing the PVCs => so you are not even using the Strimzi feature for resizing the volumes. I guess you will need to follow what it suggests and detach the volumes? |
Beta Was this translation helpful? Give feedback.
-
This situation still exist on Openshift 4.10.28, (k8 1.23).
On my cluster, Strimzi trigger last step (rollup), but Storage driver doesn't have enough time to resize the disk during rollup. Is it possible to make a check on Strimzi during resize operation to wait untill pvc is mount? You could use FileSystemResizePending on PVC spec: jsonpath="{.status.conditions[?(@.type=='FileSystemResizePending')]} Something like:
Thank you, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
openshift
v3.11.0+cbab8ee-94
(K8sv1.11.0+d4cacc0
)Kafka Version:
2.6.0
Operators :
0.20.1
I followed, this blog -> https://strimzi.io/blog/2019/02/28/resizing-persistent-volumes/
kafka Cluster
oc get pvc
oc edit pvc data-0-sirius-dev-kafka-0
I edited all PVCs, changed size to
257Gi
. Waited for some time, checked the statusBut I did rolling update anyways
Waited some time, didn't resized
Broker pod events
PVC events
I have also asked question in stackoverflow: https://stackoverflow.com/questions/69519063/strimzi-cant-resize-pv
Beta Was this translation helpful? Give feedback.
All reactions