New Linux tool helps manage guest virtual machines
With the increasing prevalence of virtualization comes the greater need for management of "guest" operating systems that run as virtual machines on the hypervisor, and the tool called libguestfs is set to provide that on Linux.
Libguestfs is a library for accessing and modifying guest vms and can be used for making batch configuration changes to guests, viewing and editing files inside guests, getting disk statistics, migrating between virtualization systems, performing partial guest backups and clones, cloning guests and changing system information of Linux and Windows guests among other things.
Developed by Red Hat emerging technologies software engineer Richard Jones, libguestfs overcomes the "constant problem" with virtualization management of how to "see inside" the guest virtual machine.
"You can measure things like how much CPU it's using or how much network traffic it generates, but people often ask how much disk space a guest is using (not allocated, but actually using)?" Jones said.
"Did the guest boot up correctly? Can you install virtio drivers in that guest? Can you add a disk to a guest and change its /etc/fstab at the same time? Can you migrate a guest from Xen to KVM, uninstall the Xen PV kernel and add the right KVM drivers?"
Libguestfs uses Linux kernel and qemu code, and can access any type of guest file system that Linux and qemu can, including ext2/3/4, btrfs, FAT and NTFS, LVM, different disk partition schemes, qcow, qcow2, and vmdk.
"What we need to use is the Linux kernel code directly," he said. "The whole thing runs inside a qemu container, and we talk from a small library to the userspace inside qemu, giving it instructions like 'edit this file', 'run this program', 'install this device driver'."
The library can be linked with C and C++ management programs and has bindings for OCaml, Perl, Python, Ruby, Java and Haskell. It can also be used from shell scripts or the command line with the guestfish utility.
"The beauty of this is that Linux already has the drivers to handle numerous different file systems, LVM, partition types and so on," Jones said, adding all the complexity is "hidden" inside the libguestfs library.
"The qemu process can decode qcow2 and a variety of other containers. We can even run an NFS server inside the guest and mount file systems on the host."
Computerworld Australia
Sign up for ITworld's Daily newsletter
Follow ITworld on Twitter @IT_world
On Twitter now
virtualization
Powered by Twitter
jfruh
Apple syncing patent can't come soon enough
pasmith
New Twitter features borrow from 3rd party clients
Esther Schindler
Open Source Changes the Software Acquisition Process
mikelgan
How to set up continuous podcast play on the new iTunes
David Strom
Five important Windows 7 mobility features
sjvn
Guard your Wi-Fi for your own sake
Sandra Henry-Stocker
Grepping on Whole Words
Sidekick: The Good News & the Bad News
Either way you look at it Microsoft Data Center management did not follow standards or best practices in this failure. In which case it makes me wonder more about the outsourcing of corporate data much less personal data.
- mburton325
Join the conversation here
Quick, practical advice for IT pros. Made fresh daily.
Want to cash in on your IT savvy? Send your tip to tips@itworld.com. If we post it, we'll send you a $25 Amazon e-gift card.












