Copy the qVSA QCOW2 disk to Proxmox VM Directory
To replace the scanner instance disk image with the qVSA qcow2 image that you uploaded in Step 2, follow these steps:
- Locate the qVSA QCOW2 disk image that you uploaded in Step 2.
For example,/var/lib/vz/template/cache/qVSA.x86_64-3.10.89-1.qcow2
- Copy the qVSA QCOW2 disk image to your VMID's image directory.
This action overwrites the existing image for your VM instance. Use the following command:
cp <path to uploaded qVSA QCOW2 disk image> <path to $VMID storage image disk
>
Example:
cp /var/lib/vz/template/cache/qVSA.x86_64-3.10.89-1.qcow2 /var/lib/vz/images/100/vm-100-disk-0.qcow2
- `/var/lib/vz/template/cache/qVSA.x86_64-3.10.89-1.qcow2`
is the path to the qVSA QCOW2 disk image you uploaded.
- `/var/lib/vz/images/100/vm-100-disk-0.qcow2`
is the path to the VM’s image directory where you need to place the qVSA QCOW2 disk image.