All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] FedFS file system client support
@ 2011-05-26 16:39 Chuck Lever
  2011-05-26 16:39 ` [PATCH] mount: Add automounter program map for FedFS Chuck Lever
  2011-05-30  4:15 ` [PATCH] FedFS file system client support Ian Kent
  0 siblings, 2 replies; 5+ messages in thread
From: Chuck Lever @ 2011-05-26 16:39 UTC (permalink / raw)
  To: fedfs-utils-devel, autofs

Hi-

The next release of fedfs-utils will provide all necessary components
for a Linux NFS client to participate in a FedFS domain as a file
system client.  This new utility is intended to be a part of the
upcoming release.

I'm interested in comments on this approach.  Ian had suggested a new
lookup module, but a program map looked simpler to prototype and has
the great advantage of no dependencies between fedfs-utils and autofs.
If program maps have some nasty problem that require the use of a
lookup module, we can take that next step.

---

Chuck Lever (1):
      mount: Add automounter program map for FedFS


 .gitignore                 |    1 
 INSTALL                    |   10 +-
 README                     |   14 ++-
 doc/man/Makefile.am        |    2 
 doc/man/fedfs-map-nfs4.8   |  154 ++++++++++++++++++++++++++++
 doc/man/fedfs.7            |    4 +
 src/mount/Makefile.am      |    5 +
 src/mount/fedfs-map-nfs4.c |  242 ++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 422 insertions(+), 10 deletions(-)
 create mode 100644 doc/man/fedfs-map-nfs4.8
 create mode 100644 src/mount/fedfs-map-nfs4.c

-- 
Chuck Lever

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-06-01  5:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-26 16:39 [PATCH] FedFS file system client support Chuck Lever
2011-05-26 16:39 ` [PATCH] mount: Add automounter program map for FedFS Chuck Lever
2011-05-30  4:15 ` [PATCH] FedFS file system client support Ian Kent
2011-05-31 15:14   ` Chuck Lever
2011-06-01  5:24     ` Ian Kent

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.