candlepin / rho

ssh scanner for your network
GNU General Public License v2.0
32 stars 20 forks source link

KVM guests showing up as virt-hosts #31

Open wzzrd opened 7 years ago

wzzrd commented 7 years ago

KVM guests that have the /dev/kvm device, show up as virt-hosts. Maybe another characteristic can be used to determine whether or not a machine is a KVM virtual machine, like the existence of virtio devices in lspci output?

on my test server with KVM on it, my guests often show up as virt-host instead of virt-guest. Do I file an issue for this, or could that be related to my setup here?

That could be due to setup although it's probably unlikely. Looking back at the rho code
it looks like the only case that would happen is if the /dev/kvm device
exists on the system. [...]