From 32e7d4c3b3ae3973abb608bc732232904a0018c0 Mon Sep 17 00:00:00 2001 From: Florian Smeets Date: Wed, 29 Jul 2020 20:33:59 +0000 Subject: Update to 8.0, this is a collaborative effort between Daniel Morante and myself. - update to 8.0 - make it possible to mount gluster volumes on boot [1] - reset maintainer [1], I would have set it to ports@ but Daniel volunteered to maintain the port - add pkg-message to point out that procfs is required for some operations like "gluster volume status" which is also required for self healing. [2] This version works although I still see the same memory leak as with the 3.X series. PR: 236112 [1], 223671 [2] Submitted by: Daniel Morante , flo Obtained from: https://github.com/tuaris/freebsd-glusterfs7 Differential Revision: D25037 --- net/glusterfs/files/patch-contrib_fuse-lib_mount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/glusterfs/files/patch-contrib_fuse-lib_mount.c') diff --git a/net/glusterfs/files/patch-contrib_fuse-lib_mount.c b/net/glusterfs/files/patch-contrib_fuse-lib_mount.c index 1241f34027af..ac27edd4a418 100644 --- a/net/glusterfs/files/patch-contrib_fuse-lib_mount.c +++ b/net/glusterfs/files/patch-contrib_fuse-lib_mount.c @@ -1,6 +1,6 @@ ---- contrib/fuse-lib/mount.c.orig 2017-06-27 15:25:12 UTC +--- contrib/fuse-lib/mount.c.orig 2020-07-06 01:22:37 UTC +++ contrib/fuse-lib/mount.c -@@ -382,6 +382,7 @@ fuse_mount_sys (const char *mountpoint, +@@ -390,6 +390,7 @@ fuse_mount_sys (const char *mountpoint, char *fsname, build_iovec (&iov, &iovlen, "from", "/dev/fuse", -1); build_iovec (&iov, &iovlen, "volname", source, -1); build_iovec (&iov, &iovlen, "fd", fdstr, -1); -- cgit v1.2.3