Re: [Gluster-users] Node count constraints with EC?

2017-03-31 Thread Ashish Pandey
While creating volume just provide bricks which are hosted on different servers. gluster v create redundancy 2 server-1:/brick1 server-2:/brick2 server-3:/brick3 server-4:/brick4 server-5:/brick5 server-6:/brick6 At present you can not differentiate between data bricks and parity bricks. T

Re: [Gluster-users] hanging httpd processes.

2017-03-31 Thread Amar Tumballi
On Fri, Mar 31, 2017 at 12:29 PM, Amar Tumballi wrote: > Hi Alvin, > > Thanks for the dump output. It helped a bit. > > For now, recommend turning off open-behind and read-ahead performance > translators for you to get rid of this situation, As I noticed hung FLUSH > operations from these transla

[Gluster-users] hanging httpd processes.

2017-03-31 Thread Mohit Agrawal
Hi, As per attached glusterdump/stackdump it seems it is a known issue (https://bugzilla.redhat.com/show_bug.cgi?id=1372211) and issue is already fixed from the patch (https://review.gluster.org/#/c/15380/). The issue is happened in this case Assume a file is opened with fd1 and fd2. 1. some WRI

Re: [Gluster-users] hanging httpd processes.

2017-03-31 Thread Mohit Agrawal
Hi, As you have mentioned client/server version in thread it shows package version are different on both(client,server). We would recommend you to upgrade both servers and clients to rhs-3.10.1. If it is not possible to upgrade both(client,server) then in this case it is required to upgrade client

Re: [Gluster-users] TLS support

2017-03-31 Thread Joseph Lorenzini
Hi Yong, Gluster uses the openssl library, which supports SSL 3.0 and TLS versions 1.0,1.1,1.2. I actually don't know if its dynamically linked against the openssl library nor what version of the openssl lib gluster has been tested with. That is important info to know that is currently undocumente

Re: [Gluster-users] TLS support

2017-03-31 Thread Niels de Vos
On Fri, Mar 31, 2017 at 07:01:14AM -0500, Joseph Lorenzini wrote: > Hi Yong, > > Gluster uses the openssl library, which supports SSL 3.0 and TLS versions > 1.0,1.1,1.2. I actually don't know if its dynamically linked against the > openssl library nor what version of the openssl lib gluster has be

Re: [Gluster-users] TLS support

2017-03-31 Thread Darren Zhang
So how can I know the default ssl protocol currently using between server and client? (gluster3.10.0 on ubuntu16.04) Yong Zhang On 2017-03-31 20:56 , Niels de Vos Wrote: On Fri, Mar 31, 2017 at 07:01:14AM -0500, Joseph Lorenzini wrote: > Hi Yong, > > Gluster uses the openssl library, which s

Re: [Gluster-users] TLS support

2017-03-31 Thread Kaleb S. KEITHLEY
On 03/31/2017 09:33 AM, Darren Zhang wrote: > So how can I know the default ssl protocol currently using between > server and client? (gluster3.10.0 on ubuntu16.04) Use the source? If you're using the Community packages from the Gluster Launchpad PPA then it's TLS 1.2. > > > Yong Zhang > >

Re: [Gluster-users] hanging httpd processes.

2017-03-31 Thread Alvin Starr
Since things are in production making upgrades needs to be scheduled so this may take a while before I can get everything up to 3.10. I have set the write-behind option to off on the servers but do I need to restart the servers or can I just get away with umount/mount the clients? Thank you f

Re: [Gluster-users] Node count constraints with EC?

2017-03-31 Thread Terry McGuire
Ok, I think I see my error. The rule, near as I can tell, is actually total/parity>2. So, 4+2 gives 6/2=3, and therefore is ok. Eventually I’ll get all this straight! Terry > On Mar 30, 2017, at 23:13, Ashish Pandey wrote: > > Terry, > > It is (data/parity)>=2. You can very well create

Re: [Gluster-users] hanging httpd processes.

2017-03-31 Thread Yong Zhang
Thanks Amar, I’ll consider your recommendations. But why performance is totally different on two nodes? Will data be written to both nodes at the same time? From: Amar Tumballi Sent: Friday, March 31, 2017 3:14 PM To: Alvin Starr Cc: gluster-u

[Gluster-users] Terrible Gluster rebuild performance.

2017-03-31 Thread Ernie Dunbar
We currently have a Gluster array of three baremetal servers in a Replicate 1x3 configuration. This single brick has about 1.1TB of data and is configured for 3.7 TB of total space. This array is mostly hosting mail in Maildir format, although we'd like it to also

[Gluster-users] Gluster Monthly Newsletter, March 2017

2017-03-31 Thread Amye Scavarda
Gluster Monthly Newsletter, March 2017 -- 3.10 Release: If you didn’t already see this, we’ve released Gluster 3.10. Further details on the blog. https://blog.gluster.org/2017/02/announcing-gluster-3-10/ Our weekly community meeting has changed: we'll be meeting every other week instead of wee

[Gluster-users] Deletion of old CHANGELOG files in .glusterfs/changelogs

2017-03-31 Thread mabi
Hi, I am using geo-replication since now over a year on my 3.7.20 GlusterFS volumes and noticed that the CHANGELOG. in the .glusterfs/changelogs directory of a brick never get deleted. I have for example over 120k files in one of these directories and it is growing constantly. So my question,

Re: [Gluster-users] TLS support

2017-03-31 Thread Joseph Lorenzini
Try OpenSSL s_client connect to a volumes brick port. Note you can controll the allowed ssl versions by setting a gluster vol option. Joe On Fri, Mar 31, 2017 at 8:33 AM Darren Zhang wrote: So how can I know the default ssl protocol currently using between server and client? (gluster3.10.0 on u

Re: [Gluster-users] adding arbiter

2017-03-31 Thread Gambit15
As I understand it, only new files will be sharded, but simply renaming or moving them may be enough in that case. I'm interested in the arbiter/sharding bug you've mentioned. Could you provide any more details or a link? Cheers, D On 30 March 2017 at 20:25, Laura Bailey wrote: > I can't answ