I have an LXC container with a mountpoint defined in /etc/pve/lxc/101.conf:
In my /etc/pve/storage.cfg, I have:
Is it possible to move this storage to a VM/QEMU harddisk? The idea is I want to replace the LXC with a VM, so need to move the storage.
I'm assuming this is not possible with the UI, as I can detach it from the LXC but not sure how to attach it on the VM. I found this:
https://pve.proxmox.com/wiki/Moving_disk_image_from_one_KVM_machine_to_another
But it seems to be specific to moving storage between VMs, not LXC to VM.
Thanks!
Code:
mp0: local-lvm:vm-101-disk-0,mp=/mnt/storage,mountoptions=noatime,size=1500G
In my /etc/pve/storage.cfg, I have:
Code:
lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images
Is it possible to move this storage to a VM/QEMU harddisk? The idea is I want to replace the LXC with a VM, so need to move the storage.
I'm assuming this is not possible with the UI, as I can detach it from the LXC but not sure how to attach it on the VM. I found this:
https://pve.proxmox.com/wiki/Moving_disk_image_from_one_KVM_machine_to_another
But it seems to be specific to moving storage between VMs, not LXC to VM.
Thanks!