Re: [Gluster-devel] Any review is appreciated. Reason about gluster server_connection_cleanup uncleanly, file flocks leaks in frequently network disconnection

2014-09-19 Thread Jaden Liang
Hi all, Here is a patch for this file flocks uncleanly disconnect issue of gluster-3.4.5. I am totally new guy in the gluster development work flow, and still trying to understand how to submit this patch to Gerrit. So I want to paste the patch here first to let devel team know, and submit it

[Gluster-devel] RENAME issues in Geo-replication

2014-09-19 Thread Aravinda
Hi All, Summarized the RENAME issues we have in geo-replication, feel free to add if I missed any :) GlusterFS changelogs are stored in each brick, which records the changes happened in the brick. Georep will run in all the nodes of master and processes changelogs independently. Processing

[Gluster-devel] Issue using quota with SSL support

2014-09-19 Thread Deepak Shetty
Hi, I was trying to enable quota on a volume thats usign SSL based auth as below : [root@scratchpad-vm ssl]# gluster v i gv1 Volume Name: gv1 Type: Distribute Volume ID: 7ad201b6-6e20-4065-b1c1-5b459f41604e Status: Started Number of Bricks: 1 Transport-type: tcp Bricks: Brick1:

Re: [Gluster-devel] Patch merged in master branch for coding policy and patch submission

2014-09-19 Thread Harshavardhana
On Fri, Sep 19, 2014 at 6:06 PM, Emmanuel Dreyfus m...@netbsd.org wrote: Harshavardhana har...@harshavardhana.net wrote: This is to bring in adherence to coding policy, prior to patch submission for review. - no tabs - no whitespace - indentation (linux style) etc. What do we do whan

Re: [Gluster-devel] Patch merged in master branch for coding policy and patch submission

2014-09-19 Thread Harshavardhana
What do we do whan the code surrounding the change has tabs? Should we adapt to the local style, or change everything? It ignores changes in certain types of files, but .c and .h shouldn't have tabs So there are two possibilities - Whitespace - erroneous spaces between functions -