search for: guest_name_lv

Displaying 1 result from an estimated 1 matches for "guest_name_lv".

2011 Nov 29
2
Transfer of LVM based guests
...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/guest_name.xml \ /etc/libvirt/qemu/guest_name.xml 11. Start ne...