[Bug 1224517] Re: please add glusterfs support

2014-01-28 Thread André Bauer
Maybe also worth to have a look at: https://bugs.launchpad.net/cloud- archive/+bug/1246924 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1224517 Title: please add glusterfs support

[Bug 1224517] Re: please add glusterfs support

2014-01-28 Thread André Bauer
*** This bug is a duplicate of bug 1246924 *** https://bugs.launchpad.net/bugs/1246924 ** This bug has been marked a duplicate of bug 1246924 qemu not built with GlusterFS support -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1224517] Re: please add glusterfs support

2014-01-23 Thread Jiri Hoogeveen
Hi Bernhard, I have rebuild it it with 1.5.0+dfsg-3ubuntu5.2, but did not get the messages :/ And yep, it seams sed like the -i. update: nieuwe glusterfs version 3.4.2 and the new packages from ubuntu 13.10 == Install GlusterFS PPA Add PPA repo from semiosis sudo add-apt-repository

[Bug 1224517] Re: please add glusterfs support

2014-01-13 Thread Bernhard Glomm
Hi, I'm trying to recompile qemu on ubuntu 13.10 as described above but keep hitting errors like: ... In file included from /usr/include/libfdt.h:55:0, from /usr/src/rebuild-qemu/qemu-1.5.0+dfsg/device_tree.c:28: /usr/include/fdt.h:58:2: error: unknown type name âfdt32_tâ

[Bug 1224517] Re: please add glusterfs support

2013-11-25 Thread Ralf Schenk
Hello Jiri, also thanks for this solution. I agree to Alan that I needed to manually add the DEB_CONFIGURE_EXTRA_FLAGS=--enable-glusterfs. In addition I can confirm that above workaround to get native glusterfs support to qemu also works on Ubuntu LTS 12.04.3 (Precise) by using the latest

[Bug 1224517] Re: please add glusterfs support

2013-11-25 Thread Jiri Hoogeveen
Hi, Strange, I see it to that the sed '3i...' only works on Ubuntu 13.10 sed version: 4.2.2. Thanks for the info. @Ralf, thnx for testing this on Ubuntu 12.04.3 and OpenStack Havana. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1224517] Re: please add glusterfs support

2013-11-24 Thread Alan Vallance
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

[Bug 1224517] Re: please add glusterfs support

2013-11-22 Thread Jiri Hoogeveen
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

[Bug 1224517] Re: please add glusterfs support

2013-09-12 Thread Serge Hallyn
Unfortunately glusterfs support would require linking against libraries which are in universe, which we can't do. The first step to enable glusterfs would be to file an MIR for glusterfs. See https://wiki.ubuntu.com/MainInclusionProcess for more information. ** Changed in: qemu (Ubuntu)