[pve-devel] building pve-qemu-kvm with glusterfs backend
Dietmar Maurer
dietmar at proxmox.com
Mon Aug 12 06:48:59 CEST 2013
:)
>
> I'm trying to build pve-qemu-kvm with glusterfs backend
>
> using glusterfs package from this repository:
> deb http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.0/Debian/apt
> wheezy main
>
>
> qemu building:
>
> ./configure ... --enable-glusterfs
> make
> ERROR
> ERROR: User requested feature GlusterFS backend support
> ERROR: configure was not able to find it ERROR
>
>
> Any idea ? can't find informations on the net....
You need the glusterfs development libraries (see configure script):
glusterfs_libs="-lgfapi -lgfrpc -lgfxdr"
AFAIK there are no debian packages for them (not sure about that).
More information about the pve-devel
mailing list