[kernel RFC PATCH 0/4] nfsd: support for lifting grace period early

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



One of the huge annoyances in dealing with knfsd is the 90s grace period
that's imposed when the server reboots. This is not just an annoyance,
but means a siginificant amount of "downtime" in many production
environments.

This patchset aimed at reducing this pain. It adds a couple of /proc
knobs that tell the lockd and nfsd lock managers to lift the grace
period.

It also changes the UMH upcalls to pass a little bit of extra info in
the form of environment variables so that the upcall program can
determine whether there are still any clients that may be in the process
of reclaiming.

For now, this is an RFC. Does anyone have comments on the general
approach here?

Jeff Layton (4):
  lockd: add a /proc/fs/lockd/nlm_end_grace file
  nfsd: add a v4_end_grace file to /proc/fs/nfsd
  nfsd: remove redundant boot_time parm from grace_done client tracking
    op
  nfsd: pass extra info in env vars to upcalls to allow for early grace
    period end

 fs/lockd/Makefile     |   1 +
 fs/lockd/procfs.c     |  76 +++++++++++++++++++++++++++++++++++
 fs/lockd/procfs.h     |  28 +++++++++++++
 fs/lockd/svc.c        |   9 +++++
 fs/nfsd/nfs4recover.c | 107 ++++++++++++++++++++++++++++++++++++++++----------
 fs/nfsd/nfs4state.c   |   8 ++--
 fs/nfsd/nfsctl.c      |  35 +++++++++++++++++
 fs/nfsd/state.h       |   5 ++-
 8 files changed, 243 insertions(+), 26 deletions(-)
 create mode 100644 fs/lockd/procfs.c
 create mode 100644 fs/lockd/procfs.h

-- 
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux