User Tools

Site Tools


docs:libvirt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:libvirt [2014-05-12 10:01]
glen english
docs:libvirt [2014-05-15 09:36] (current)
arekm [Changing guest configuration (config file)]
Line 9: Line 9:
 qemu-img create -f qcow2 /​var/​lib/​libvirt/​images/​test.qcow2 64G qemu-img create -f qcow2 /​var/​lib/​libvirt/​images/​test.qcow2 64G
 </​file>​ </​file>​
 +
 +==== Resize image ====
 +
 +<​file>​
 +qemu-img resize /​var/​lib/​libvirt/​images/​test.qcow2 +10G
 +</​file>​
 +
 +and then resize partition table and filesystem.
  
 ==== Installation ==== ==== Installation ====
  
 <​file>​ <​file>​
-virt-install -r 4096 --accelerate -n test -f /​var/​lib/​libvirt/​images/​test.qcow2 --cdrom /​CentOS-6.5-x86_64-bin-DVD1.iso --network=type=direct,​source=eth0 --graphics vnc,​listen=0.0.0.0 --noautoconsole+virt-install -r 4096 --accelerate -n test 
 +-f /​var/​lib/​libvirt/​images/​test.qcow2 ​
 +--cdrom /​CentOS-6.5-x86_64-bin-DVD1.iso ​
 +--network=type=direct,​source=eth0 ​
 +--graphics vnc,​listen=0.0.0.0,​password=somepass \ 
 +--noautoconsole
 </​file>​ </​file>​
  
Line 30: Line 43:
 <​file>​ <​file>​
 virsh autostart test virsh autostart test
 +</​file>​
 +
 +==== Changing guest configuration (config file) ====
 +
 +<​file>​
 +virsh edit test
 </​file>​ </​file>​
  
docs/libvirt.1399881689.txt.gz · Last modified: 2014-05-12 10:01 by glen