[Gluster-users] Troubles with syscall 'lstat'

2014-05-20 Thread Nicolas Greneche
Hello, I run a glusterfs architecture in 3.3.1 version : # glusterd -V glusterfs 3.3.1 built on Apr 29 2013 15:17:28 Repository revision: git://git.gluster.com/glusterfs.git Copyright (c) 2006-2011 Gluster Inc. http://www.gluster.com GlusterFS comes with ABSOLUTELY NO WARRANTY. You may

[Gluster-users] single problematic node (brick)

2014-05-20 Thread Doug Schouten
Hello, I have a rather simple Gluster configuration that consists of 85TB distributed across six nodes. There is one particular node that seems to fail on a ~ weekly basis, and I can't figure out why. I have attached my Gluster configuration and a recent log file from the problematic node.

[Gluster-users] Gluster crashes

2014-05-20 Thread Jarsulic, Michael [BSD] - CRI
I have been having issues with Gluster for the past couple of weeks on my scratch server (mostly stability). Today, Gluster keeps crashing and will only stay up for a few seconds at a time. The nfs log file contains these messages: READDIRP(40)) called at 2014-05-20 14:56:58.933291 [2014-05-20

Re: [Gluster-users] Troubles with syscall 'lstat'

2014-05-20 Thread Franco Broi
If you are trying to use lstat+mkdir as a locking mechanism so that you can run multiple instances of the same program, it will probably fail more often on a Fuse filesystem than a local one. It should probably be using FLOCK or open a file with O_CREAT|O_EXCL. On Tue, 2014-05-20 at 11:58

Re: [Gluster-users] single problematic node (brick)

2014-05-20 Thread Franco Broi
Are you running out of memory? How much memory are the gluster daemons using? On Tue, 2014-05-20 at 11:16 -0700, Doug Schouten wrote: Hello, I have a rather simple Gluster configuration that consists of 85TB distributed across six nodes. There is one particular node that seems to