Comment 3 for bug 1224517

Revision history for this message
Alan Vallance (alan-g) wrote :

Jiri,
Great info thanks for posting!

One thing to add...

The line [sed '3iDEB_CONFIGURE_EXTRA_FLAGS="--enable-glusterfs"' debian/rules] didn't work for me.. I just had to manually add the [DEB_CONFIGURE_EXTRA_FLAGS="--enable-glusterfs"] to the debian/rules file. Build worked fine and if anyone is confused by the "Put this devs in you own repo and install them :)".. Just do this..

cd ..
dpkg -i qemu*.deb

You can verify that qemu is gluster aware by doing something like this:
qemu-img create gluster://[node]/[volume]/test.img 5G