On Wed, May 13, 2015 at 03:22:26PM +0800, fu lirong wrote: > Hi all: > I installed libguestfs-1.29.40 on both ubuntu 12.04 and ubuntu > 14.04. Both of them have the same problems,It is about the 'AVAILABILITY' > . I build libguestfs by tarball , everything is ok except the commond : > make check . > > on ubuntu 12.04 the error is > > md_create: feature 'mdadm' is not available in this > build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for > how to check for the availability of features. at
This happens because the program 'mdadm' is not installed. Probably you just need to install it with apt-get, and everything should work. You might need to rebuild libguestfs, or not, depending on how you build the appliance. > feature 'lvm2' is not available in this > build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for > how to check for the availability of features. This is caused because the program 'lvm' is not installed. As above, install it with apt-get and things should work. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://people.redhat.com/~rjones/virt-top _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
