I have found this (sorry, french): http://forums.fedora-fr.org/viewtopic.php?id=56347
It suggests that I should need "kvm-intel" module, and it seems that it is true (I have some Intel CPUs), as it is not present on pve02-ivr:
pve01-ivr:
pve02-ivr:
Any clue why it's not present ?
I cannot insert it:
It suggests that I should need "kvm-intel" module, and it seems that it is true (I have some Intel CPUs), as it is not present on pve02-ivr:
pve01-ivr:
Code:
root@pve01-ivr:~# lsmod | grep kvm
kvm_intel 163840 100
kvm 503808 1 kvm_intel
root@pve01-ivr:~#
pve02-ivr:
Code:
root@pve02-ivr:~# lsmod | grep kvm
kvm 503808 0
root@pve02-ivr:~#
Any clue why it's not present ?
I cannot insert it:
Code:
root@pve02-ivr:~# modprobe kvm-intel
modprobe: ERROR: could not insert 'kvm_intel': Operation not supported
root@pve02-ivr:~#