I have vm converted to qcow2 and imported on proxmox. It has lvm but when it boots does not see the lvm device and drops to initramfs. Ran lvm: vgscan, pvscan, it does not see anything.
Steps
* xe vdi-export uuid="xxxx" filename myvm.vhd format=vhd
* on proxmox created a vm (100)
* qemu-img convert myvm.vhd -O qcow2 myvm,qcow2 -p
* qm importdisk 100 myvm.qcow2 mypool
* qm set 100 -scsi0 mypool:vm-100-disk-0
What am I missing ?
Thanks
ppktm
Steps
* xe vdi-export uuid="xxxx" filename myvm.vhd format=vhd
* on proxmox created a vm (100)
* qemu-img convert myvm.vhd -O qcow2 myvm,qcow2 -p
* qm importdisk 100 myvm.qcow2 mypool
* qm set 100 -scsi0 mypool:vm-100-disk-0
What am I missing ?
Thanks
ppktm