Hi
After reading
http://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE
specially the part
Physical (running) server to Proxmox VE (KVM) using SelfImage
i like to do a migration via selfimage. But the wiki only talks about a local vm-disk. one should export the vm via
qemu-nbd -t /var/lib/vz/images/xxx/vm-xxx-disk.qcow2
This is good if you have the vm on the local storage. In my case the vm should be on a ISCSI/LVM VOlume on a SAN.
I found some entries within /dev/pve1 which is my lvm volume
Can i simply use
qemu-nbd -t /dev/pve1/vm-102-disk-1
as command???
After reading
http://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE
specially the part
Physical (running) server to Proxmox VE (KVM) using SelfImage
i like to do a migration via selfimage. But the wiki only talks about a local vm-disk. one should export the vm via
qemu-nbd -t /var/lib/vz/images/xxx/vm-xxx-disk.qcow2
This is good if you have the vm on the local storage. In my case the vm should be on a ISCSI/LVM VOlume on a SAN.
I found some entries within /dev/pve1 which is my lvm volume
Can i simply use
qemu-nbd -t /dev/pve1/vm-102-disk-1
as command???