Re: [Gluster-devel] dht: selfheal of missing directories on nameless (by GFID) LOOKUP

2014-05-04 Thread Raghavendra G
On Mon, May 5, 2014 at 12:32 AM, Anand Avati wrote: > > > > On Sun, May 4, 2014 at 9:22 AM, Niels de Vos wrote: > >> Hi, >> >> bug 1093324 has been opened and we have identified the following cause: >> >> 1. an NFS-client does a LOOKUP of a directory on a volume >> 2. the NFS-client receives a f

Re: [Gluster-devel] Automatically building RPMs upon patch submission?

2014-05-04 Thread James
On Fri, May 2, 2014 at 6:37 AM, Niels de Vos wrote: > Hi all, > > at the moment we have some duplicate RPM-building tests running: > > 1. upon patch submission, next to smoke (compile+posix) tests > 2. rpm.t in the regression tests framework > > Both have their own advantages, and both cover a lit

Re: [Gluster-devel] [Gluster-users] OS X porting merged

2014-05-04 Thread Justin Clift
On 04/05/2014, at 2:14 PM, Justin Clift wrote: > a) an available Mac online, preferably with each of the major OSX > releases available to it. That could be run by running OSX > Server, with each of the OS releases. Oops, that should be: ".. with each of the OSX releases (10.7/8/9) running in

Re: [Gluster-devel] OS X porting merged

2014-05-04 Thread Justin Clift
On 04/05/2014, at 7:29 PM, Harshavardhana wrote: >> You could try using that (then update your PATH to find /usr/local >> stuff), too see if the problem goes away on OSX 10.8 with that. >> >> If it works, that's a useful data point... ;) > > Using gcc on OSX will mask a lot of apparent warning an

Re: [Gluster-devel] dht: selfheal of missing directories on nameless (by GFID) LOOKUP

2014-05-04 Thread Anand Avati
On Sun, May 4, 2014 at 9:22 AM, Niels de Vos wrote: > Hi, > > bug 1093324 has been opened and we have identified the following cause: > > 1. an NFS-client does a LOOKUP of a directory on a volume > 2. the NFS-client receives a filehandle (contains volume-id + GFID) > 3. add-brick is executed, but

Re: [Gluster-devel] OS X porting merged

2014-05-04 Thread Harshavardhana
> You could try using that (then update your PATH to find /usr/local > stuff), too see if the problem goes away on OSX 10.8 with that. > > If it works, that's a useful data point... ;) > > Using gcc on OSX will mask a lot of apparent warning and cross platform issues. clang values conformance and

Re: [Gluster-devel] OS X porting merged

2014-05-04 Thread Justin Clift
On 04/05/2014, at 8:44 AM, Harshavardhana wrote: > Don't know what to make of this - perhaps i should just force -O0 for > OSX for now. Yep, your patch for that worked. :) Now I get out Eclipse and start tracing through the cli code, to learn how it works. (not today though, need to get away fr

[Gluster-devel] Fwd: pkg-config needed again by autogen.sh

2014-05-04 Thread Justin Clift
Oops, reading the comment more properly, it was Kaleb with the good insight last time. ;) + Justin Begin forwarded message: > From: Justin Clift > Subject: [Gluster-devel] pkg-config needed again by autogen.sh > Date: 4 May 2014 6:22:48 PM GMT+01:00 > To: Vijay Bellur > Cc: Gluster Devel > >

[Gluster-devel] pkg-config needed again by autogen.sh

2014-05-04 Thread Justin Clift
Hi Vijay, Looks like we've started using PKG_CHECK_MODULES again in git master: $ grep -ri "PKG_CHECK_MODULES" * api/examples/configure.ac:PKG_CHECK_MODULES([GLFS], [glusterfs-api >= 3]) configure.ac: PKG_CHECK_MODULES([GLIB], [glib-2.0], configure.ac:PKG_CHECK_MODULES([ZLIB], [zlib >= 1

[Gluster-devel] dht: selfheal of missing directories on nameless (by GFID) LOOKUP

2014-05-04 Thread Niels de Vos
Hi, bug 1093324 has been opened and we have identified the following cause: 1. an NFS-client does a LOOKUP of a directory on a volume 2. the NFS-client receives a filehandle (contains volume-id + GFID) 3. add-brick is executed, but the new brick does not have any directories yet 4. the NFS-cl

Re: [Gluster-devel] OS X porting merged

2014-05-04 Thread Justin Clift
On 04/05/2014, at 8:44 AM, Harshavardhana wrote: > On Sat, May 3, 2014 at 11:48 PM, Harshavardhana > wrote: >> On Sat, May 3, 2014 at 7:38 PM, Anand Avati wrote: >>> Can you reproduce by recompiling with CFLAGS="-g -O0" ? >> >> You got it right - some sort of weird optimization problem, doesn't

Re: [Gluster-devel] OS X porting merged

2014-05-04 Thread Justin Clift
On 04/05/2014, at 6:07 AM, Vijay Bellur wrote: > Slightly OT, what would it take to setup a jenkins integration for Mac? We > seem to be getting close to a NetBSD integration and having one for Mac would > be cool too. Good question. I haven't looked at the Jenkins integration part yet in my

Re: [Gluster-devel] OS X porting merged

2014-05-04 Thread Harshavardhana
On Sat, May 3, 2014 at 11:48 PM, Harshavardhana wrote: > On Sat, May 3, 2014 at 7:38 PM, Anand Avati wrote: >> Can you reproduce by recompiling with CFLAGS="-g -O0" ? > > You got it right - some sort of weird optimization problem, doesn't > happen on 10.9 series - looks like a Xcode/Clang bug. >