]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virt-host-validate: Check those CGroups that we actually use
authorMichal Privoznik <mprivozn@redhat.com>
Sun, 24 Jan 2016 14:11:32 +0000 (15:11 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 25 Jan 2016 15:53:18 +0000 (16:53 +0100)
commitd55e11a3020fa2bfd941409772d74f63aa6a30c3
treec602809877d2bb5d9a9d8b61880778689039e2e0
parent9cbd1ecc3ec4d6079327b6a24a518a454276aafe
virt-host-validate: Check those CGroups that we actually use

Since the introduction of virt-host-validate tool the set of
cgroup controllers we use has changed so the tool is checking for
some cgroups that we don't need (e.g. net_cls, although I doubt
we have ever used that one) and is not checking for those we
actually use (e.g. cpuset).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
tools/virt-host-validate-lxc.c
tools/virt-host-validate-qemu.c