Re: [Gluster-users] gluster peer probe failing

2017-06-15 Thread Atin Mukherjee
https://review.gluster.org/#/c/17494/ will it and the next update of 3.10 should have this fix. If sysctl net.ipv4.ip_local_reserved_ports has any value > short int range then this would be a problem with the current version. Would you be able to reset the reserved ports temporarily to get this go

Re: [Gluster-users] How to expand Replicated Volume

2017-06-15 Thread Nag Pavan Chilakam
Yes, you can do that, as they are two new bricks, and these new bricks are not residing on same node On Jun 15, 2017 8:26 AM, "GiangCoi Mr" wrote: > Hi Nag Pavan Chilakam > > Can I use this command "gluster vol add-brick vol1 replica 2 > file01g:/brick3/data/vol1 file02g:/brick4/data/vol1" in bo

Re: [Gluster-users] gluster peer probe failing

2017-06-15 Thread Atin Mukherjee
+Gaurav, he is the author of the patch, can you please comment here? On Thu, Jun 15, 2017 at 3:28 PM, Guy Cukierman wrote: > Thanks, but my current settings are: > > net.ipv4.ip_local_reserved_ports = 3-32767 > > net.ipv4.ip_local_port_range = 3276860999 > > meaning the reserved ports a

Re: [Gluster-users] gluster peer probe failing

2017-06-15 Thread Guy Cukierman
Thanks, but my current settings are: net.ipv4.ip_local_reserved_ports = 3-32767 net.ipv4.ip_local_port_range = 3276860999 meaning the reserved ports are already in the short int range, so maybe I misunderstood something? or is it a different issue? From: Atin Mukherjee [mailto:amukh...@re

Re: [Gluster-users] peer probe failures

2017-06-15 Thread Guy Cukierman
Hi, I'm having a similar issue, were you able to solve it? Thanks. Hey all, I've got a strange problem going on here. I've installed glusterfs-server on ubuntu 16.04: glusterfs-client/xenial,now 3.7.6-1ubuntu1 amd64 [installed,automatic] glusterfs-common/xenial,now 3.7.6-1ubuntu1 amd64 [install

Re: [Gluster-users] Interesting split-brain...

2017-06-15 Thread Ludwig Gamache
Hi, I did a maintenance on the 2 bricks that we have. I added RAM. One of the brick was down for about 30 minutes and the other one for about 10 minutes. In between the shutdown, I only gave a few minutes to gluster to heal. I know that many files were still not in synch when I have shutdown the se

[Gluster-users] How to install specific version by ppa repo on Ubuntu?

2017-06-15 Thread Yong Zhang
Hi, all I want to install glusterfs-server 3.10.2 on Ubuntu 16.04, but seems the ppa repo only has the latest package. How can I install a specific version by ppa repo? Thanks. add-apt-repository ppa:gluster/glusterfs-3.10 ___ Gluster-users mailing l

[Gluster-users] does glusterfs implement vfs api ?

2017-06-15 Thread Ilan Schwarts
Hi, Does GlusterFS implement the Linux VFS functionality. I know its a user space FS, but user space FS should also implement VFS funtions. Is this true also to GlusterFS ? Thanks -- - Ilans ___ Gluster-users mailing list Gluster-users@gluster.org

Re: [Gluster-users] does glusterfs implement vfs api ?

2017-06-15 Thread Kaleb S. KEITHLEY
On 06/15/2017 10:23 AM, Ilan Schwarts wrote: Hi, Does GlusterFS implement the Linux VFS functionality. I know its a user space FS, but user space FS should also implement VFS funtions. Is this true also to GlusterFS ? The way I like to think about it is GlusterFS implements the Linux FUSE A

Re: [Gluster-users] About the maintenance time

2017-06-15 Thread Ravishankar N
On 06/15/2017 12:26 PM, te-yamau...@usen.co.jp wrote: What is the current stable version of glusterfs? 3.8.x and 3.10.x are long term stable releases. Newer features are in 3.11.x, which is a short term stable release branch. Also, the current latest versions are 3.8.9, 3.10.3, and 3.11.0, res

Re: [Gluster-users] Transport Endpoint Not connected while running sysbench on Gluster Volume

2017-06-15 Thread Ben Turner
- Original Message - > From: "Julio Guevara" > To: "Ben Turner" > Sent: Thursday, June 15, 2017 5:52:26 PM > Subject: Re: [Gluster-users] Transport Endpoint Not connected while running > sysbench on Gluster Volume > > I stumble upon the problem. > > We are using deep security agent (

Re: [Gluster-users] Transport Endpoint Not connected while running sysbench on Gluster Volume

2017-06-15 Thread Ben Turner
- Original Message - > From: "Ben Turner" > To: "Julio Guevara" > Cc: gluster-users@gluster.org > Sent: Thursday, June 15, 2017 6:10:58 PM > Subject: Re: [Gluster-users] Transport Endpoint Not connected while running > sysbench on Gluster Volume > > > > - Original Message - >

Re: [Gluster-users] gluster peer probe failing

2017-06-15 Thread Gaurav Yadav
Could you please send me the output of command "sysctl net.ipv4.ip_local_reserved_ports". Apart from output of command please send the logs to look into the issue. Thanks Gaurav On Thu, Jun 15, 2017 at 4:28 PM, Atin Mukherjee wrote: > +Gaurav, he is the author of the patch, can you please co

Re: [Gluster-users] About the maintenance time

2017-06-15 Thread te-yamauchi
I currently use it in the replica configuration of 3.10.2. The brick process may not start when restarting the storage server. Also, when using gnfs, the I / O may hang up and become unusable. After checking the release notes of 3.11.0, the following ID seems to be applicable, so please reflect i

Re: [Gluster-users] About the maintenance time

2017-06-15 Thread Ravishankar N
On 06/16/2017 09:07 AM, te-yamau...@usen.co.jp wrote: I currently use it in the replica configuration of 3.10.2. The brick process may not start when restarting the storage server. Also, when using gnfs, the I / O may hang up and become unusable. After checking the release notes of 3.11.0, the f

Re: [Gluster-users] About the maintenance time

2017-06-15 Thread Atin Mukherjee
On Fri, Jun 16, 2017 at 9:54 AM, Ravishankar N wrote: > On 06/16/2017 09:07 AM, te-yamau...@usen.co.jp wrote: > >> I currently use it in the replica configuration of 3.10.2. >> The brick process may not start when restarting the storage server. Also, >> when using gnfs, the I / O may hang up and

Re: [Gluster-users] peer probe failures

2017-06-15 Thread Atin Mukherjee
can you please share the glusterd log file? On Thu, Jun 15, 2017 at 5:18 PM, Guy Cukierman wrote: > Hi, > > I’m having a similar issue, were you able to solve it? > > Thanks. > > > > > > > > Hey all, > > > > I've got a strange problem going on here. I've installed glusterfs-server > > on ubuntu