Hi,

I'm on 13.10 and did the following to get glusterfs support in qemu.

== Install GlusterFS PPA
Add PPA repo from semiosis
sudo add-apt-repository ppa:semiosis/ubuntu-glusterfs-3.4
sudo apt-get update
sudo apt-get -y install glusterfs-client glusterfs-server

== Get GlusterFS glfs.h

wget 
http://download.gluster.org/pub/gluster/glusterfs/3.4/LATEST/glusterfs-3.4.1.tar.gz
tar xzf glusterfs*
mkdir -p /usr/include/glusterfs/api/
cp glusterfs*/api/src/glfs.h /usr/include/glusterfs/api/
rm -rf glusterfs*

== Rebuild qemu deb
mkdir rebuild-qemu
cd rebuild-qemu
apt-get source qemu
sudo apt-get -y build-dep qemu
cd qemu*
sed -i  -e '/^XSBC-Original-Maintainer/d' -e 
's/Maintainer/XSBC-Original-Maintainer/' -e '4iMaintainer: minime < 
min...@maxime.xx >' debian/control
dch -l custom
dch -r saucy
sed '3iDEB_CONFIGURE_EXTRA_FLAGS="--enable-glusterfs"' debian/rules 
debuild -us -uc -j$(($(grep processor /proc/cpuinfo |wc -l) + 2))

Put this devs in you own repo and install them :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224517

Title:
  please add glusterfs support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1224517/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to