When upgrading the VCO you see the following - UPGRADE - WARNING -dd: error writing '/dev/vols/root1': No space left on device. In this example it is specific to /dev/vols/root1.
On-Premise SD-WAN Velocloud Orchestrator
Insufficient space allocated to the volume specified in the error message.
To resolve this error, you will need to increase the resources to the volume/disk.
As a root user, use lvextend -L +1G /dev/vols/root1
This will increase the /dev/vols/root1 by 1 Gigabyte. Adjust the + (number) required.
Details for this command can be found in our documentation here: https://techdocs.broadcom.com/es/es/vmware-sde/velocloud-sase/vmware-velocloud-sd-wan/5-2/expanding-disk-size-vmware-.html
You can check your storage by the following commands to narrow down the disk or volume needing more resources. df -h
lsblk