From c9053f4a6c46d77bbd1c81d64618e6343b524eaa Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 29 Aug 2013 13:53:34 -0400 Subject: [PATCH] add timeout support to updatenode to pass into xdsh --- xCAT-client/pods/man1/updatenode.1.pod | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/xCAT-client/pods/man1/updatenode.1.pod b/xCAT-client/pods/man1/updatenode.1.pod index d8a2d1d1d..a181e76d3 100644 --- a/xCAT-client/pods/man1/updatenode.1.pod +++ b/xCAT-client/pods/man1/updatenode.1.pod @@ -4,11 +4,11 @@ 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<--fanout>] [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<-t timeout>} [B [B]] -B B [B<-k>|B<--security>] +B B [B<-k>|B<--security>] [B<-t timeout>] -B B [B<-V>|B<--verbose>] [B] +B B [B<-V>|B<--verbose>] [B<-t timeout>] [B] B B [B<-V>|B<--verbose>] [B<-f>|B<--snsync>] @@ -363,6 +363,11 @@ Specifies that node software should be updated. Set the server information stored on the nodes. +=item B<-t timeout> + +Specifies a timeout in seconds the command will wait for the remote targets to complete. If timeout is not specified +it will wait indefinitely. The exception is the updatenode -k option whose default timeout is 10 seconds. + =item B<-v|--version> Command Version.