From 0cb0a17479d96ac522b930e2c5437dbc34476ce2 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 28 Feb 2013 20:55:30 +0000 Subject: [PATCH] add fanout support git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15306 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/updatenode.1.pod | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/xCAT-client/pods/man1/updatenode.1.pod b/xCAT-client/pods/man1/updatenode.1.pod index 13cbf28fe..d8a2d1d1d 100644 --- a/xCAT-client/pods/man1/updatenode.1.pod +++ b/xCAT-client/pods/man1/updatenode.1.pod @@ -4,7 +4,7 @@ B - Update nodes in an xCAT cluster environment. =head1 SYNOPSIS -B B [B<-V>|B<--verbose>] [B<-F>|B<--sync>] [B<-f>|B<--snsync>] [B<-S>|B<--sw>] [B<-l> I] [B<-P>|B<--scripts> [B]] [B<-s>|B<--sn>] [B<-A>|B<--updateallsw>] [B<-c>|B<--cmdlineonly>] [B<-d alt_source_dir>] [B [B]] +B B [B<-V>|B<--verbose>] [B<-F>|B<--sync>] [B<-f>|B<--snsync>] [B<-S>|B<--sw>] [B<-l> I] [B<-P>|B<--scripts> [B]] [B<-s>|B<--sn>] [B<-A>|B<--updateallsw>] [B<-c>|B<--cmdlineonly>] [B<-d alt_source_dir>] [B<--fanout>] [B [B]] B B [B<-k>|B<--security>] @@ -278,6 +278,13 @@ maintenance support. =over 10 +=item B<--fanout>=I + +Specifies a fanout value for the maximum number of concur- +rently executing remote shell processes. Serial execution +can be specified by indicating a fanout value of B<1>. If B<--fanout> +is not specified, a default fanout value of B<64> is used. + =item B<-A|--updateallsw> Install or update all software contained in the source directory. (AIX only)