-
Notifications
You must be signed in to change notification settings - Fork 59
kstat namespace collision warnings #19
Copy link
Copy link
Open
Description
Seen by an OmniOS user on an X4150 (pre-EPT Intel CPU):
Configuring devices.
WARNING: kstat_create('unix', 0, 'kvm_pte_chain'): namespace collision
WARNING: kstat_create('unix', 0, 'kvm_rmap_desc'): namespace collision
WARNING: kstat_create('unix', 0, 'kvm_mmu_page_header'): namespace collision
WARNING: kvm: insufficient hardware support (lacking EPT)
Presumably there's some code path that we only take when EPT support is absent that results in this condition. The user reports that these warnings only appear on the first boot after applying a kernel update, and not on subsequent boots.
This is on OmniOS r151006, which ships illumos-kvm at SHA 2bbad6a
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels