]> git.proxmox.com Git - pve-container.git/commit
deal with disabled cgroup subsystems
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 21 Jun 2018 08:07:41 +0000 (10:07 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 6 Jul 2018 09:26:01 +0000 (11:26 +0200)
commit0b6a2f0ec53a90d3c3f253a201ef303cafda259e
tree396ff3c1bc95ed59464cab2fcfe1bd01945aff16
parent1665d2f1bc8b8123bf0d3687c1ac0cc09ae2ef8a
deal with disabled cgroup subsystems

When a user disables a cgroup subsystem via eg. a kernel
command line we shouldn't try to generate lxc.cgroup.*
entries for it.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/PVE/CLI/pct.pm
src/PVE/LXC.pm