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.
Example
/var/lib/vz/template/cache/qVSA.open.x86_64-4.1.82-1.tar.gz
- 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:Overwrite Command
cp <path to uploaded qVSA QCOW2 disk image> <path to $VMID storage image disk>
Example
cp /var/lib/vz/template/cache/qVSA.open.x86_64-4.1.82-1.tar.gz /var/lib/vz/images/100/vm-100-disk-0.qcow2
where,
-`/var/lib/vz/template/cache/qVSA.open.x86_64-4.1.82-1.tar.gz`
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.