Mike Gerdts wrote:
> Over the last couple of months I have noticed lots of .nfs files being
> left around while using cvs.
>
> A typical command:
>
> cvs -d $cvsroot co -d dotnfs-`uname -r` -r $release jass
>
> On snv_99:
>
> $ find dotnfs-5.11 -name .nfs\* | wc -l
>      822
>
> That number does not diminish over time, unless I use rm to get rid of
> the .nfs files.
>
> However, Solaris 10 looks lots better:
>
> $ find dotnfs-5.10 -name .nfs\* | wc -l
>        0
>
> I saw similar things on snv_93.  I have confirmed that only NFSv3 is
> in use on each system using "nfsstat -c".
>
> Any clues?
>   

.nfs files are created when a file is deleted that is still open.  You
should see a cronjob in the root crontab:

/usr/lib/fs/nfs/nfsfind

That cleans up the .nfs* files each week.

So far the party line has been "fix your app".  I've suffered a lot of
.nfs* pain, but I'm not aware of any related bugs atm.

benr.




Reply via email to