How To Resize a DU VM?
PreviousHow To Bring Back The Missing airctl-mongo and pf9Deploy Containers From The Deployment Host.NextHow to do Backup/Restore of DU VM In LTS2 Environment
Last updated
How to resize a DU VM?
Platform9 Edge Cloud - LTS1- All Versions
Add or Update the field duDiskSize: 70G in the airctl configuration file /opt/pf9/airctl/conf/airctl-config.yaml
Resize qemu image to the new size.
# qemu-img resize /opt/pf9/airctl/du.qcow2 70GStop the Management plane
# /opt/pf9/airctl/airctl stop --config /opt/pf9/airctl/conf/airctl-config.yamlStart the Management plane
# /opt/pf9/airctl/airctl start --config /opt/pf9/airctl/conf/airctl-config.yamlLast updated
