Re: [Nfs-ganesha-devel] mdcache growing beyond limits.

2017-08-14 Thread Pradeep
On Fri, Aug 11, 2017 at 8:52 AM, Daniel Gryniewicz wrote: > Right, this is reaping. I was thinking it was the lane thread. Reaping > only looks at the single LRU of each queue. We should probably look at > some small number of each lane, like 2 or 3. > This is the lane

[Nfs-ganesha-devel] exporting cephfs as nfs share on RDMA transport

2017-08-14 Thread Raju Rangoju
Hi, I am testing CEPH over RDMA, for one of the tests I had to export ceph filesystem as NFS share on RDMA transport. For TCP transport, I used ganesha as NFS server that runs in user space and supports the cephFS FSAL using libcephfs, and it worked perfectly fine. However, my requirement was

Re: [Nfs-ganesha-devel] crash in makefd_xprt()

2017-08-14 Thread Matt Benjamin
Hi Malahal, This looks like a clean solution for 2.3 and I guess 2.4, to me. Matt On Mon, Aug 14, 2017 at 4:32 PM, Malahal Naineni wrote: > Hi Matt and Bill, we were able to reproduce this crash very easily with a > sleep after closing "fd" . After my fix, things worked

[Nfs-ganesha-devel] Conference call an hour earlier - 7:30 AM Pacific Daylight Time

2017-08-14 Thread Frank Filz
Reminder, we are changing the conference call time to 7:30 AM Pacific Time. Conference ID: 373354489 https://bluejeans.com/373354489 Some helpful phone numbers: France+33 4.84.80.12.56 Paris1.86.26.05.62 8.05.08.0170 Germany+49 32.221.091256

Re: [Nfs-ganesha-devel] crash in makefd_xprt()

2017-08-14 Thread Matt Benjamin
will do, thanks for posting Matt On Mon, Aug 14, 2017 at 4:32 PM, Malahal Naineni wrote: > Hi Matt and Bill, we were able to reproduce this crash very easily with a > sleep after closing "fd" . After my fix, things worked fine. The changes are > a lot but mostly trivial.

Re: [Nfs-ganesha-devel] crash in makefd_xprt()

2017-08-14 Thread Malahal Naineni
Hi Matt and Bill, we were able to reproduce this crash very easily with a sleep after closing "fd" . After my fix, things worked fine. The changes are a lot but mostly trivial. Appreciate any high level review. ganesha changes (last but one commit at

[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Close dbus connection during shutdown

2017-08-14 Thread GerritHub
>From Soumya : Soumya has uploaded this change for review. ( https://review.gerrithub.io/374130 Change subject: Close dbus connection during shutdown .. Close dbus connection during shutdown There are

Re: [Nfs-ganesha-devel] crash in makefd_xprt()

2017-08-14 Thread Malahal Naineni
Unfortunately, I need a fix for this issue against ganesha2.3. Regards, Malahal. On Mon, Aug 14, 2017 at 4:18 PM, William Allen Simpson < william.allen.simp...@gmail.com> wrote: > On 8/13/17 11:50 PM, Malahal Naineni wrote: > >> >> That trace is the NSM clnt_dg clnt_call, the only use of

Re: [Nfs-ganesha-devel] crash in makefd_xprt()

2017-08-14 Thread William Allen Simpson
On 8/13/17 11:50 PM, Malahal Naineni wrote: >> That trace is the NSM clnt_dg clnt_call, the only use of outgoing UDP. It's a mess, and has been a mess for a long time. We get a file descriptor fd and then create "rec", but while destroying things, we close "fd" and then rpc_dplx_unref().