I tried to create a new VM by cloning an exiting template. The new VM appears to have the same disk space as the template (say 50G). However, since I need the new VM to be of higher size, I have use the API ( /api2/json/nodes/{node}/qemu/{vmid}/resize) to resize and increase the disk size of the new VM to 100G.
The challenge now is that the new VM is still retaining the template disk size of 50G when I login into the VM. What is the best way to increase the internal disk size of the VM to 100G?
The challenge now is that the new VM is still retaining the template disk size of 50G when I login into the VM. What is the best way to increase the internal disk size of the VM to 100G?