Displaying 1 result from an estimated 1 matches for "vhost_new".
Did you mean:
vhost_net
2011 Nov 29
2
Transfer of LVM based guests
...hot
of=/tmp/fs/LVM_guest_snapshot.img bs=4096
5. Remove the original snapshot
5.a lvremove /dev/vhost/LVM_guest_snapshot
6. Move the snapshot image file to the new KVM host. Note
that for large vm guest images tape transport is probably
better than network transfers.
7. Log in to vhost_new
8. Create a new lv on the new vhost
8.a lvcreate -n guest_name_lv -L 60G vhost_new_vg
9. Copy transferred image to new LV
9.a dd if=tmp/LVM_guest_snapshot.img
of=/dev/vhost_new/guest_name_lv bs=4096
10. Copy guest xml file from vhost_old via sftp
10.a. get /etc/libvirt/qemu/gue...