You can use this procedure to resize the disk space allocated to a service after it is deployed or during the initial installation. This procedure preserves the original data of a deployed service.
The resize command stops any running containers from using the PVCs. This command creates destination PVCs and copies the existing PVC data to the new PVC. The resize command deletes the original PVC and re-creates it, using the newly-created copy. After the re-creation, any services using the PVC are restarted.
If you have sufficient free space, specify multiple PVCs. This results in faster processing as the commands to scale down and scale up the deployments are only executed once.
Important:
-
Resizing is supported only on VMware.
-
Only Filesystem type PVC volumes are supported.
-
Do not run installation or upgrade tasks concurrently.