Add support to updatenode to sync only service nodes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9592 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -245,7 +245,7 @@ my %usage = ( | ||||
|     updatenode <noderange> [-V|--verbose] [-k|--security] [--user]  | ||||
|         [--devicetype] | ||||
|     or | ||||
|     updatenode <noderange> [-V|--verbose] [-F|--sync] [-S|--sw]  | ||||
|     updatenode <noderange> [-V|--verbose] [-F|--sync | -f|--snsync] [-S|--sw]  | ||||
|         [-P|--scripts [script1,script2,...]] [-s|--sn]  | ||||
|         [-A|--updateallsw] [-c|--cmdlineonly] [-d alt_source_dir] | ||||
|         [attr=val [attr=val...]] | ||||
| @@ -263,6 +263,9 @@ Options: | ||||
|  | ||||
|     [-F|--sync] Perform File Syncing. | ||||
|  | ||||
|     [-f|--snsync] Performs File Syncing to the service nodes that service  | ||||
|         the nodes in the noderange. | ||||
|  | ||||
|     [-S|--sw] Perform Software Maintenance. | ||||
|  | ||||
|     [-P|--scripts] Execute postscripts listed in the postscripts table or  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user