In the virtualization field, It's time to add an another virtualization layer to run Vm's into Vm's.
And that was very awaited project. and finally fulfilled by oVirt 3.2 It's really A good achievement from Open source to create a great Cloud. Here are the steps, How to enable nested Enterprise Virtualization with oVirt 3.2
Steps to enable Nested Virtualization in ovirt 3.2:-
1. Obviously the first step is to install oVirt Engine 3.2 on Fedora 18 thru the official oVirt repositories. http://ovirt.org/releases/ovirt-release-fedora.noarch.rpm
2. Then we add a Fedora 18 node here on this node install the vdsm daemon, joined by the vdsm-hook-nestedvt.noarch package which is actually the one that makes this little black magic trick work.
3. Don't forget to enable the KVM nested virtualization.
4. How to enable nested Virualization.
# echo “options kvm-intel nested=1 “/etc/modprobe.d/kvm-intel.conf
# modprobe -r kvm-intel
# modprobe kvm-intel nested=1
Here is the list of packages involved in this experiment:
Kernel: 3.7.9 – 201.fc18.x86_64
Libvirt: libvirt-0.10.2.3-1.fc18
Vdsm: vdsm-4.10.3-8.fc18
Vdsm-hook-nestedvt.noarch-4.10.3-8.fc18
And that was very awaited project. and finally fulfilled by oVirt 3.2 It's really A good achievement from Open source to create a great Cloud. Here are the steps, How to enable nested Enterprise Virtualization with oVirt 3.2
Steps to enable Nested Virtualization in ovirt 3.2:-
1. Obviously the first step is to install oVirt Engine 3.2 on Fedora 18 thru the official oVirt repositories. http://ovirt.org/releases/ovirt-release-fedora.noarch.rpm
2. Then we add a Fedora 18 node here on this node install the vdsm daemon, joined by the vdsm-hook-nestedvt.noarch package which is actually the one that makes this little black magic trick work.
3. Don't forget to enable the KVM nested virtualization.
4. How to enable nested Virualization.
# echo “options kvm-intel nested=1 “/etc/modprobe.d/kvm-intel.conf
# modprobe -r kvm-intel
# modprobe kvm-intel nested=1
Here is the list of packages involved in this experiment:
Kernel: 3.7.9 – 201.fc18.x86_64
Libvirt: libvirt-0.10.2.3-1.fc18
Vdsm: vdsm-4.10.3-8.fc18
Vdsm-hook-nestedvt.noarch-4.10.3-8.fc18
Image of Nested Virtualization..
Comments
Post a Comment