Hide
If you try to increase the size of the Persistent Volume Claim (PVC) required by brokers in a deployment for persistent storage, the change does not take effect without further manual steps. For example, suppose that you configure the `storage.size` property of a Custom Resource (CR) instance to specify an initial size for the PVC. If you modify the CR to specify a __different__ value of `storage.size`, the existing brokers continue to use the original PVC size. This is the case even if you scale the deployment down to zero brokers and then back up to the original number. However, if you scale the size of the deployment up to add additional brokers, the new brokers use the new PVC size.
To work around this issue, and ensure that all brokers in the deployment use the same PVC size, use the OpenShift Container Platform web console to expand the PVC size used by the deployment. In the console, click *Storage > Persistent Volume Claims*. Click your deployment. On the *Actions* drop-down menu in the top-right corner, select `Expand PVC` and enter a new value.
Show
If you try to increase the size of the Persistent Volume Claim (PVC) required by brokers in a deployment for persistent storage, the change does not take effect without further manual steps. For example, suppose that you configure the `storage.size` property of a Custom Resource (CR) instance to specify an initial size for the PVC. If you modify the CR to specify a __different__ value of `storage.size`, the existing brokers continue to use the original PVC size. This is the case even if you scale the deployment down to zero brokers and then back up to the original number. However, if you scale the size of the deployment up to add additional brokers, the new brokers use the new PVC size.
To work around this issue, and ensure that all brokers in the deployment use the same PVC size, use the OpenShift Container Platform web console to expand the PVC size used by the deployment. In the console, click *Storage > Persistent Volume Claims*. Click your deployment. On the *Actions* drop-down menu in the top-right corner, select `Expand PVC` and enter a new value.