Comment 0 for bug 1883320

Revision history for this message
Eric Desrochers (slashd) wrote :

[Original Description]

The KVM plugin get triggered in a container
(e.g lxd) because of "/sys/module/kvm"
inheritance from the kernel host.

Not only it's a waste of sosreport time,
but running it inside a container may
unintentionally reveal details from its
host. Which is a undesired behaviour.

Switching to /dev/kvm, is more appropriate
and follow current standard as used by tool
such as cpu-checker (kvm-ok) for instance.

And taking benefit of this change to get rid
of the check_enabled() overwrite in favour of
using "files=" trigger.