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://www.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

KVM guest reports errors – How to troubleshoot or track it ? systemtap ?

I have seen reports saying that – under some scenarios, the KVM guest system reports I/O errors in its ‘dmesg’ against virtio block devices and also, some times it cause the filesystems inside the guest to go ‘READONLY’ mode. Tracking such issues are a bit difficult and its a pain. I believe we should make …

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 Two guest logical volumes ‘fedora-swap’ and ‘fedora-root’ are created inside guest physical volume vda. Discard ‘fedora-swap’ for now. The physical volume layout is shown below: Now guest image is on a file in …

Read more

Ovirt engine/manager in a VM controlled by ovirt engine/manager .. Is it possible ?

Is there a way to install ovirt manager/engine on an ovirt-node or hypervisor ? As of now, we have to install engine and get running before configuring ovirt nodes. How-ever this facility is being achieved by “Self Hosting Engine” feature of ovirt development.  I will write more about it soon, till then refer# http://www.ovirt.org/Features/Self_Hosted_Engine Also …

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