[libvirt] [PATCH 0/3] openvz: allow for runtime quota updates

Guido Günther agx at sigxcpu.org
Sun Jun 3 20:55:06 UTC 2012


Hi,
attached patches allow to change disk quota at runtime. This can later be
extended to update network configuration as well. 

The patch revealed a problem of the openvz driver in genral: the
openvzLoadDomains only reads the on disk configuration but doesn't check if
running domains have (non persistent) diverging values due to openvz calls
without the "--save" option but that's part of another patch.
Cheers,
 -- Guido

Guido Günther (3):
  Introduce virDomainFSIndexByName
  openvz: add persist parameter to openvzSetDiskQuota
  openvz: wire up domainUpdateDeviceFlags

 src/conf/domain_conf.c     |   16 +++++++
 src/conf/domain_conf.h     |    1 +
 src/openvz/openvz_driver.c |  105 ++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 118 insertions(+), 4 deletions(-)

-- 
1.7.10




More information about the libvir-list mailing list