rhtyd commented on issue #4715: URL: https://github.com/apache/cloudstack/issues/4715#issuecomment-784105797
@abdelouahabb what you report may look like an error but it isn't a failure [1], it checks if the KVM machine is UEFI enabled and looks like whoever added that didn't add a suitable support for Ubuntu. If host addition is failing due to keystore setup, chances are the host does not have kvm or hardware acceleration. I'm not sure if VirtualBox now supported nested VMs with hardware acceleration (vmx or svm supported). Easy way to check is to run `kvm-ok` or `ls /dev/kvm`. The other issue with keystore setup could be lack of entroy in the nested KVM (your Ubuntu VM on VirtualBox), which may be fixed by installed haveged (https://packages.ubuntu.com/bionic/haveged) and try to add host again. [1] https://github.com/apache/cloudstack/blob/master/server/src/main/java/com/cloud/hypervisor/kvm/discoverer/LibvirtServerDiscoverer.java#L262 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
