Difference between revisions of "Redhat:KVM config files"

From Define Wiki
Jump to navigation Jump to search
(Created page with "== KVM VMs FIles == VMs based on KVM are configured using files in two locations: * /etc/libvirt * /var/lib/libvirt An XML file is stored in /etc/libvirt/qemu. This file ...")
 
(No difference)

Latest revision as of 15:18, 3 September 2013

KVM VMs FIles

VMs based on KVM are configured using files in two locations:

  • /etc/libvirt
  • /var/lib/libvirt

An XML file is stored in /etc/libvirt/qemu. This file defines all of the parameters used by the VM including the RAM, networks and CPUs. Any chnages made to this file will not be implemented until the libvirtd daemon has been restarted.