Hi,
I apologize, is this probably a really trivial question for most here.
I am trying to convert a physicial server to a VM.
So I have booted off a live cd and created a RAW image of the pysical server's SSD (with dd).
That image file is now on an ext4 formatted USB drive.
How do I import that RAW image file into my ceph pool as a new RDB block drive so I can use it as a boot drive for a new virtual machine?
Basically this: https://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE but I want to store the vm's drive on CEPH.
I want to do the opposite of this: https://forum.proxmox.com/threads/export-ceph-image-to-gzip.75915/post-337899
Instead of exporting an RBD block device to a RAW image file with rbd export, I want to create an RBD block device from a RAW image file and then use that for a new VM.
So should I use rbd import and/or qm importdisk?
I apologize, is this probably a really trivial question for most here.
I am trying to convert a physicial server to a VM.
So I have booted off a live cd and created a RAW image of the pysical server's SSD (with dd).
That image file is now on an ext4 formatted USB drive.
How do I import that RAW image file into my ceph pool as a new RDB block drive so I can use it as a boot drive for a new virtual machine?
Basically this: https://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE but I want to store the vm's drive on CEPH.
I want to do the opposite of this: https://forum.proxmox.com/threads/export-ceph-image-to-gzip.75915/post-337899
Instead of exporting an RBD block device to a RAW image file with rbd export, I want to create an RBD block device from a RAW image file and then use that for a new VM.
So should I use rbd import and/or qm importdisk?
Last edited: