Re: [Gluster-devel] regarding inode-unref on root inode

2014-06-24 Thread Raghavendra Bhat
On Tuesday 24 June 2014 08:17 PM, Pranith Kumar Karampuri wrote: Does anyone know why inode_unref is no-op for root inode? I see the following code in inode.c static inode_t * __inode_unref (inode_t *inode) { if (!inode) return NULL; if (__is_root_gfid(ino

Re: [Gluster-devel] Data classification proposal

2014-06-24 Thread Krishnan Parthasarathi
Jeff, - Original Message - > > Am I right if I understood that the value for media-type is not > > interpreted beyond the scope of matching rules? That is to say, we > > don't need/have any notion of media-types that type check internally > > for forming (sub)volumes using the rules specif

Re: [Gluster-devel] [Gluster-users] Addition of GlusterFS Port Maintainers

2014-06-24 Thread Anand Avati
On Tue, Jun 24, 2014 at 10:43 AM, Justin Clift wrote: > On 24/06/2014, at 6:34 PM, Vijay Bellur wrote: > > Hi All, > > > > Since there has been traction for ports of GlusterFS to other unix > distributions, we thought of adding maintainers for the various ports that > are around. I am glad to ann

Re: [Gluster-devel] Gluster on OSX

2014-06-24 Thread Justin Clift
On 23/05/2014, at 6:52 PM, Harshavardhana wrote: >> Do you reckon we should get that Mac Mini in the Westford >> lab set up to automatically test Gluster builds each >> night or something? >> >> If so, we should probably take/claim ownership of it, >> upgrade the memory in it, and (possibly) see

Re: [Gluster-devel] 3.5.1-beta2 Problems with suid and sgid bits on directories

2014-06-24 Thread Shyamsundar Ranganathan
- Original Message - > From: "Anders Blomdell" > To: "Niels de Vos" > Cc: "Shyamsundar Ranganathan" , "Gluster Devel" > , "Susant Palai" > > Sent: Tuesday, June 24, 2014 4:09:52 AM > Subject: Re: [Gluster-devel] 3.5.1-beta2 Problems with suid and sgid bits on > directories > > -

Re: [Gluster-devel] [Gluster-users] Addition of GlusterFS Port Maintainers

2014-06-24 Thread Justin Clift
On 24/06/2014, at 6:34 PM, Vijay Bellur wrote: > Hi All, > > Since there has been traction for ports of GlusterFS to other unix > distributions, we thought of adding maintainers for the various ports that > are around. I am glad to announce that the following individuals who have > been chuggin

[Gluster-devel] Addition of GlusterFS Port Maintainers

2014-06-24 Thread Vijay Bellur
Hi All, Since there has been traction for ports of GlusterFS to other unix distributions, we thought of adding maintainers for the various ports that are around. I am glad to announce that the following individuals who have been chugging GlusterFS along on those distributions have readily agr

Re: [Gluster-devel] Data classification proposal

2014-06-24 Thread Jeff Darcy
> Its possible to express your example using lists if their entries are allowed > to overlap. I see that you wanted a way to express a matrix (overlapping > rules) with gluster's tree-like syntax as backdrop. > > A polytree may be a better term than matrix (DAG without cycles), i.e. when > there a

[Gluster-devel] regarding inode-unref on root inode

2014-06-24 Thread Pranith Kumar Karampuri
Does anyone know why inode_unref is no-op for root inode? I see the following code in inode.c static inode_t * __inode_unref (inode_t *inode) { if (!inode) return NULL; if (__is_root_gfid(inode->gfid)) return inode; ... } Pranith

Re: [Gluster-devel] Data classification proposal

2014-06-24 Thread Dan Lambright
Its possible to express your example using lists if their entries are allowed to overlap. I see that you wanted a way to express a matrix (overlapping rules) with gluster's tree-like syntax as backdrop. A polytree may be a better term than matrix (DAG without cycles), i.e. when there are over

Re: [Gluster-devel] [Gluster-users] Glusterfs Help needed

2014-06-24 Thread Niels de Vos
On Tue, Jun 24, 2014 at 04:45:30PM +0530, Chandrahasa S wrote: > Dear All, > > I am building Glusterfs on shared storage. > > I got Disk array with 2 SAS controller, one controller connected to node A > and other Node B. > > Can I create Glusterfs between these two node ( A & B) without > repl

[Gluster-devel] Glusterfs Help needed

2014-06-24 Thread Chandrahasa S
Dear All, I am building Glusterfs on shared storage. I got Disk array with 2 SAS controller, one controller connected to node A and other Node B. Can I create Glusterfs between these two node ( A & B) without replication, but data should be read / write on both node ( for better performance).

Re: [Gluster-devel] [Gluster-users] glusterfs-3.5.1 released

2014-06-24 Thread Chandrahasa S
Dear All, I am building Glusterfs on shared storage. I got Disk array with 2 SAS controller, one controller connected to node A and other Node B. Can I create Glusterfs between these two node ( A & B) without replication, but data should be read / write on both node ( for better performance).

[Gluster-devel] glusterfs-3.5.1 released

2014-06-24 Thread Gluster Build System
SRC: http://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-3.5.1.tar.gz This release is made off jenkins-release-73 -- Gluster Build System ___ Gluster-devel mailing list Gluster-devel@gluster.org http://supercolony.gluster.org/mailman/listinfo/

Re: [Gluster-devel] Change in glusterfs[master]: epoll: Handle client and server FDs in a separate event pool

2014-06-24 Thread Vijaikumar M
Hi Jeff, This is regarding the patch http://review.gluster.org/#/c/3842/ (epoll: edge triggered and multi-threaded epoll). The testcase './tests/bugs/bug-873367.t' hangs with this fix (Please find the stack trace below). In the code snippet below we found that 'SSL_pending' was returning 0. I

Re: [Gluster-devel] glusterfs-3.5.1 released

2014-06-24 Thread Humble Devassy Chirammal
Kudos to the folks behind this release ! On Tue, Jun 24, 2014 at 4:20 PM, Niels de Vos wrote: > On Tue, Jun 24, 2014 at 03:15:58AM -0700, Gluster Build System wrote: > > > > > > SRC: > http://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-3.5.1.tar.gz > > > > This release is made off jen

Re: [Gluster-devel] Change in glusterfs[master]: epoll: Handle client and server FDs in a separate event pool

2014-06-24 Thread Vijaikumar M
Hi Jeff, Missed to add this: SSL_pending was 0 before calling SSL_readand hence SSL_get_errorreturned 'SSL_ERROR_WANT_READ' Thanks, Vijay On Tuesday 24 June 2014 05:15 PM, Vijaikumar M wrote: Hi Jeff, This is regarding the patch http://review.gluster.org/#/c/3842/ (epoll: edge triggered a

Re: [Gluster-devel] Data classification proposal

2014-06-24 Thread Jeff Darcy
> Am I right if I understood that the value for media-type is not > interpreted beyond the scope of matching rules? That is to say, we > don't need/have any notion of media-types that type check internally > for forming (sub)volumes using the rules specified. Exactly. To us it's just an opaque ID

Re: [Gluster-devel] glusterfs-3.5.1 released

2014-06-24 Thread Niels de Vos
On Tue, Jun 24, 2014 at 03:15:58AM -0700, Gluster Build System wrote: > > > SRC: http://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-3.5.1.tar.gz > > This release is made off jenkins-release-73 Many thanks to everyone how tested the glusterfs-3.5.1 beta releases and gave feedback. Ther

Re: [Gluster-devel] 3.5.1-beta2 Problems with suid and sgid bits on directories

2014-06-24 Thread Anders Blomdell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2014-06-23 12:03, Niels de Vos wrote: > On Tue, Jun 17, 2014 at 11:49:26AM -0400, Shyamsundar Ranganathan wrote: >> You maybe looking at the problem being fixed here, [1]. >> >> On a lookup attribute mismatch was not being healed across >> directori

Re: [Gluster-devel] Data classification proposal

2014-06-24 Thread Krishnan Parthasarathi
Jeff, I have a few questions regarding the rules syntax and how they apply. I think this is different in spirit from the discussion Dan has started and keeping it separate. See questions inline. - Original Message - > One of the things holding up our data classification efforts (which inc