rancher / k3os

Purpose-built OS for Kubernetes, fully managed by Kubernetes.
https://k3os.io
Apache License 2.0
3.5k stars 396 forks source link

Nutanix AHV is incorrectly identified as Hyper-V #455

Open pagong opened 4 years ago

pagong commented 4 years ago

Version (k3OS / kernel) $ k3os --version k3os version v0.10.0 $ uname --kernel-release --kernel-version 5.0.0-43-generic #47~18.04.1 SMP Wed Apr 1 16:27:01 UTC 2020 $ uname -m x86_64

Describe the bug k3os is deployed on Nutanix AHV hypervisor, which is based on KVM/qemu. But hypervisor is incorrectly identified as "Hyper-V".

hyper-v

To Reproduce $ sudo virt-what hyperv

Expected behavior Hypervisor should be identified as Nutanix AHV, or KVM/qemu.

Additional context This issue has already been adressed in the upstream version of virt-what: http://git.annexia.org/?p=virt-what.git;a=summary

nutanix-ahv

dweomer commented 4 years ago

I think we need an upstream release (aka tag) before the Alpine maintainers will take it up.