Re: [Gluster-devel] [Gluster-users] Please test GlusterFS 3.6.0 beta3 on OSX!

2014-10-23 Thread Harshavardhana
> > [2014-10-22 22:28:40.765585] I [MSGID: 100030] > [glusterfsd.c:2018:main] > 0-/usr/local/Cellar/glusterfs/3.6.0/sbin/glusterfs: Started running > /usr/local/Cellar/glusterfs/3.6.0/sbin/glusterfs version 3.6.0beta3 > (args: /usr/local/Cellar/glusterfs/3.6.0/sbin/glusterfs > --volfile-server=bne-

[Gluster-devel] No plan found in TAP output

2014-10-23 Thread Emmanuel Dreyfus
Hi When running tests, even if they all succeed, I have this: Test Summary Report --- ./tests/basic/bd.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP output Files=1, Tests=0, 2 wallclock secs ( 0.06 usr 0.09 sys + 0.10 cusr 0.94 csys = 1.19 CPU) Result:

Re: [Gluster-devel] [Gluster-users] Please test GlusterFS 3.6.0 beta3 on OSX!

2014-10-23 Thread Kaleb KEITHLEY
On 10/23/2014 03:01 AM, Harshavardhana wrote: [2014-10-22 22:28:40.765585] I [MSGID: 100030] [glusterfsd.c:2018:main] 0-/usr/local/Cellar/glusterfs/3.6.0/sbin/glusterfs: Started running /usr/local/Cellar/glusterfs/3.6.0/sbin/glusterfs version 3.6.0beta3 (args: /usr/local/Cellar/glusterfs/3.6.0/s

[Gluster-devel] 2014 GlusterFS use survey is open

2014-10-23 Thread Dave McAllister
As we roll towards the release of GlusterFS 3.6.0, it seemed a good time to find out what and how you are using GlusterFS. To that end, we’ve got a short poll up at https://www.surveymonkey.com/s/gluster2014 , which should be pretty quick for you to

Re: [Gluster-devel] [Gluster-users] Please test GlusterFS 3.6.0 beta3 on OSX!

2014-10-23 Thread Harshavardhana
> I'm trying to build on my shiny new Yosemite machine... `brew install > osxfuse` tells me: > > osxfuse: OS X Mavericks or older is required for this package > OS X Yosemit introduced a strict unsigned kext ban which breaks this > package. > You should remove this packager from you system a

Re: [Gluster-devel] [Gluster-users] Please test GlusterFS 3.6.0 beta3 on OSX!

2014-10-23 Thread Harshavardhana
Ah now i see Dan's issue [2014-10-23 19:35:25.842656] E [mount_darwin.c:93:gf_fuse_mount] 0-glustefs-fuse: sysctlbyname() returned error: No such file or directory [2014-10-23 19:35:25.842703] E [xlator.c:425:xlator_init] 0-fuse: Initialization of volume 'fuse' failed, review your volfile again M

Re: [Gluster-devel] [Gluster-users] Please test GlusterFS 3.6.0 beta3 on OSX!

2014-10-23 Thread Kaleb KEITHLEY
On 10/23/2014 03:33 PM, Harshavardhana wrote: I'm trying to build on my shiny new Yosemite machine... `brew install osxfuse` tells me: osxfuse: OS X Mavericks or older is required for this package OS X Yosemit introduced a strict unsigned kext ban which breaks this package. You should

[Gluster-devel] configure, xml test seems wrong in 3.5, 3.6

2014-10-23 Thread Kaleb KEITHLEY
autogen.sh/configure.ac seems to test for libxml2 and generate a configure file that enables XML support by default. But, when configure is run, it will disable XML support if geo-rep is _not_ enabled; e.g. in the Mac OS X build. We have other uses of XML besides geo-rep, right? Shouldn't X

Re: [Gluster-devel] [Gluster-users] Please test GlusterFS 3.6.0 beta3 on OSX!

2014-10-23 Thread Harshavardhana
> I have done a `brew fetch osxfuse` and I've got > /Library/Caches/Homebrew/osxfuse-2.7.2.yosemite.bottle.tar.gz. > > ??? Seems like I could just untar that in /usr/local/Cellar. Seem > reasonable? We don't necessarily need OSXFUSE headers all, all we need is /dev/fuse with the kernel module loa

Re: [Gluster-devel] configure, xml test seems wrong in 3.5, 3.6

2014-10-23 Thread Harshavardhana
On Thu, Oct 23, 2014 at 2:50 PM, Kaleb KEITHLEY wrote: > > autogen.sh/configure.ac seems to test for libxml2 and generate a configure > file that enables XML support by default. > > But, when configure is run, it will disable XML support if geo-rep is _not_ > enabled; e.g. in the Mac OS X build. >