Redhat:KVM config files

From Define Wiki
Revision as of 15:18, 3 September 2013 by Michael (talk | contribs) (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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.