[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: GPFS: disable delegations temporarily

2017-09-08 Thread GerritHub
>From Jeff Layton : Jeff Layton has uploaded this change for review. ( https://review.gerrithub.io/377712 Change subject: GPFS: disable delegations temporarily .. GPFS: disable delegations temporarily The

Re: [Nfs-ganesha-devel] shutdown hangs/delays

2017-09-08 Thread Daniel Gryniewicz
On 09/08/2017 09:07 AM, William Allen Simpson wrote: On 9/7/17 10:47 PM, Malahal Naineni wrote: Last time I tried, I got the same. A thread was waiting in epoll_wait() with 29 second timeout that, it was working after such a timeout. I have seen the same, after I sped up the work pool

[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Rework delegations to use new lease_op2 interface

2017-09-08 Thread GerritHub
>From Jeff Layton : Hello Soumya, I'd like you to do a code review. Please visit https://review.gerrithub.io/377711 to review the following change. Change subject: Rework delegations to use new lease_op2 interface

Re: [Nfs-ganesha-devel] shutdown hangs/delays

2017-09-08 Thread William Allen Simpson
On 9/7/17 10:47 PM, Malahal Naineni wrote: Last time I tried, I got the same. A thread was waiting in epoll_wait() with 29 second timeout that, it was working after such a timeout. I have seen the same, after I sped up the work pool shutdown. The work pool shutdown will nanosleep 1 second

Re: [Nfs-ganesha-devel] Intermittent test failures - manual tests and continuous integration

2017-09-08 Thread Frank Filz
> On Fri, Sep 01, 2017 at 03:09:34PM -0700, Frank Filz wrote: > > Lately, we have been plagued by a lot of intermittent test failures. > > > > I have seen intermittent failures in pynfs WRT14, WRT15, and WRT16. > > These have not been resolved by the latest ntirpc pullup. > > > > Additionally, we

Re: [Nfs-ganesha-devel] Intermittent test failures - manual tests and continuous integration

2017-09-08 Thread Niels de Vos
On Fri, Sep 01, 2017 at 03:09:34PM -0700, Frank Filz wrote: > Lately, we have been plagued by a lot of intermittent test failures. > > I have seen intermittent failures in pynfs WRT14, WRT15, and WRT16. These > have not been resolved by the latest ntirpc pullup. > > Additionally, we see a lot of

[Nfs-ganesha-devel] Problem connecting with FSAL_PROXY to a server sharing with fsid specified

2017-09-08 Thread Doug Ortega
I'm trying to export /dev/shm from a NFS v4.x server to FSAL_PROXY.  Server is running Centos 7.3.  To share /dev/shm, 'fsid=x' is required in /etc/exportfs.  Can mount from a 4.0 Linux client with the command: mount -v -t nfs -o vers=4.0 :/ /mnt/test without issue.  However, using

Re: [Nfs-ganesha-devel] Intermittent test failures - manual tests and continuous integration

2017-09-08 Thread Daniel Gryniewicz
It would really help if we could have someone with better time zone overlap with me who could manage the CI stuff, but that may not be realistic. We can sign up anyone in the NFS-Ganesha community to do this. It takes a little time to get familiar with the scripts and tools that are used, but

Re: [Nfs-ganesha-devel] Intermittent test failures - manual tests and continuous integration

2017-09-08 Thread Niels de Vos
And now with screenshot! :) Have a good weekend, Niels On Fri, Sep 08, 2017 at 05:41:30PM +0200, Niels de Vos wrote: > On Fri, Sep 08, 2017 at 06:55:19AM -0700, Frank Filz wrote: > > > On Fri, Sep 01, 2017 at 03:09:34PM -0700, Frank Filz wrote: > > > > Lately, we have been plagued by a lot of

Re: [Nfs-ganesha-devel] Intermittent test failures - manual tests and continuous integration

2017-09-08 Thread Niels de Vos
On Fri, Sep 08, 2017 at 06:55:19AM -0700, Frank Filz wrote: > > On Fri, Sep 01, 2017 at 03:09:34PM -0700, Frank Filz wrote: > > > Lately, we have been plagued by a lot of intermittent test failures. > > > > > > I have seen intermittent failures in pynfs WRT14, WRT15, and WRT16. > > > These have

Re: [Nfs-ganesha-devel] Intermittent test failures - manual tests and continuous integration

2017-09-08 Thread Frank Filz
> Added a retry logic which is now live, and should get applied for all upcoming > tests: ... > > I'd say they need to be kept at least a week, if we could have time > > based retention rather than number of results retention, I think that would > help. > > Some jobs seem to have been set to

[Nfs-ganesha-devel] Announce Push of V2.6-dev.8

2017-09-08 Thread Frank Filz
Branch next Tag:V2.6-dev.8 Release Highlights * Various Debian fixes * Fix open_for_locks parameter in gpfs_lock_op2 * Fix Dispatch_Max_Reqs max value in documentation. * FSAL_RGW: Remove obsolete (non-support_ex) create method * PROXY improvements * Fix to make sure op_ctx is set when

Re: [Nfs-ganesha-devel] shutdown hangs/delays

2017-09-08 Thread William Allen Simpson
On 9/8/17 9:44 AM, Daniel Gryniewicz wrote: On 09/08/2017 09:07 AM, William Allen Simpson wrote: On 9/7/17 10:47 PM, Malahal Naineni wrote: Last time I tried, I got the same. A thread was waiting in epoll_wait() with 29 second timeout that, it was working after such a timeout. I have seen