[fedfs-utils] [PATCH 01/17] man: FSL records no longer contain an NSDB name/port

Chuck Lever chuck.lever at oracle.com
Tue May 27 08:36:33 PDT 2014


One of the last revisions of the NSDB protocol specification changed
the definition of the fedfsFsl object class.  Update our man pages
to reflect this change.

Support for the latest NSDB changes went in with commit 04a9ffdf,
"Replace fedfsFslHost with fedfsNfsURI," Wed Nov 28 20:35:24 2012.

Signed-off-by: Chuck Lever <chuck.lever at oracle.com>
---
 doc/man/nsdb-create-fsl.8 |    4 ++--
 doc/man/nsdb-delete-fsl.8 |    6 +++---
 doc/man/nsdb-update-fsl.8 |    4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/man/nsdb-create-fsl.8 b/doc/man/nsdb-create-fsl.8
index c00ca1dbd686..caa8f0836e14 100644
--- a/doc/man/nsdb-create-fsl.8
+++ b/doc/man/nsdb-create-fsl.8
@@ -74,8 +74,8 @@ This command creates a FedFS
 .P
 A fileset location, or FSL, uniquely identifies the location of one
 replica of a fileset.
-An FSL consists of two UUIDs, the hostname and port of an NSDB,
-and the hostname and port of the file server where the replica resides.
+An FSL record contains two UUIDs and other information,
+depending on the subtype of the FSL.
 The meaning of these items is described in more detail in
 .BR fedfs (7).
 .P
diff --git a/doc/man/nsdb-delete-fsl.8 b/doc/man/nsdb-delete-fsl.8
index 2cb22bc8fd3b..cad98323bd63 100644
--- a/doc/man/nsdb-delete-fsl.8
+++ b/doc/man/nsdb-delete-fsl.8
@@ -69,8 +69,8 @@ This command deletes a FedFS
 .P
 A fileset location, or FSL, uniquely identifies the location of one
 replica of a fileset.
-An FSL consists of two UUIDs, the hostname and port of an NSDB,
-and the hostname and port of the file server where the replica resides.
+An FSL record contains two UUIDs and other information,
+depending on the subtype of the FSL.
 The meaning of these items is described in more detail in
 .BR fedfs (7).
 .P
@@ -96,7 +96,7 @@ If a record for this FSN does not already exist, the
 command  fails.
 The second  parameter specifies the UUID of the FSL record to remove.
 If a record for this FSL does not exist, the
-.B nsdb-delete-fsn (8)
+.BR nsdb-delete-fsn (8)
 command fails.
 .SH OPTIONS
 .IP "\fB\-d, \-\-debug"
diff --git a/doc/man/nsdb-update-fsl.8 b/doc/man/nsdb-update-fsl.8
index 85cf6b3d09a5..14785915345d 100644
--- a/doc/man/nsdb-update-fsl.8
+++ b/doc/man/nsdb-update-fsl.8
@@ -72,8 +72,8 @@ This command modifies attributes contained in
 .P
 A fileset location, or FSL, uniquely identifies the location of one
 replica of a fileset.
-An FSL consists of two UUIDs, the hostname and port of an NSDB,
-and the hostname and port of the file server where the replica resides.
+An FSL record contains two UUIDs and other information,
+depending on the subtype of the FSL.
 The meaning of these items is described in more detail in
 .BR fedfs (7).
 .P




More information about the fedfs-utils-devel mailing list