Hello,
I'm using Proxmox a while now, with several VMs and containers on a single machine.
Now I got access to new hardware which is set up with 3 nodes using Ceph. I'd like to import a VM from VMWare to this system.
I learned that I have to:
- create a VM
- copy and convert the vmdk to /var/lib/vz/images/VMID
Using qemu-img like so:
But how to do this with Ceph? As there is no /var/lib/vz/images...
And I think I have to use format RAW.
Would be great if someone could shed some light on this.
Thanks in advance,
normic
I'm using Proxmox a while now, with several VMs and containers on a single machine.
Now I got access to new hardware which is set up with 3 nodes using Ceph. I'd like to import a VM from VMWare to this system.
I learned that I have to:
- create a VM
- copy and convert the vmdk to /var/lib/vz/images/VMID
Using qemu-img like so:
Code:
qemu-img convert -f vmdk ./debian-flat.vmdk -O qcow2 /var/lib/vz/images/100/debian.qcow2
But how to do this with Ceph? As there is no /var/lib/vz/images...
And I think I have to use format RAW.
Would be great if someone could shed some light on this.
Thanks in advance,
normic