[Gluster-devel] RIO-Distribution: Status update

2017-09-22 Thread Shyam Ranganathan
Hi, Here is a detailed (and lengthy, considering it is been a while) status update on RIO. As the mail is long, you maybe interested in subsections of the same, so here are a list of sections and their numbers, 1) General information 2) What does the graph look like 3) What works 4) What

Re: [Gluster-devel] [Gluster-users] [Gluster-infra] lists.gluster.org issues this weekend

2017-09-22 Thread Atin Mukherjee
On Fri, 22 Sep 2017 at 18:54, Ravishankar N wrote: > Hello, > Are our servers still facing the overload issue? My replies to > gluster-users ML are not getting delivered to the list. > Same here. Even this is true for gluster-devel as well. > Regards, > Ravi > > > On

[Gluster-devel] file upload to a gluster mount

2017-09-22 Thread Emmanuel Dreyfus
Hello I discover that uploading a file trough PHP to a gluster mount is wuite slow, because of the small chunk size (5 ko). Beside patching PHP to increase the chunk size, I can imagine making an Apache module that would use gluster API to efficiently handle a file uploead. Perhaps someone did

Re: [Gluster-devel] AFR: Fail lookups when quorum not met

2017-09-22 Thread Niels de Vos
On Fri, Sep 22, 2017 at 12:27:46PM +0530, Ravishankar N wrote: > Hello, > > In AFR we currently allow look-ups to pass through without taking into > account whether the lookup is served from the good or bad brick. We always > serve from the good brick whenever possible, but if there is none, we

Re: [Gluster-devel] Permission for glusterfs logs.

2017-09-22 Thread Niels de Vos
On Wed, Sep 20, 2017 at 07:50:58AM -0400, Kaleb S. KEITHLEY wrote: > On 09/18/2017 09:22 PM, ABHISHEK PALIWAL wrote: > > Any suggestion would be appreciated... > > > > On Sep 18, 2017 15:05, "ABHISHEK PALIWAL" > > wrote: > > > > Any

[Gluster-devel] GD2 integration - Commands

2017-09-22 Thread Kaushal M
Hey all, We are continuing our development of the core of GD2, and will soon come to the stage where we can begin integrating and developing other commands for GD2. As the GD2 team, we are developing and implementing the core commands for managing Gluster. These include the basic volume

Re: [Gluster-devel] Permission for glusterfs logs.

2017-09-22 Thread Niels de Vos
On Wed, Sep 20, 2017 at 04:38:51PM +0530, ABHISHEK PALIWAL wrote: > Hi Team, > > I did some modification in glusterfs code and now able to modify the > permission of maximum of files. > > But still 2 file's permission in 0600 > > 1. cli.log > 2. file which contains the mounting information for

[Gluster-devel] AFR: Fail lookups when quorum not met

2017-09-22 Thread Ravishankar N
Hello, In AFR we currently allow look-ups to pass through without taking into account whether the lookup is served from the good or bad brick. We always serve from the good brick whenever possible, but if there is none, we just serve the lookup from one of the bricks that we got a positive

Re: [Gluster-devel] [Gluster-users] [Gluster-infra] lists.gluster.org issues this weekend

2017-09-22 Thread Ravishankar N
Hello, Are our servers still facing the overload issue? My replies to gluster-users ML are not getting delivered to the list. Regards, Ravi On 09/19/2017 10:03 PM, Michael Scherer wrote: Le samedi 16 septembre 2017 à 20:48 +0530, Nigel Babu a écrit : Hello folks, We have discovered that for

Re: [Gluster-devel] [Gluster-users] Permission for glusterfs logs.

2017-09-22 Thread Alex K
You could trigger a chmod on log rotation. Alex On Sep 21, 2017 06:45, "Kaleb S. KEITHLEY" wrote: > On 09/18/2017 09:22 PM, ABHISHEK PALIWAL wrote: > > Any suggestion would be appreciated... > > > > On Sep 18, 2017 15:05, "ABHISHEK PALIWAL" >

Re: [Gluster-devel] [Gluster-users] Permission for glusterfs logs.

2017-09-22 Thread Marcin Dulak
Who is rotating the logs? If logrotate then setfacl may be the way to go https://bugzilla.redhat.com/show_bug.cgi?id=77 [root@centos7 ~]# touch /var/log/my.log [root@centos7 ~]# ls -al /var/log/my.log -rw-r--r--. 1 root root 0 Sep 21 07:01 /var/log/my.log [root@centos7 ~]# chmod 600