[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix EID6h and EID7 pynfs 4.1 test cases

2017-08-02 Thread GerritHub
>From Frank Filz : Frank Filz has uploaded this change for review. ( https://review.gerrithub.io/372387 Change subject: Fix EID6h and EID7 pynfs 4.1 test cases .. Fix EID6h and EID7 pynfs 4.1 test

[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Fix CREATE_SESSION replay cache

2017-08-02 Thread GerritHub
>From Frank Filz : Frank Filz has uploaded this change for review. ( https://review.gerrithub.io/372388 Change subject: Fix CREATE_SESSION replay cache .. Fix CREATE_SESSION replay cache This fixes

[Nfs-ganesha-devel] make dist failures

2017-08-02 Thread William Allen Simpson
Last week, the new make dist code failed because both ntirpc and ganesha tried to build target "dist". This week, dist cannot find ntirpc-1.6.0.tar.gz? https://ci.centos.org/job/nfs-ganesha_trigger-fsal_gluster/3196//console I don't see this on my local system, even building as a submodule, so

Re: [Nfs-ganesha-devel] Compile options

2017-08-02 Thread Daniel Gryniewicz
On 08/02/2017 09:52 AM, Frank Filz wrote: Kaleb S. KEITHLEY wrote on Wed, Aug 02, 2017 at 09:06:17AM -0400: cd /builddir/build/BUILD/nfs-ganesha-2.5.1/src/Protocols/NFS && /usr/bin/cc -I/usr/include/glusterfs -I/usr/include/uuid -I/builddir/build/BUILD/nfs-ganesha-2.5.1/src/include

Re: [Nfs-ganesha-devel] Compile options

2017-08-02 Thread Frank Filz
> Kaleb S. KEITHLEY wrote on Wed, Aug 02, 2017 at 09:06:17AM -0400: > > cd /builddir/build/BUILD/nfs-ganesha-2.5.1/src/Protocols/NFS && > > /usr/bin/cc -I/usr/include/glusterfs -I/usr/include/uuid > > -I/builddir/build/BUILD/nfs-ganesha-2.5.1/src/include > >

Re: [Nfs-ganesha-devel] Compile options

2017-08-02 Thread Dominique Martinet
Kaleb S. KEITHLEY wrote on Wed, Aug 02, 2017 at 09:06:17AM -0400: > cd /builddir/build/BUILD/nfs-ganesha-2.5.1/src/Protocols/NFS && > /usr/bin/cc -I/usr/include/glusterfs -I/usr/include/uuid > -I/builddir/build/BUILD/nfs-ganesha-2.5.1/src/include >

Re: [Nfs-ganesha-devel] Compile options

2017-08-02 Thread Kaleb S. KEITHLEY
In builds for Fedora, the Fedora rpmbuild configs override a lot of options. Here's a typical nfs-ganesha compile line: cd /builddir/build/BUILD/nfs-ganesha-2.5.1/src/Protocols/NFS && /usr/bin/cc -I/usr/include/glusterfs -I/usr/include/uuid -I/builddir/build/BUILD/nfs-ganesha-2.5.1/src/include

Re: [Nfs-ganesha-devel] Compile options

2017-08-02 Thread Daniel Gryniewicz
On 08/02/2017 04:46 AM, William Allen Simpson wrote: On 8/1/17 1:14 PM, Daniel Gryniewicz wrote: On 08/01/2017 12:49 PM, Daniel Gryniewicz wrote: On the call, it was requested that I start a thread listing compile options that I use, so others can chime in, allowing everyone to learn from

Re: [Nfs-ganesha-devel] Compile options

2017-08-02 Thread Dominique Martinet
Hi, William Allen Simpson wrote on Wed, Aug 02, 2017 at 04:46:38AM -0400: > I've been using -DCMAKE_C_FLAGS="-O0 -g -gdwarf-4" I'm curious, do you notice the difference with -O0 and -gdwarf for debugging? (honest question, I've never felt bothered, I only have -g from Debug build type - we

[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Add and extract GPFS FSAL performance stats

2017-08-02 Thread GerritHub
>From Sachin Punadikar : Sachin Punadikar has uploaded this change for review. ( https://review.gerrithub.io/372231 Change subject: Add and extract GPFS FSAL performance stats .. Add and extract GPFS FSAL

[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: [bugfix]When ganesha.nfsd over ceph-rgw(>=10.2.8), EIO may h...

2017-08-02 Thread GerritHub
>From 大水牛 : 大水牛 has uploaded this change for review. ( https://review.gerrithub.io/372229 Change subject: [bugfix]When ganesha.nfsd over ceph-rgw(>=10.2.8), EIO may happen because rgw reject the partial-write or out-of-order-write(ceph/ceph#10284) Two reasons: -1- mount

Re: [Nfs-ganesha-devel] Compile options

2017-08-02 Thread William Allen Simpson
On 8/1/17 1:14 PM, Daniel Gryniewicz wrote: On 08/01/2017 12:49 PM, Daniel Gryniewicz wrote: On the call, it was requested that I start a thread listing compile options that I use, so others can chime in, allowing everyone to learn from each other. Here's my standard list: CFLAGS=-O0 -g