]> xenbits.xensource.com Git - libvirt.git/commit
Add XML config for resource partitions
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 21 Mar 2013 11:28:10 +0000 (11:28 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 15 Apr 2013 16:35:31 +0000 (17:35 +0100)
commit8d4adf3efa917e192a250952b6b39eb78fa64f87
tree9b59bf96d9d10511ea8b4dff4b01ab94fdc86c27
parentaa8604dd453eb0ef08c57c7495c120611ec31c1a
Add XML config for resource partitions

Allow VMs to be placed into resource groups using the
following syntax

  <resource>
    <partition>/virtualmachines/production</partition>
  </resource>

A resource cgroup will be backed by some hypervisor specific
functionality, such as cgroups with KVM/LXC.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
tests/domainschemadata/domain-lxc-simple.xml