Frank Filz
Frank Filz
Are there still open questions here or can we close this?
So you have a FUSE mounted file system you want to export? Have you tried using FSAL_VFS? You could look back in the code history for FSAL_FUSELIKE which was removed...
You're welcome. I'll leave this issue open for continued questions as you proceed.
Let's put this one in the backlog.
Any chance you could run this with valgrind massif? https://valgrind.org/docs/manual/ms-manual.html Or some similar tool that could show which call stacks are resulting in all the memory usage.
This is how I invoke massif: valgrind --log-file=/tmp/vg.out --tool=massif /usr/bin/ganesha.nfsd -F -f /etc/ganesha/top21.conf -L /var/log/ganesha -N NIV_INFO That -F is important. You need to run Ganesha in the foreground with...
Oh dear. Can you trigger a memory report? We could look at it and see if there is any unusual memory use now even though it has not crashed yet.
I thought there was a signal or something, but apparently not. You need to use gdb to connect to Valgrind: https://valgrind.org/docs/manual/manual-core-adv.html#manual-core-adv.gdbserver Then massif has monitor commands that can be issued:...
Hmm, I don't see anything in there to indicate why Ganesha was terminated. It looks like it got a SIGTERM. I'm not sure what to look for.
I'm not quite sure what the above shows. I don't see any Ganesha memory use stacks.