patch 0.9.1 remove xen dependency for kvm only use
Brought to you by:
haphazard1,
jd_jedi
Hi
This patch removes the necessity of having to install xen on the ConVirt machine when you are managing KVM only environment. Note : if you are managing Xen and KVM or Xen only environment, then Xen should be installed on the ConVirt machine as per doc.
to apply the patch
Go to the directory where ConVirt is installed
download the patch
patch -p0 < patch_remove_xen_depends
restart ConVirt.
patch for removing xen dependency.