On-Premise VCO upgrade to 6.x fails for "No space left on device"
search cancel

On-Premise VCO upgrade to 6.x fails for "No space left on device"

book

Article ID: 387349

calendar_today

Updated On:

Products

VMware VeloCloud SD-WAN

Issue/Introduction

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. 

Environment

On-Premise SD-WAN Velocloud Orchestrator

Cause

Insufficient space allocated to the volume specified in the error message. 

Resolution

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

Additional Information

You can check your storage by the following commands to narrow down the disk or volume needing more resources. 

df -h

lsblk