* how to verify file delegations
@ 2011-03-16 20:54 Jimmy Dorff
2011-03-16 21:40 ` Trond Myklebust
0 siblings, 1 reply; 2+ messages in thread
From: Jimmy Dorff @ 2011-03-16 20:54 UTC (permalink / raw)
To: linux-nfs
Hi,
I'm a sysadmin doing some testing with NFSv4 on RHEL6/Fedora 14. How can
I verify that file read and write delegations are occurring ? The
"delegpurge" and "delegreturn" values are zero from nfsstat.
Thanks,
Jimmy
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: how to verify file delegations
2011-03-16 20:54 how to verify file delegations Jimmy Dorff
@ 2011-03-16 21:40 ` Trond Myklebust
0 siblings, 0 replies; 2+ messages in thread
From: Trond Myklebust @ 2011-03-16 21:40 UTC (permalink / raw)
To: Jimmy Dorff; +Cc: linux-nfs
On Wed, 2011-03-16 at 16:54 -0400, Jimmy Dorff wrote:
> Hi,
>
> I'm a sysadmin doing some testing with NFSv4 on RHEL6/Fedora 14. How can
> I verify that file read and write delegations are occurring ? The
> "delegpurge" and "delegreturn" values are zero from nfsstat.
If delegreturn is pinned at zero, then you are highly unlikely to be
using delegations at all. Have you checked that the callback channel is
set to a port that the server can connect to?
You can pin the callback channel to a particular port (in this example
port 4048) using something like the following on the NFS client:
echo "options nfs callback_tcpport=4048" >> /etc/modprobe.d/options-local.conf
then edit your NFS client firewall settings to allow incoming TCP
connections to that port. Finally, you'll want to reboot that client...
Trond
--
Trond Myklebust
Linux NFS client maintainer
NetApp
Trond.Myklebust@netapp.com
www.netapp.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-16 21:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-16 20:54 how to verify file delegations Jimmy Dorff
2011-03-16 21:40 ` Trond Myklebust
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).