Shutdown VM from SolusVM control panel or use the following command on node :
# xm shutdown vm_ID
Extend LVM :
# lvextend /dev/Xen/vm_ID_img -L +50G
Checking File System for errors :
# e2fsck -f /dev/vg0/vm_ID_img
# resize2fs /dev/vg0/vm1_ID_img
Boot up the VM:
# xm create vm_ID /home/xen/vm_ID/vm_ID.cfg
Done..!! Now check the VPS Disk Space using df command.
Works Perfect !!
ReplyDelete