How To Resize a DU VM?

Problem:

  • How to resize a DU VM?

Environment:

  • Platform9 Edge Cloud - LTS1- All Versions

Procedure:

  • 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 70G
  • Stop the Management plane

# /opt/pf9/airctl/airctl stop --config /opt/pf9/airctl/conf/airctl-config.yaml
  • Start the Management plane

# /opt/pf9/airctl/airctl start --config /opt/pf9/airctl/conf/airctl-config.yaml

Last updated