
25 Jan
2016
25 Jan
'16
3:39 p.m.
On Mon, Jan 25, 2016 at 08:23:21AM +0100, Michal Privoznik wrote:
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 | 16 ++++++++-------- tools/virt-host-validate-qemu.c | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-)
ACK