> -----Original Message----- > From: [email protected] [mailto:rsyslog- > [email protected]] On Behalf Of [email protected] > Sent: Wednesday, October 21, 2009 7:13 AM > To: rsyslog-users > Subject: Re: [rsyslog] Enabling $ActionFileEnableSync caused massive > increase in write volume (bytes/sec) to NAS - can someone help shed > light? > > hmm, how large are the log entries? I'm wondering if the fact that > every > log entry then updates the metadata (size, time modified, etc) could > account for most, if not all, of your extra traffic.
rsyslog does an fdatasync() to avoid this problem. However, that API is not available on all platforms... Rainer _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

