Hi All, new to proxmox and limited VM/linux experience. Trying to spin up a VM using a qcow2 file I have and running into issuse...I've create the VM:
and I've confirmd the file I'm trying to use is in the directory:
When I try to import the disk this is the error I get:
or
Any ideas as to what I'm doing wrong?
root@pve:~# qm config 868agent: enabled=1bios: seabiosboot: order=virtio0cores: 4cpu: hosthotplug: disk,network,usb,cpumachine: q35memory: 8000meta: creation-qemu=10.0.2,ctime=1763028249name: palo-Broker-VM-kvmnet0: virtio=BC:24:11:FC:EA:27,bridge=vmbr0,tag=1net1: virtio=BC:24:11:AD:C9:23,bridge=vmbr0,tag=100net2: virtio=BC:24:11:30:85:FE,bridge=vmbr0,tag=250net3: virtio=BC:24:11:39:D8:EF,bridge=vmbr0,tag=20numa: 0ostype: l26scsihw: virtio-scsi-pciserial0: socketsmbios1: uuid=784fac9d-f96b-4224-8244-0e93b1bfbaeesockets: 1unused0: Image:vm-868-disk-0vmgenid: dcbfb1a9-640b-4b46-a10f-16379154da07and I've confirmd the file I'm trying to use is in the directory:
root@pve:~# ls /var/lib/vz/imagesbroker-vm-28.0.100.ova broker-vm-28.0.100.qcow2When I try to import the disk this is the error I get:
root@pve:~# qm importdisk 868 broker-vm-28.0.100.qcow2 /var/lib/vz/images/ --format qcow2400 Parameter verification failed.storage: invalid format - storage ID '/var/lib/vz/images/' contains illegal charactersqm disk import <vmid> <source> <storage> [OPTIONS]or
root@pve:~# qm importdisk 868 broker-vm-28.0.100.qcow2 images --format qcow2broker-vm-28.0.100.qcow2: non-existent or non-regular fileAny ideas as to what I'm doing wrong?