Ian Collins wrote:
> I have a build 62 system with a zone that NFS mounts an ZFS filesystem. 
> 
>>From the zone, I keep seeing issues with .nfsXXXX files remaining in
> otherwise empty directories preventing their deletion.  The files appear
> to be immediately replaced when they are deleted.
> 
> Is this an NFS or a ZFS issue?

This is the NFS client keeping unlinked but open files around.
You need to find out what process has the files open (perhaps
with "fuser -c") and persuade them to close the files before
you can unmount gracefully.  You may also use "umount -f" if
you don't care what happens to the processes.

Rob T
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to