Red Hat's own documentation can be found here:
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Virtua...
BROADCAST=192.168.4.255
NETMASK=255.255.255.0
NETWORK=192.168.4.0
virsh dumpxml vm_name > vm_name.xml
driver name='phy'
to name='file' type='raw'
source dev='name of old lV'
to source dev='new disk image file'
/etc/sysconfig/network-scripts/ifcfg-eth0
virt-v2v -i libvirtxml -op lvm_cdrive --bridge br0 www.xml
RSDIR=/etc
RSREMOTE=www
RSOPT="--archive -v --delete --compress --sparse --stats --progress --rsh=ssh"
rsync $RSOPT root@$RSREMOTE:$RSDIR/ $RSDIR
virsh shutdown vm_name
service libvirtd restart
virsh start vm_name
-The highest performing drive uses dev='vdx' bus='virtio' and sets cache='none' on the driver
-KVM will not allocate vdb if vda is not used
-Have to modify the fstab and the boot file for this change to work
See also:
- http://www.techotopia.com/index.php/Creating_a_CentOS_KVM_Networked_Brid...
- http://wiki.centos.org/HowTos/KVM