From: Andrew Deason Date: Sat, 29 Jun 2013 20:59:51 +0000 (-0500) Subject: doc: fs manpage fixes X-Git-Tag: openafs-stable-1_8_0pre1~931 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=90398d078755e84b9c1b0864485744473f0316f9 doc: fs manpage fixes - fs_whichcell: Fix formatting typo - fs_setcbaddr: Change -host to -addr - Add missing -help to fs_setcbaddr and fs_rxstatproc - fs_getfid: Add missing -literal to synopsis - fs_exportafs: List on/off options in single =item. Doing this in two separate consecutive =items confuses the manpage generator. - fs_exportafs: Add missing -clipags and -pagcb Change-Id: I4e986543292f1000fc00456fde486d7da573c9c3 Reviewed-on: http://gerrit.openafs.org/10396 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/doc/man-pages/pod1/fs_exportafs.pod b/doc/man-pages/pod1/fs_exportafs.pod index ecc3d56..a6bfb7c 100644 --- a/doc/man-pages/pod1/fs_exportafs.pod +++ b/doc/man-pages/pod1/fs_exportafs.pod @@ -12,13 +12,17 @@ B S<<< B<-type> > >>> S<<< [B<-convert> >] >>> S<<< [B<-uidcheck> >] >>> S<<< [B<-submounts> >] >>> + S<<< [B<-clipags> >] >>> + S<<< [B<-pagcb> >] >>> [B<-help>] B S<<< B<-t> > >>> S<<< [B<-st> >] >>> - S<<< [B<-c> >] >>> + S<<< [B<-co> >] >>> S<<< [B<-u> >] >>> S<<< [B<-su> >] >>> + S<<< [B<-cl> >] >>> + S<<< [B<-p> >] >>> [B<-h>] =for html @@ -64,15 +68,13 @@ AFS directory other than F, use the B<-submounts> argument. Names the alternate file system to which to reexport the AFS filespace. The only acceptable value is C, in lowercase letters only. -=item B<-start> on -=item B<-start> off +=item B<-start> Enables the local machine to reexport the AFS filespace if the value is C, or disables it if the value is C. Omit this argument to report the current setting for all of the configurable parameters. -=item B<-convert> on -=item B<-convert> off +=item B<-convert> Controls the setting of the UNIX group and other mode bits on AFS files and directories exported to the non-AFS file system. If the value is @@ -80,8 +82,7 @@ C, they are set to match the B mode bits. If the value is C, the bits are not changed. If this argument is omitted, the default value is C. -=item B<-uidcheck> on -=item B<-uidcheck> off +=item B<-uidcheck> Controls whether tokens can be placed in a credential structure identified by a UID that differs from the local UID of the entity that is placing the @@ -124,8 +125,7 @@ can result in unpredictable access for the user on the NFS client machine. =back -=item B<-submounts> on -=item B<-submounts> off +=item B<-submounts> Controls whether a user of the non-AFS filesystem can mount any directory in the AFS filespace other than the top-level F directory. If the @@ -133,6 +133,34 @@ value is C, such submounts are allowed. If the value is C, only mounts of the F directory are allowed. If this argument is omitted, the default value is C. +=item B<-clipags> + +Turning on this option enables support for "client-assigned PAGs". With +client-assigned PAGs, an NFS client can manage its own AFS pags, and inform the +NFS translator machine what PAG we are using, instead of the NFS translator +machine keeping track of PAGs. An NFS client machine can do this if it has the +"afspag" kernel module loaded, which tracks PAGs but otherwise does not +implement AFS functionality, and forwards all requests to the NFS translator +machine. + +You should only turn on this option if you are making use of client-assigned +PAGs, and you trust the NFS client machines making use of the translator. This +option is off by default. + +=item B<-pagcb> + +Turning on this option means that the NFS translator machine will contact new +NFS clients in order to obtain their credentials and sysnames. This option can +be useful so that client credentials are not lost if the translator machine is +rebooted, or if an NFS client is "moved" to using a different translator. This +functionality will only work with NFS clients that are also running the +"afspag" kernel module. + +Using this option with NFS clients not running with the "afspag" kernel module +would cause long timeouts when the translator machine attempts to contact the +client to obtain its credentials and sysname list. This option is off by +default. + =item B<-help> Prints the online help for this command. All other valid options are diff --git a/doc/man-pages/pod1/fs_getfid.pod b/doc/man-pages/pod1/fs_getfid.pod index 49d7b04..9ae757d 100644 --- a/doc/man-pages/pod1/fs_getfid.pod +++ b/doc/man-pages/pod1/fs_getfid.pod @@ -7,7 +7,7 @@ fs_getfid - Display the fid for a given path in AFS =for html
-B S<<< [B<-path>] I >>> [B<-help>] +B S<<< [B<-path>] I >>> [B<-literal>] [B<-help>] =for html
diff --git a/doc/man-pages/pod1/fs_rxstatproc.pod b/doc/man-pages/pod1/fs_rxstatproc.pod index 0c474b7..85fd097 100644 --- a/doc/man-pages/pod1/fs_rxstatproc.pod +++ b/doc/man-pages/pod1/fs_rxstatproc.pod @@ -7,7 +7,7 @@ fs_rxstatproc - Manage per-process Rx statistics collection =for html
-B [B<-enable>] [B<-disable>] [B<-clear>] +B [B<-enable>] [B<-disable>] [B<-clear>] [B<-help>] =for html
@@ -36,6 +36,11 @@ Enable the collection of process RPC statistics Resets all trace counters to zero. +=item B<-help> + +Prints the online help for this command. All other valid options are +ignored. + =back =head1 OUTPUT diff --git a/doc/man-pages/pod1/fs_setcbaddr.pod b/doc/man-pages/pod1/fs_setcbaddr.pod index 10c7227..8d1d48d 100644 --- a/doc/man-pages/pod1/fs_setcbaddr.pod +++ b/doc/man-pages/pod1/fs_setcbaddr.pod @@ -7,7 +7,7 @@ fs_setcbaddr - Configure IP address used for AFS callbacks =for html
-B S<<< [B<-host> >] >>> +B S<<< [B<-addr> >] >>> [B<-help>] =for html
@@ -20,10 +20,15 @@ B changes the IP address used by the client for callbacks. =over 4 -=item B<-host> >] +=item B<-addr> >] The new callback address. +=item B<-help> + +Prints the online help for this command. All other valid options are +ignored. + =back =head1 OUTPUT diff --git a/doc/man-pages/pod1/fs_whichcell.pod b/doc/man-pages/pod1/fs_whichcell.pod index 1c35393..dcf231e 100644 --- a/doc/man-pages/pod1/fs_whichcell.pod +++ b/doc/man-pages/pod1/fs_whichcell.pod @@ -27,7 +27,7 @@ membership of the local machine, use the B command. =over 4 -=item B<-path> I>+ +=item B<-path> >+ Names each AFS file or directory for which to return the cell membership. Partial pathnames are interpreted relative to the current