]> git.ipfire.org Git - thirdparty/libvirt.git/commit
host-validate: Fix suggestion for missing cpu cgroup
authorAndrea Bolognani <abologna@redhat.com>
Tue, 29 Mar 2016 16:40:34 +0000 (18:40 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 30 Mar 2016 07:41:54 +0000 (09:41 +0200)
commit53d3874ce3d3e8686b3ce3ce4d62a14f953a7769
tree9fd7de4874c63c9863e18afa3ea5af4fa04facd1
parent45408cd892bd098e8ac561c09a05766b152c2012
host-validate: Fix suggestion for missing cpu cgroup

If the cpu cgroup is not found when validating an host for
LXC support, virt-host-validate will suggest to enable the
CONFIG_CGROUP_SCHED kconfig option.

The appropriate option is really CONFIG_CGROUP_CPU. The
QEMU checks already get that right, so no changes needed.
tools/virt-host-validate-lxc.c