I am trying to convert PA-VM-KVM-8.0.0.qcow2 image to disk in the VM I just created (see VM config 101.conf). It says output file is smaller than input file , why ?
root@pve:/var/lib/vz/images# cat /etc/pve/nodes/pve/qemu-server/101.conf
bootdisk: virtio0
cores: 1
ide2: none,media=cdrom
memory: 2048
name: pan-os-8.0
net0: virtio=DE:5F:17:161:3C,bridge=vmbr0
numa: 0
ostype: l26
scsihw: virtio-scsi-pci
smbios1: uuid=4c337c77-5489-40d5-8f21-3cb56f43e70a
sockets: 1
virtio0: local-lvm:vm-101-disk-1,size=16G
root@pve:/var/lib/vz/images# find / -name vm-101-disk-1
/dev/pve/vm-101-disk-1
root@pve:/var/lib/vz/images# ls -lh
total 1.9G
-rw-r--r-- 1 root root 1.9G Mar 17 09:22 PA-VM-KVM-8.0.0.qcow2
root@pve:/var/lib/vz/images# qemu-img convert -O raw -p -n PA-VM-KVM-8.0.0.qcow2 local-lvm:vm-101-disk-1
qemu-img: Unknown protocol 'local-lvm'
root@pve:/var/lib/vz/images# qemu-img convert -O raw -p -n PA-VM-KVM-8.0.0.qcow2 local-lvm:vm-101-disk-1
qemu-img: Unknown protocol 'local-lvm'
root@pve:/var/lib/vz/images# qemu-img convert -O raw -p -n PA-VM-KVM-8.0.0.qcow2 /dev/pve/vm-101-disk-1
qemu-img: output file is smaller than input file
root@pve:/var/lib/vz/images# cat /etc/pve/nodes/pve/qemu-server/101.conf
bootdisk: virtio0
cores: 1
ide2: none,media=cdrom
memory: 2048
name: pan-os-8.0
net0: virtio=DE:5F:17:161:3C,bridge=vmbr0
numa: 0
ostype: l26
scsihw: virtio-scsi-pci
smbios1: uuid=4c337c77-5489-40d5-8f21-3cb56f43e70a
sockets: 1
virtio0: local-lvm:vm-101-disk-1,size=16G
root@pve:/var/lib/vz/images# find / -name vm-101-disk-1
/dev/pve/vm-101-disk-1
root@pve:/var/lib/vz/images# ls -lh
total 1.9G
-rw-r--r-- 1 root root 1.9G Mar 17 09:22 PA-VM-KVM-8.0.0.qcow2
root@pve:/var/lib/vz/images# qemu-img convert -O raw -p -n PA-VM-KVM-8.0.0.qcow2 local-lvm:vm-101-disk-1
qemu-img: Unknown protocol 'local-lvm'
root@pve:/var/lib/vz/images# qemu-img convert -O raw -p -n PA-VM-KVM-8.0.0.qcow2 local-lvm:vm-101-disk-1
qemu-img: Unknown protocol 'local-lvm'
root@pve:/var/lib/vz/images# qemu-img convert -O raw -p -n PA-VM-KVM-8.0.0.qcow2 /dev/pve/vm-101-disk-1
qemu-img: output file is smaller than input file