How to share ‘a disk’ to more than one VM using libvirt? Or What ‘sharable’ flag do in libvirt ?

Libvirt provides support for ‘sharing a disk with mulitple VMs’, even virt-manager utililty has the support for it. How-ever there is a common misunderstanding that, once you enable ‘sharable’ it is done and you can concurrently write data to it. Please note that, the <shareable/> flag tells libvirt that the disk will be *concurrently* accessed …

Read more

Is it possible to do online resizing of guest block devices ( Or without shutdown ?)

Today I got this question, Is it possible to resize the guest block device without shutting down the guest? Or in another way, Is it possible to do online resizing of guest block devices ? The answer was ‘YES‘, it is possible with a switch called ‘blockresize’ of ‘virsh’ command : Below example would illustrate …

Read more

finally ‘Ovirt FAQ’ is available @ ovirt.org

My (best) friend ‘Douglas’ ( vdsm engineering) was poking me to record a faq about ovirt in ovirt.org for quite some time now.  Today, I came up with that. I believe it will be useful for  ovirt enthusiasts . Here is the link : https://www.ovirt.org/develop/faq.html Let me know your comments/suggestions, I will be be ‘delighted’ …

Read more

ovirt-shell or ovirt-cli usage ..

It is quite some time I am receiving queries on ovirt-shell/ cli usage. Even-though I didn’t store those questions with me, I thought I will point something on this topic. Soon I will come up with more notes on this topic. Upto that, this is a place holder draft. But, dont get disappointed, you have …

Read more

Managing gluster from ovirt !

In past weeks, I received some queries on gluster and ovirt integration .. People are seriously looking for its integration or details on , whats there now and where its moving.. I informed them about the work being done on this area, how-ever before I get more queries on this , I thought, I will …

Read more

QMP ( qemu monitor protocol ) and Different ways of accessing it

The QEMU Monitor Protocol (QMP) is a JSON-based protocol which allows applications to communicate with a QEMU instance. Read more about QMP here :http://wiki.qemu.org/QMP Its a client server architecture where the data can be exchanged. The monitor protocol is really useful for debugging, experimenting and also useful for collecting statistics and for fetching data about …

Read more

Understand Quota in Ovirt ( /RHEV ) 3.1

Day by day, Ovirt is embedded with new features which make Ovirt an awesome piece of software … Ovirt 3.1 has added  a new feature called ‘QUOTA’, quota new feature which enhance Ovirt/ RHEV project with its 3.1 version. It is really handy when you have to define acls for your setup.  Better usage of …

Read more