> If you have a patch already it's always useful to have it on the > bugreport. Thanks for testing Okey the small git diff patches are in the attachments. I hope they work for you like it worked for me.
Cheers -- el
diff --git a/debian/control b/debian/control index 8b9cd9b..0da61d4 100644 --- a/debian/control +++ b/debian/control @@ -45,6 +45,8 @@ Build-Depends: # for --with-storage-rados librbd-dev [linux-any], librados-dev [linux-any], +# for --with-storage-gluster + glusterfs-common (>= 3.4.0), # for lxc fuse support libfuse-dev [linux-any], # for libssh2 connection URIs diff --git a/debian/rules b/debian/rules index ed80e8d..445087a 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux)) WITH_STORAGE_DISK = --with-storage-disk WITH_STORAGE_SHEEPDOG = --with-storage-sheepdog WITH_STORAGE_RBD = --with-storage-rbd + WITH_STORAGE_GLUSTER = --with-storage-gluster WITH_UDEV = --with-udev WITH_CAPNG = --with-capng WITH_POLKIT = --with-polkit
diff --git a/debian/control-in b/debian/control-in index 23531fa..496f7f5 100644 --- a/debian/control-in +++ b/debian/control-in @@ -102,7 +102,8 @@ Build-Depends: debhelper (>= 9), libpng12-dev, # --enable-kvm linux-* # --enable-vhost-net linux-* # is it really linux-specific? -##--enable-glusterfs todo +# --enable-glusterfs + glusterfs-common (>= 3.4.0), ##--enable-lzo todo ##--enable-libnfs todo ##:debian: libnfs-dev (>> 1.9.4)
signature.asc
Description: OpenPGP digital signature