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