Re: [rsyslog] Rsyslog & Distributed File Systems??

2013-11-22 Thread David Lang
, this is quite efficient, I might write some "howto" one day about this setup for those interested. Regards. - Mail original - De: "David Lang" À: "rsyslog-users" Envoyé: Jeudi 28 Mars 2013 19:38:45 Objet: Re: [rsyslog] Rsyslog & Distributed

Re: [rsyslog] Rsyslog & Distributed File Systems??

2013-11-22 Thread Walid Moghrabi
"rsyslog-users" Envoyé: Jeudi 28 Mars 2013 19:38:45 Objet: Re: [rsyslog] Rsyslog & Distributed File Systems?? The issue I would be concerned about with these races is that rsyslog can issue large writes to the OS. The OS then can split the writes on block size boundries when it

Re: [rsyslog] Rsyslog & Distributed File Systems??

2013-03-28 Thread David Lang
The issue I would be concerned about with these races is that rsyslog can issue large writes to the OS. The OS then can split the writes on block size boundries when it sends them on to the filesystem. Since the block boundries won't match up with line boundries, you will have parts of lines fro

Re: [rsyslog] Rsyslog & Distributed File Systems??

2013-03-28 Thread Gregory Patmore
seems glusterfs 'should' handle the races with its locking translator, but like every distributed , they have their throughput limits. so I guess it would depend on the load of your use case. A quick google search turned up some stories of race condition drama with GlusterFS ( https://www.goo

Re: [rsyslog] Rsyslog & Distributed File Systems??

2013-03-28 Thread David Lang
On Thu, 28 Mar 2013, David Lang wrote: On Wed, 27 Mar 2013, Jiann-Ming Su wrote: Is there a version of rsyslog that can properly use distributed filesystems like GlusterFS?  For example, I have two nodes each running rsyslog but also sharing a GlusterFS filesystem.  Can those independent rsys

Re: [rsyslog] Rsyslog & Distributed File Systems??

2013-03-28 Thread David Lang
On Wed, 27 Mar 2013, Jiann-Ming Su wrote: Is there a version of rsyslog that can properly use distributed filesystems like GlusterFS?  For example, I have two nodes each running rsyslog but also sharing a GlusterFS filesystem.  Can those independent rsyslog processes running on different serve

[rsyslog] Rsyslog & Distributed File Systems??

2013-03-27 Thread Jiann-Ming Su
Is there a version of rsyslog that can properly use distributed filesystems like GlusterFS?  For example, I have two nodes each running rsyslog but also sharing a GlusterFS filesystem.  Can those independent rsyslog processes running on different servers write to the same file on the Gluster