Applicable to:
- SolusVM
Symptoms
- Unable to create a new OpenVZ VPS in SolusVM - it remains offline
- On the OpenVZ Node there is the following error in logs:
# cat /var/log/vzctl.log | grep 101
...
vz-create_prvt ERROR: Insufficient disk space in /vz/private/114.private_temporary/root.hdd available: 0 needed: 1009471Note: replace 101 with the actual VPS ID, it can be found in SolusVM > Virtual Servers > VMID
Cause
The /vz
partition is full on the OpenVZ Node:
# df -h /vz
Filesystem Size Used Avail Use% Mounted on
/dev/md3 1.6T 1.6T 0 100% /vz
Resolution
- Log in to the OpenVZ Node where the VPS cannot be created
- Free up some space or enlarge the
/vz
partition
Comments
0 commentsPlease sign in to leave a comment.