[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <jgf8ft$rg5$1@dough.gmane.org>
Date: Fri, 03 Feb 2012 02:07:25 +0200
From: Mantas <grawity@...il.com>
To: linux-kernel@...r.kernel.org
Cc: linux-nfs@...r.kernel.org
Subject: Re: could modify sillyrename to put files in /tmp
On 2012-02-02 04:18, wangjing wrote:
> In nfs v3 ,if mulity process visit nfs mount nfs dir ,there sometimes occour .nfsXXX can't delete .
>
> If modify sillyrename to put files in /tmp ,it will be more friendly to nfs user.
What would then happen if /tmp was on a separate filesystem than the
original file?
> the background
> 1、Linux fs has /nfsmnt/work_pub/web and /nfsmnt/work_inwork/web ,they use NFS V3 mount
> 2、there is many process will read and write files in the dir /nfsmnt/work_pub/web
> 3、cron will del all files in dir /nfsmnt/work_pub/web in period,and will copy all the files which in the dir /nfsmnt/work_inwork/web
>
> in some times delete all files in /nfsmnt/work_pub/web will faild ,because there is some .nfsXXXX
Then modify the cron job to ignore ".nfs*" files.
--
Mantas M.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists