Re: [Gluster-users] glsuterfs cpu parallelism option?

2013-03-14 Thread Tobias Winter
Hi, it seems the problem only occurs when dealing with a lot of small files. The performance drops to ~30-50MB/s while the glusterfs tasks peaks at 200%CPU on the brick where the data is being written to gluster. Writing big files still isn't nearly as fast as the blockdevice but at least it can

Re: [Gluster-users] glusterfs 3.3 self-heal daemon crash and can't be started

2013-03-14 Thread Vijay Bellur
On 03/14/2013 04:18 PM, 符永涛 wrote: > Hi Vijay Bellur, > I just change static char oldvolfile[131072] to a larger value, please > correct me if there're any side effect of it. The better fix is to convert static char to a static char * and dynamically allocate a buffer based on the size of the new

Re: [Gluster-users] glusterfs 3.3 self-heal daemon crash and can't be started

2013-03-14 Thread 符永涛
Hi Vijay Bellur, I just change static char oldvolfile[131072] to a larger value, please correct me if there're any side effect of it. Thank you very much. 2013/3/14, 符永涛 : > So it has nothing to do with rebalance. > > 2013/3/14, 符永涛 : >> I have fix this bug in our local glusterfs 3.3 repo, the roo

Re: [Gluster-users] glusterfs 3.3 self-heal daemon crash and can't be started

2013-03-14 Thread 符永涛
So it has nothing to do with rebalance. 2013/3/14, 符永涛 : > I have fix this bug in our local glusterfs 3.3 repo, the root cause is > in glusterfs 3.3 > glusterfsd/src/glusterfsd-mgmt.c line 1394 > static char oldvolfile[131072]; > > so if the volume > file(/var/lib/glusterd/glustershd/glustershd-se

Re: [Gluster-users] glusterfs 3.3 self-heal daemon crash and can't be started

2013-03-14 Thread 符永涛
I have fix this bug in our local glusterfs 3.3 repo, the root cause is in glusterfs 3.3 glusterfsd/src/glusterfsd-mgmt.c line 1394 static char oldvolfile[131072]; so if the volume file(/var/lib/glusterd/glustershd/glustershd-server.vol) is larger than 128K then it simply crashes. This happens if t

Re: [Gluster-users] 4-glusterfs-socket: is not a valid port identifier, connection attempt failed (Connection refused)

2013-03-14 Thread Nux!
On 14.03.2013 03:26, krish wrote: A client attempts to bind to a port before connecting to the server. On Linux systems, we check if the port is reserved by looking for it in /proc/sys/net/ipv4/ip_local_reserved_ports. If /proc/sys/net/ipv4/ip_local_reserved_port contained only a newline (viz. pe

Re: [Gluster-users] glusterfs 3.3 self-heal daemon crash and can't be started

2013-03-14 Thread Vijay Bellur
On 03/14/2013 02:08 PM, 符永涛 wrote: > Dear glusterfs experts, > Recently we have encountered a self-heal daemon crash issue after > rebalanced volume. > Crash stack bellow: > +--+ > pending frames: > > patchset: git://git.g

[Gluster-users] glusterfs 3.3 self-heal daemon crash and can't be started

2013-03-14 Thread 符永涛
Dear glusterfs experts, Recently we have encountered a self-heal daemon crash issue after rebalanced volume. Crash stack bellow: +--+ pending frames: patchset: git://git.gluster.com/glusterfs.git signal received: 11 time o