You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Externalize the -S option as "maxrc" in the configuration file to
avoid passing it on the command line on every invocation.
Also add --maxrc as long option for -S.
Finally, clush -O/--option can also be used to enforce the value
for maxrc (yes/no) on the command line.
:Copyright: GNU Lesser General Public License version 2.1 or later (LGPLv2.1+)
12
12
:Version: 1.8.3
13
13
:Manual section: 1
@@ -159,7 +159,7 @@ Output behaviour:
159
159
-b, --dshbak display gathered results in a dshbak-like way (note: it will only try to aggregate the output of commands with same return codes)
160
160
-B like -b but including standard error
161
161
-r, --regroup fold nodeset using node groups
162
-
-S return the largest of command return codes
162
+
-S, --maxrc return the largest of command return codes
163
163
--color=WHENCOLOR whether to use ANSI colors to surround node or nodeset prefix/header with escape sequences to display them in color on the terminal. *WHENCOLOR* is ``never``, ``always`` or ``auto`` (which use color if standard output/error refer to a terminal). Colors are set to [34m (blue foreground text) for stdout and [31m (red foreground text) for stderr, and cannot be modified.
164
164
--diff show diff between common outputs (find the best reference output by focusing on largest nodeset and also smaller command return code)
worker name to use for connection (``exec``, ``ssh``, ``rsh``, ``pdsh``), default is ``ssh``
186
+
worker name to use for connection (``exec``, ``ssh``, ``rsh``, ``pdsh``, or the name of a Python worker module), default is ``ssh``
187
187
--remote=REMOTE whether to enable remote execution: in tree mode, 'yes' forces connections to the leaf nodes for execution, 'no' establishes connections up to the leaf parent nodes for execution (default is 'yes')
188
188
189
189
For a short explanation of these options, see ``-h, --help``.
0 commit comments