User Tools

Site Tools


kvm

Differences

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

Link to this comparison view

kvm [2012/11/27 20:24] – created vrillusionskvm [2012/11/28 12:55] (current) – corrected monospace markup vrillusions
Line 12: Line 12:
  
   * Shutdown the vm if it's running   * Shutdown the vm if it's running
-  * `qemu-img info /path/to/file.qcow2`+  * ''qemu-img info /path/to/file.qcow2''
     * Note the size given for virtual size     * Note the size given for virtual size
-  * `sudo lvcreate -L 12345678b -n kvm_vm1 vg0where 12345678 is the size you got from above command. Remember the b at the end +  * ''sudo lvcreate -L 12345678b -n kvm_vm1 vg0'' where 12345678 is the size you got from above command. Remember the b at the end 
-  * `sudo qemu-img convert /path/to/file.qcow2 -O host_device /dev/mapper/vg0-kvm_vm1` +  * ''sudo qemu-img convert /path/to/file.qcow2 -O host_device /dev/mapper/vg0-kvm_vm1'' 
-  * `virsh edit vm1and change it from this+  * ''virsh edit vm1'' and change it from this
 <file xml> <file xml>
     <disk type='file' device='disk'>     <disk type='file' device='disk'>
Line 38: Line 38:
  
   * Shutdown the vm if it's running   * Shutdown the vm if it's running
-  * `sudo lvcreate -L 12345678b -n kvm_vm1 vg0where 12345678 is the size you got from above command. Remember the b at the end +  * ''sudo lvcreate -L 12345678b -n kvm_vm1 vg0'' where 12345678 is the size you got from above command. Remember the b at the end 
-  * `sudo qemu-img convert /dev/mapper/vg0-kvm_vm1 -O qcow2 -o preallocation=metadata /srv/kvm/vm1/disk0.qcow2` +  * ''sudo qemu-img convert /dev/mapper/vg0-kvm_vm1 -O qcow2 -o preallocation=metadata /srv/kvm/vm1/disk0.qcow2'' 
-  * `virsh edit vm1and change it from this+  * ''virsh edit vm1'' and change it from this
 <file xml> <file xml>
     <disk type='block' device='disk'>     <disk type='block' device='disk'>
kvm.txt · Last modified: 2012/11/28 12:55 by vrillusions