Difference between revisions of "Virt-host-validate"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 2: | Line 2: | ||
This tool validates that the host is configured in a suitable way to run libvirt hypervisor drivers. If invoked without any arguments it will check support for all hypervisor drivers it is aware of. Optionally it can be given a particular hypervisor type ('[[qemu]]' or '[[lxc]]') to restrict the checks to those relevant for that virtualization technology. | This tool validates that the host is configured in a suitable way to run libvirt hypervisor drivers. If invoked without any arguments it will check support for all hypervisor drivers it is aware of. Optionally it can be given a particular hypervisor type ('[[qemu]]' or '[[lxc]]') to restrict the checks to those relevant for that virtualization technology. | ||
+ | |||
+ | |||
+ | <pre> | ||
+ | virt-host-validate | ||
+ | QEMU: Checking for hardware virtualization : FAIL (Only emulated CPUs are available, performance will be significantly limited) | ||
+ | QEMU: Checking if device /dev/vhost-net exists : PASS | ||
+ | QEMU: Checking if device /dev/net/tun exists : PASS | ||
+ | QEMU: Checking for cgroup 'cpu' controller support : PASS | ||
+ | QEMU: Checking for cgroup 'cpuacct' controller support : PASS | ||
+ | QEMU: Checking for cgroup 'cpuset' controller support : PASS | ||
+ | QEMU: Checking for cgroup 'memory' controller support : PASS | ||
+ | QEMU: Checking for cgroup 'devices' controller support : PASS | ||
+ | QEMU: Checking for cgroup 'blkio' controller support : PASS | ||
+ | WARN (Unknown if this platform has IOMMU support) | ||
+ | QEMU: Checking for secure guest support : WARN (Unknown if this platform has Secure Guest support) | ||
+ | LXC: Checking for Linux >= 2.6.26 : PASS | ||
+ | LXC: Checking for namespace ipc : PASS | ||
+ | LXC: Checking for namespace mnt : PASS | ||
+ | LXC: Checking for namespace pid : PASS | ||
+ | LXC: Checking for namespace uts : PASS | ||
+ | LXC: Checking for namespace net : PASS | ||
+ | LXC: Checking for namespace user : PASS | ||
+ | LXC: Checking for cgroup 'cpu' controller support : PASS | ||
+ | LXC: Checking for cgroup 'cpuacct' controller support : PASS | ||
+ | LXC: Checking for cgroup 'cpuset' controller support : PASS | ||
+ | LXC: Checking for cgroup 'memory' controller support : PASS | ||
+ | LXC: Checking for cgroup 'devices' controller support : PASS | ||
+ | LXC: Checking for cgroup 'freezer' controller support : PASS | ||
+ | LXC: Checking for cgroup 'blkio' controller support : PASS | ||
+ | LXC: Checking if device /sys/fs/fuse/connections exists : PASS | ||
+ | </pre> | ||
+ | |||
==See also== | ==See also== | ||
*{{Virsh}} | *{{Virsh}} |
Revision as of 12:49, 7 April 2021
https://linux.die.net/man/1/virt-host-validate
This tool validates that the host is configured in a suitable way to run libvirt hypervisor drivers. If invoked without any arguments it will check support for all hypervisor drivers it is aware of. Optionally it can be given a particular hypervisor type ('qemu' or 'lxc') to restrict the checks to those relevant for that virtualization technology.
virt-host-validate QEMU: Checking for hardware virtualization : FAIL (Only emulated CPUs are available, performance will be significantly limited) QEMU: Checking if device /dev/vhost-net exists : PASS QEMU: Checking if device /dev/net/tun exists : PASS QEMU: Checking for cgroup 'cpu' controller support : PASS QEMU: Checking for cgroup 'cpuacct' controller support : PASS QEMU: Checking for cgroup 'cpuset' controller support : PASS QEMU: Checking for cgroup 'memory' controller support : PASS QEMU: Checking for cgroup 'devices' controller support : PASS QEMU: Checking for cgroup 'blkio' controller support : PASS WARN (Unknown if this platform has IOMMU support) QEMU: Checking for secure guest support : WARN (Unknown if this platform has Secure Guest support) LXC: Checking for Linux >= 2.6.26 : PASS LXC: Checking for namespace ipc : PASS LXC: Checking for namespace mnt : PASS LXC: Checking for namespace pid : PASS LXC: Checking for namespace uts : PASS LXC: Checking for namespace net : PASS LXC: Checking for namespace user : PASS LXC: Checking for cgroup 'cpu' controller support : PASS LXC: Checking for cgroup 'cpuacct' controller support : PASS LXC: Checking for cgroup 'cpuset' controller support : PASS LXC: Checking for cgroup 'memory' controller support : PASS LXC: Checking for cgroup 'devices' controller support : PASS LXC: Checking for cgroup 'freezer' controller support : PASS LXC: Checking for cgroup 'blkio' controller support : PASS LXC: Checking if device /sys/fs/fuse/connections exists : PASS
See also
Advertising: