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

Chuck Lever chuck.lever at oracle.com
Fri Jan 10 08:19:43 PST 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.  I missed man page updates when this change
was made in 0.9.

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 c00ca1d..caa8f08 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 2cb22bc..cad9832 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 85cf6b3..1478591 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