[OpenAFS-Doc] minor doc updates
Jason Edgecombe
jason@rampaginggeek.com
Sun, 09 Dec 2007 17:57:13 -0500
This is a multi-part message in MIME format.
--------------090004080007090200050004
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
no license changes.
--------------090004080007090200050004
Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0";
name="openafs-docs.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="openafs-docs.diff"
? doc/man-pages/pod1/vos_clone.pod
Index: doc/man-pages/README
===================================================================
RCS file: /cvs/openafs/doc/man-pages/README,v
retrieving revision 1.25
diff -u -r1.25 README
--- doc/man-pages/README 29 Nov 2007 04:17:10 -0000 1.25
+++ doc/man-pages/README 9 Dec 2007 19:23:31 -0000
@@ -202,6 +202,11 @@
* The following installed commands have no man pages:
copyauth
+ fs cscpolicy
+ fs memdump
+ fs minidump
+ fs monitor
+ fs rxstatpeer
fs rxstatproc
fs setcbaddr
restorevol
Index: doc/man-pages/pod1/fs.pod
===================================================================
RCS file: /cvs/openafs/doc/man-pages/pod1/fs.pod,v
retrieving revision 1.7
diff -u -r1.7 fs.pod
--- doc/man-pages/pod1/fs.pod 18 Aug 2007 01:05:42 -0000 1.7
+++ doc/man-pages/pod1/fs.pod 9 Dec 2007 19:23:31 -0000
@@ -27,6 +27,7 @@
L<B<fs setcrypt>|fs_setcrypt(1)>,
L<B<fs setserverprefs>|fs_setserverprefs(1)>,
L<B<fs sysname>|fs_sysname(1)>,
+L<B<fs uuid>|fs_uuid(1)>,
and L<B<fs wscell>|fs_wscell(1)>.
=item *
Index: doc/man-pages/pod1/rxdebug.pod
===================================================================
RCS file: /cvs/openafs/doc/man-pages/pod1/rxdebug.pod,v
retrieving revision 1.5
diff -u -r1.5 rxdebug.pod
--- doc/man-pages/pod1/rxdebug.pod 4 Aug 2006 03:55:39 -0000 1.5
+++ doc/man-pages/pod1/rxdebug.pod 9 Dec 2007 19:23:31 -0000
@@ -183,6 +183,25 @@
for debugging purposes and is meaningful to someone familiar with the
implementation of Rx.
+=head1 EXAMPLES
+
+The following command shows Rx statistics on the server 192.168.1.100:
+
+ % rxdebug 192.168.1.100
+ Trying 192.168.1.100 (port 7000):
+ Free packets: 265, packet reclaims: 0, calls: 0, used FDs: 34
+ not waiting for packets.
+ 0 calls waiting for a thread
+ 11 threads are idle
+ Done.
+
+The following command shows the OpenAFS version running on the server
+192.168.1.100:
+
+ % rxdebug 192.168.1.100 -version
+ Trying 192.168.1.100 (port 7000):
+ AFS version: OpenAFS 1.4.2fc2 built 2006-08-31
+
=head1 PRIVILEGE REQUIRED
None.
Index: doc/man-pages/pod1/sys.pod
===================================================================
RCS file: /cvs/openafs/doc/man-pages/pod1/sys.pod,v
retrieving revision 1.4
diff -u -r1.4 sys.pod
--- doc/man-pages/pod1/sys.pod 1 Mar 2006 05:02:30 -0000 1.4
+++ doc/man-pages/pod1/sys.pod 9 Dec 2007 19:23:31 -0000
@@ -60,9 +60,9 @@
L<fs_sysname(1)>,
L<livesys(1)>
-I<IBM AFS Quick Beginnings>
+I<OpenAFS Quick Beginnings>
-I<IBM AFS Administration Guide>
+I<OpenAFS Administration Guide>
=head1 COPYRIGHT
Index: doc/man-pages/pod1/vos_move.pod
===================================================================
RCS file: /cvs/openafs/doc/man-pages/pod1/vos_move.pod,v
retrieving revision 1.5
diff -u -r1.5 vos_move.pod
--- doc/man-pages/pod1/vos_move.pod 11 Nov 2007 22:54:57 -0000 1.5
+++ doc/man-pages/pod1/vos_move.pod 9 Dec 2007 19:23:31 -0000
@@ -12,14 +12,14 @@
S<<< B<-frompartition> <I<partition name on source>> >>>
S<<< B<-toserver> <I<machine name on destination>> >>>
S<<< B<-topartition> <I<partition name on destination>> >>>
- S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>]
- [B<-help>]
+ [B<-live>] S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>]
+ [B<-localauth>] [B<-verbose>] [B<-help>]
B<vos m> S<<< B<-i> <I<volume name or ID>> >>>
S<<< B<-froms> <I<machine name on source>> >>>
S<<< B<-fromp> <I<partition name on source>> >>>
S<<< B<-tos> <I<machine name on destination>> >>>
- S<<< B<-top> <I<partition name on destination>> >>>
+ S<<< B<-top> <I<partition name on destination>> >>> [B<-li>]
S<<< [B<-c> <I<cell name>>] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>]
=for html
@@ -120,6 +120,14 @@
partition name (for, example, B</vicepa>) or one of the abbreviated forms
described in L<vos(1)>.
+=item B<-live>
+
+Avoids making a temporary copy of the volume during the move. This is
+useful if the partition is full, but the administrator needs to move
+volumes to a another partition or server to free up disk space. The
+caveat is that the volume is locked during the entire operation
+instead of the short time that is needed to make the temporary clone.
+
=item B<-cell> <I<cell name>>
Names the cell in which to run the command. Do not combine this argument
@@ -174,6 +182,7 @@
L<vos(1)>,
L<vos_addsite(1)>,
L<vos_backup(1)>,
+L<vos_copy(1)>,
L<vos_release(1)>,
L<vos_listvol(1)>,
L<vos_remove(1)>
--------------090004080007090200050004--