Re: Install from NFS onto NFS fails on amd64

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jilles Tjoelker <jilles@...>
Cc: Bjoern A. Zeeb <bzeeb-lists@...>, FreeBSD current mailing list <current@...>
Date: Friday, July 3, 2009 - 3:42 pm

On Thu, 2 Jul 2009, Jilles Tjoelker wrote:

Yes, if some file that was in that directory is still open (or mmap'd and
the process hasn't yet exit()'d), it will exist as a file named ".nfsXXX"
until the v_usecount goes to 0 and then it's removed, which would explain
it.

Afraid not. NFSv4 has an Open, but it is an open share lock and not a
POSIX style open, so NFSv4 clients still do the silly rename. (ie. The
NFSv4 Remove Op is defined as removing the file and not just unlinking
it and the NFSv4 server isn't required to retain the file after removal
if it is Open'd by a client.)

rick
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Install from NFS onto NFS fails on amd64, Bjoern A. Zeeb, (Thu Jul 2, 8:18 am)
Re: Install from NFS onto NFS fails on amd64, Rick Macklem, (Thu Jul 2, 10:52 am)
Re: Install from NFS onto NFS fails on amd64, Bjoern A. Zeeb, (Thu Jul 2, 8:31 am)
Re: Install from NFS onto NFS fails on amd64, Jilles Tjoelker, (Thu Jul 2, 5:25 pm)
Re: Install from NFS onto NFS fails on amd64, Rick Macklem, (Fri Jul 3, 3:42 pm)