operator icon indicating copy to clipboard operation
operator copied to clipboard

Support for volume expansion

Open xoxys opened this issue 2 years ago • 1 comments

This feature was initially requested in https://github.com/minio/operator/issues/310 already, but the issue got staled.

With the latest operator, this does not seem to work properly. After updating the volumeClaimTemplate.spec.resources.requests.storage of a pool from 2Gi to 5Gi, the value in StatefulSet or PersistentVolumeClaim is still not updated and remains at the old value.

xoxys avatar Sep 17 '23 20:09 xoxys

Updating the PersistentVolumeClaim manually and restarting the StatefulSet works.

xoxys avatar Sep 17 '23 20:09 xoxys

@jiuker I saw a PR sent for this but got closed, what's the current status of it? cc @pjuarezd

cesnietor avatar Jul 01 '24 16:07 cesnietor

fixed by #2196

jiuker avatar Jul 25 '24 01:07 jiuker