Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 2021 07:39:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 235305] net/glusterfs: Memory leak in 3.11/3.12
Message-ID:  <bug-235305-7788-kl30I39pM1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235305-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235305-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235305

--- Comment #15 from Daniel Morante <daniel@morante.net> ---
Turns out the memory leak occurs when you read/write to the fuse client.  A=
fter
some digging around I found these two bug reports:

https://github.com/gluster/glusterfs/issues/1440
https://github.com/gluster/glusterfs/issues/1413

Looks like this is a known issue upstream and a fix has yet to be committed=
.=20
The suggested workaround is to disable open-behind:

```
gluster volume set <volname> open-behind off
```

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235305-7788-kl30I39pM1>