I have old disk with dead Proxmox and VMs on one disk
I install new PX and connect old disk with
I create new VM with approx disk size (e.g. old vm has 15gb, and I set 16gb, is it correct?) and did
Check vm and it works good for the first time, but i dont know is it a correct way?
Will be glad for your advices
I install new PX and connect old disk with
zpool import -f -d /dev/sdd2 -R /mnt/old_data/ 123871264 rpool_old
I create new VM with approx disk size (e.g. old vm has 15gb, and I set 16gb, is it correct?) and did
zfs send rpool_old/data/vm-100-disk-1 | zfs recieve -F data/vm-101-disk-0
Check vm and it works good for the first time, but i dont know is it a correct way?
Will be glad for your advices
Last edited: