Here it is … “Mastering KVM Virtualization ( Second Edition)” ..

mkvm_second_edition

After block buster first edition (https://amzn.to/2TqNGLr) of `Mastering KVM Virtualization` here it is! We are really happy to announce the availability of our book about KVM virtualization since Oct 23rd of this year! We have been receiving many requests about updating the content to latest and also to add some topics of interest in general . We heard you! and finally its available ! Our effort to share knowledge on KVM virtualization was well received in the market with the first edition of this book. Since the release, lots of emails hit our inbox with the very positive feedback. It also kept us motivated for dedicating extra time on the second edition eventhough the experience tell us that, writing a book is tough especially when you are in a job and you have a family to take care! It need a bold mindset to devote time from the hours you get to relax outside your daily job. We have to admit that, we were assimilated to this with our first book and could manage to roll the second edition over. Hope this edition meet the requirement of knowing more about the KVM virtualization, its internal working mechanism, and how it can be integrated in different deployments and various products. Please let us know how we did on this attempt..

Also I would like to mention that, we have some free copies available for this edition if you are interested, hit me here with the comment if you would like to receive one.

Happy Learning!

Amazon links:
https://amzn.to/3klWvSy
https://amzn.to/37wVQtU

Announcing Open Source Virtualization India meetup group

We are glad to announce the Opensource Virtualization India meetup group!! Its been long time we are answering/discussing virt related queries via emails or irc, so the effort to bring virtualizers under one group.

This is a forum which discuss about various opensource Llinux virtualization technologies like Xen, KVM, Ovirt..and the friends libvirt, virt-manager..etc

If you would like to be part of it, please join http://www.meetup.com/open-virtualization-india/

We have scheduled 3 meetups ( Bangalore, Pune, Aurangabad) for near future, yet to decide the exact dates though.


Pune – Organizer: Anil Vettathu

Aurangabad – Organizer: Ashutosh Sudhakar Bhakare

Please let me know if you would like to volunteer for any of the meetups in your area.

** Welcome Virtualizers!! **

N-Port ID Virtualization or NPIV in virtualization environment ( libvirt, kvm space) Or Assign a lun directly to a VM/guest

I was thinking to write about NPIV long time back and I denied myself till now. Maybe because, it was almost incomplete from libvirt layer. How-ever I can’t do that more, especially after receiving lots of emails on this subject, so here it is: To write about NPIV, I should share some idea about the … Read more

A vdsm hook ( macbind) to attach given mac address to a different bridge or openvswitch bridge .

It seemed to be a requirement to attach a VM nic to a different bridge than the currently defined bridge. Also, ovirt is not compatible with openvswitch to pick those bridges and attach a VM nic. I have written a vdsm hook which will help you to achieve this. The functionality has been pushed to … Read more

virt-manager hangs on ‘searching for available hypervisors’ window and not able to cancel it ?

Ah… I would say it ruined my day 🙂 I updated my fedora system from fedora 18 to 19 as mentioned in my previous post ( https://humblec.com/smooth-upgrade-from-fedora-18-to-fedora-19/ ) and was trying to play with VMs via virt-manager. How-ever virt-manager showed a window with title ‘Searching for available hypervisors’ and keep showing it indefinitely. I waited … Read more

Complete guide to extend guest disk from backend, LVM and Filesystem inside KVM guest.

First of all this is my guest system layout. There is a disk called ‘vda’ where my guest filesystem resides. IN GUEST [terminal] [root@localhost ~]# fdisk -l Disk /dev/vda: 6442 MB, 6442450944 bytes, 12582912 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size … Read more

How to build a virt-p2v ISO in fedora ( F18/F17) using virt-p2v-image-builder ?

Install ‘virt-p2v-image-builder’ package in your fedora system. I installed in fedora 18 . virt-p2v-image-builder-0.9.0-1.fc18.noarch   Now, run ‘virt-p2v-image-builder ‘ commmand as shown below [cc] [root]# virt-p2v-image-builder Package ql2200-firmware is obsoleted by linux-firmware, trying to install linux-firmware-20130418-0.1.gitb584174.fc18.noarch instead Package ql23xx-firmware is obsoleted by linux-firmware, trying to install linux-firmware-20130418-0.1.gitb584174.fc18.noarch instead Package ql2100-firmware is obsoleted by linux-firmware, trying … Read more

What is Open Virtualization Format Or OVF ?

Open Virtualization Format (OVF) is an open-source standard for packaging and distributing  virtual machines (VM) and it is platform independent.. You can watch/consider OVF as a container or a package which contains OVF descriptor. This container/package can be used to port any VMs to any vendor specific virt setups which support OVF. OVF is basically … Read more