[fedfs-utils] [PATCH 0/8] Implement NFS URIs

Chuck Lever chuck.lever at oracle.com
Thu Dec 6 08:37:20 PST 2012


On Nov 28, 2012, at 8:49 PM, Chuck Lever <chuck.lever at oracle.com> wrote:

> This week, two smaller sets combined into one series.
> 
> First group of patches improves debugging messages and Doxygen error
> reporting.
> 
> Second group implements the new NFS URIs, specified in the latest
> FedFS NSDB protocol draft.  NFS URIs are used in FSL records to
> specify the fileserver hostname and port, and the export path.
> 
> Review period ends midnight ET on Wednesday, December 5, 2012.

These have been committed.

> 
> ---
> 
> Chuck Lever (8):
>      libnsdb: remove XDR path helpers
>      Replace fedfsFslHost with fedfsNfsURI
>      libnsdb: Add URI pathname parser helpers
>      libnsdb: Add debugging message near ldap_modify_ext_s(3) call sites
>      libnsdb: Add debugging message near ldap_search_ext_s(3) call sites
>      libnsdb: Clean up: correct the LDIF examples in administrator.c.
>      doxy: Update some doxy.cfg settings
>      doxy: Correct doxy.cfg GPL boilerplate
> 
> 
> configure.ac                 |    5 +
> doc/man/nsdb-resolve-fsn.8   |    2 
> doxy.cfg                     |   14 +-
> src/fedfsd/Makefile.am       |    1 
> src/fedfsd/svc.c             |    8 +
> src/include/nsdb.h           |   15 +-
> src/libnsdb/administrator.c  |  285 +++++++++++++++++++++++++--------
> src/libnsdb/fileserver.c     |  257 +++++++++++++++++++++++++-----
> src/libnsdb/ldap.c           |  240 +++++++++++++---------------
> src/libnsdb/nsdb-internal.h  |    4 
> src/libnsdb/path.c           |  365 ++++++++++++++++++++++++++----------------
> src/nfsref/Makefile.am       |    1 
> src/nfsref/add.c             |   12 +
> src/nfsref/lookup.c          |    9 +
> src/nsdbc/Makefile.am        |    1 
> src/nsdbc/nsdb-create-fsl.c  |   11 +
> src/nsdbc/nsdb-resolve-fsn.c |   12 +
> src/nsdbparams/Makefile.am   |    1 
> src/plug-ins/nfs-plugin.c    |    5 -
> 19 files changed, 848 insertions(+), 400 deletions(-)
> 
> -- 
> Chuck Lever
> 
> _______________________________________________
> fedfs-utils-devel mailing list
> fedfs-utils-devel at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/fedfs-utils-devel

-- 
Chuck Lever
chuck[dot]lever[at]oracle[dot]com







More information about the fedfs-utils-devel mailing list