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 thread, right? The back
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 t
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 fine. The changes are
>
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
Fran
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. Appreciate any high leve
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
https://github.com/ganltc/nfs-ganesha/commits/i
>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 chances of hitting races
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 outgoi
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(). Re-ar