From 5a0b29f758944cfb06acd3ab0dd8473d0a74e5e9 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 8 Jun 2012 11:54:32 +0000 Subject: [PATCH] add fanout interface to man pages for p* command git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13047 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/prsync.1.pod | 16 +++++++++++++++- xCAT-client/pods/man1/pscp.1.pod | 15 ++++++++++++++- xCAT-client/pods/man1/psh.1.pod | 17 ++++++++++++++++- 3 files changed, 45 insertions(+), 3 deletions(-) diff --git a/xCAT-client/pods/man1/prsync.1.pod b/xCAT-client/pods/man1/prsync.1.pod index 57fdbd429..9394a4ab2 100644 --- a/xCAT-client/pods/man1/prsync.1.pod +++ b/xCAT-client/pods/man1/prsync.1.pod @@ -6,7 +6,7 @@ prsync - parallel rsync B I [I I<...>] I -B [I<-o rsync options>] [I I I<...>] [I I I<...>] +B [I<-o rsync options>] [B<-f> I] [I I I<...>] [I I I<...>] I B {B<-h>|B<--help>|B<-v>|B<--version>} @@ -28,6 +28,11 @@ B is NOT multicast, but is parallel unicasts. rsync options. See B. +=item B<-f> I + +Specifies a fanout value for the maximum number of concur- +rently executing remote shell processes. + =item B A space delimited list of files to rsync. @@ -50,6 +55,15 @@ Print version. =back +=over 4 + +=item B + +Specifies the fanout value. This variable is overridden by +the B<-f> flag. Default is 64. + +=back + =head1 B diff --git a/xCAT-client/pods/man1/pscp.1.pod b/xCAT-client/pods/man1/pscp.1.pod index f6fe172f6..2c67c1e07 100644 --- a/xCAT-client/pods/man1/pscp.1.pod +++ b/xCAT-client/pods/man1/pscp.1.pod @@ -4,7 +4,7 @@ B - parallel remote copy =head1 B -B [-i I] [I I<...>] I [I I<...>] I +B [-i I] [I I<...>] [B<-f> I] I [I I<...>] I B {B<-h>|B<--help>|B<-v>|B<--version>} @@ -23,6 +23,11 @@ B is NOT multicast, but is parallel unicasts. =over 7 +=item B<-f> I + +Specifies a fanout value for the maximum number of concur- +rently executing remote shell processes. + =item B<-i> I Interfaces to be used. @@ -49,6 +54,14 @@ Print version. =back +=over 4 + +=item B + +Specifies the fanout value. This variable is overridden by +the B<-f> flag. Default is 64. + +=back =head1 B diff --git a/xCAT-client/pods/man1/psh.1.pod b/xCAT-client/pods/man1/psh.1.pod index 4d965fc25..aa7047603 100644 --- a/xCAT-client/pods/man1/psh.1.pod +++ b/xCAT-client/pods/man1/psh.1.pod @@ -4,7 +4,7 @@ psh - parallel remote shell =head1 B -B [B<-i> I] [B<-l> I] I I +B [B<-i> I] [B<-f> I] [B<-l> I] I I B {B<-h>|B<--help>|B<-v>|B<--version>} @@ -28,6 +28,11 @@ The NIC on the node that psh should communicate with. For example, if I to the end of every node name before ssh'ing to it. This assumes those host names have been set up to resolve to the IP address of each of the eth1 NICs. +=item B<-f> I + +Specifies a fanout value for the maximum number of concur- +rently executing remote shell processes. + =item B<-l> I Log into the nodes as the specified username. The default is to use the same username as you @@ -50,6 +55,16 @@ Print help. =back +=head1 B B + +=over 4 + +=item B + +Specifies the fanout value. This variable is overridden by +the B<-f> flag. Default is 64. + +=back =head1 B