Re: [Nfs-ganesha-devel] [PATCH v2] nfs: Fix ugly referral attributes

2017-11-06 Thread Frank Filz
Pradeep, Could you verify this patch with nfs-ganesha? Looking at the code, it looks like we will supply the attributes requested. Thanks Frank > -Original Message- > From: linux-nfs-ow...@vger.kernel.org [mailto:linux-nfs- > ow...@vger.kernel.org] On Behalf Of Chuck Lever > Sent:

Re: [Nfs-ganesha-devel] [PATCH v2] nfs: Fix ugly referral attributes

2017-11-06 Thread Pradeep
Hi Frank, I should be able to do that. Thanks Chuck for the fix. On Mon, Nov 6, 2017 at 9:34 AM, Frank Filz wrote: > Pradeep, > > Could you verify this patch with nfs-ganesha? Looking at the code, it looks > like we will supply the attributes requested. > > Thanks > >

[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Allow configuration of NFSv4 minor versions.

2017-11-06 Thread GerritHub
>From Malahal : Malahal has uploaded this change for review. ( https://review.gerrithub.io/385818 Change subject: Allow configuration of NFSv4 minor versions. .. Allow configuration of NFSv4 minor versions.

[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: FSAL_PROXY: set thread names for logging

2017-11-06 Thread GerritHub
>From Dominique Martinet : Dominique Martinet has uploaded this change for review. ( https://review.gerrithub.io/385848 Change subject: FSAL_PROXY: set thread names for logging .. FSAL_PROXY: set

Re: [Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: (log_functions) display work_pool name

2017-11-06 Thread William Allen Simpson
On 11/6/17 8:38 AM, Dominique Martinet wrote: William Allen Simpson wrote on Mon, Nov 06, 2017 at 08:12:19AM -0500: If you've got [s]ome others in another library, they'll have to use the same library function. Other FSALs are in other libraries, but given how it's setup they can use that

Re: [Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: (log_functions) display work_pool name

2017-11-06 Thread Dominique Martinet
William Allen Simpson wrote on Mon, Nov 06, 2017 at 08:12:19AM -0500: > The only threads that I know of are fridge and work_pool. There's quite a few more, just looking at the ones that do set their name: $ git grep SetNameFunction src/FSAL/FSAL_GLUSTER/fsal_up.c:

Re: [Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: (log_functions) display work_pool name

2017-11-06 Thread William Allen Simpson
On 11/6/17 7:14 AM, GerritHub wrote: File src/log/log_functions.c: o Patch Set #2, Line 1438: |name = work_pool_worker_name();|