Return-Path: Received: from nm19.bullet.mail.sp2.yahoo.com ([98.139.91.89]:20817 "HELO nm19.bullet.mail.sp2.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753166Ab1AST6n convert rfc822-to-8bit (ORCPT ); Wed, 19 Jan 2011 14:58:43 -0500 Message-ID: <146716.56866.qm@web111715.mail.gq1.yahoo.com> References: <574433.84174.qm@web111710.mail.gq1.yahoo.com> Date: Wed, 19 Jan 2011 11:58:39 -0800 (PST) From: Mahmood Naderan Subject: Re: high traffic because of loggig To: Another Sillyname Cc: nfs In-Reply-To: Content-Type: text/plain; charset=iso-8859-1 Sender: linux-nfs-owner@vger.kernel.org List-ID: MIME-Version: 1.0 >It would depend on the application. It uses the standard output redirection '>' which I think?every 5KB writes the output. Can I increase that threshold? ? // Naderan *Mahmood; ----- Original Message ---- From: Another Sillyname To: Mahmood Naderan Sent: Wed, January 19, 2011 10:05:07 PM Subject: Re: high traffic because of loggig On 19 January 2011 18:09, Mahmood Naderan wrote: > Hi, > In my cluster that /home is shared (from a server and some workers). The >problem > is when I run my job that has some huge log data,?the disk access?as well as > network traffic is very high. I want to know is there any way so > that?the?worker?writes the log locally and?at the end, that log is copied from > worker's internal hdd to server's?hdd?(/home)? > > Hope that I clearly stated the problem. > Thanks, > // Naderan *Mahmood; > > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-nfs" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at ?http://vger.kernel.org/majordomo-info.html > It would depend on the application. If the application doesn't have options to choose the path for the log files you could set up a symbolic link to the path back to the local drive.