From: "J. Bruce Fields" <bfields@fieldses.org>
To: Tim <supertimothy@web.de>
Cc: linux-nfs@vger.kernel.org
Subject: Re: nfsv4 and gracetime / leasetime grace_period
Date: Tue, 13 Sep 2011 08:44:41 -0400 [thread overview]
Message-ID: <20110913124440.GA22118@fieldses.org> (raw)
In-Reply-To: <000801cc71f9$9cc45650$d64d02f0$@web.de>
On Tue, Sep 13, 2011 at 11:43:37AM +0200, Tim wrote:
> Hi all!
>
> First, just a question to make clear, with nfsv4 rpc.statd and nfslock are
> not needed ? The Clients are not notified with sm-notify in case of a reboot
> - is this correct?
> But how does the notification of clients work with nfsv4?
There is no notification. Clients poll the server regularly, and that's
how they find out there's been a reboot.
> The problem I can see is the same as described here:
> http://www.digipedia.pl/usenet/thread/18978/22974/
>
> So we have different values:
>
> /proc/fs/nfsd/nfsv4gracetime
> /proc/fs/nfsd/nfsv4leasetime
> /proc/sys/fs/nfs/nlm_grace_period
>
> If I set graceteime and grace_period to a low value, I get a faster
> failover. But what do they stand for and do I need nfsv4leasetime to ?
> If I set them all to 10 seconds, could that be "dangerous" (assume the
> server can handle the additional load)?
It's probably OK. The clients will have to send an rpc to the server at
least every 10 seconds, or they lose their state. So if there's a
chance they wouldn't be able to get through for 10 seconds, you could
have a problem.
> I guess there isnt an easy way to delete all the locks on serverside and
> explicitely tell the clients: Hey, the server has rebooted, please get a new
> lock for all your files
:-)
> I just would like to make failover a bit faster.
We do need to think about how to make that faster, but that wouldn't be
the solution. The problem is that the new server needs to wait before
granting any new locks or opens until it knows all the clients have had
the chance to reclaim their old ones. The only way the server currently
hsa to do that is to wait out the grace period (== the previous server's
lease time).
--b.
next prev parent reply other threads:[~2011-09-13 12:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-13 9:43 nfsv4 and gracetime / leasetime grace_period Tim
2011-09-13 12:44 ` J. Bruce Fields [this message]
2011-09-13 23:18 ` supertimothy
2011-09-14 2:37 ` J. Bruce Fields
2011-09-14 6:27 ` AW: " Tim
2011-09-14 21:34 ` 'J. Bruce Fields'
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110913124440.GA22118@fieldses.org \
--to=bfields@fieldses.org \
--cc=linux-nfs@vger.kernel.org \
--cc=supertimothy@web.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).