[Bug 235305] net/glusterfs: Memory leak in 3.11/3.12

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 29 07:39:15 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235305

--- Comment #15 from Daniel Morante <daniel at morante.net> ---
Turns out the memory leak occurs when you read/write to the fuse client.  After
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. 
The suggested workaround is to disable open-behind:

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

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


More information about the freebsd-ports-bugs mailing list