Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.
/ kvmhidden Public archive

VDSM Hook for getting vmware working in ovirt

License

Notifications You must be signed in to change notification settings

mechinn/kvmhidden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kvmhidden vdsm hook

VDSM Hook for hiding kvm from the vm

Installation:

  • Use engine-config to set the appropriate custom properties as such:

Custom property for a VM: sudo engine-config -s "UserDefinedVMProperties=kvmhidden=^(true|false)$"

  • Verify that the custom properties were added properly: sudo engine-config -g UserDefinedVMProperties

Usage: In the VM configuration window, open the custom properties tab and add kvmhidden=true to hide kvm from the vm.

Details: Adds the following to the vdsm xml

  <features>
    ...
    <kvm>
      <hidden state='on'/>
    </kvm>
  </features>

About

VDSM Hook for getting vmware working in ovirt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published