This patch series tackles several small issues which should be addressed before the 2.13 release. These include parameter renamings and allows the implementation to work with more cgroup configurations.
Hrvoje Ribicic (7): Rename lxc_startup_wait to startup_timeout Rename lxc_tty to num_ttys Rename lxc_cgroup_use to extra_cgroups and improve docs Additional lxc_ prefix removal Properly downgrade LXC parameters Allow for checking of individual cgroup parameter presence Make usage of memory.memsw.limit_in_bytes optional lib/hypervisor/hv_lxc.py | 97 +++++++++++++++++++--------- man/gnt-instance.rst | 48 +++++++------- qa/qa_instance.py | 4 +- src/Ganeti/Constants.hs | 30 ++++----- test/py/ganeti.hypervisor.hv_lxc_unittest.py | 34 +++++++--- tools/cfgupgrade | 29 +++++++++ 6 files changed, 161 insertions(+), 81 deletions(-) -- 2.2.0.rc0.207.ga3a616c