X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/9ff4f2c0152f7e4d03439f96b8354d07327fafbc..325947e719d0c75711aa9b5086bbd4be9e047343:/man/ganeti-listrunner.rst diff --git a/man/ganeti-listrunner.rst b/man/ganeti-listrunner.rst index 12fddda..f354f09 100644 --- a/man/ganeti-listrunner.rst +++ b/man/ganeti-listrunner.rst @@ -72,6 +72,9 @@ The options that can be passed to the program are as follows: ``-A`` Use an existing ssh-agent instead of password authentication. +``--args`` + Arguments to pass to executable (``-x``). + EXIT STATUS ----------- @@ -83,19 +86,25 @@ The exist status of the command will be zero, unless it was aborted in some way EXAMPLE ------- -Run a command on a list of hosts:: +Run a command on a list of hosts: + +.. code-block:: bash listrunner -l logdir -c "uname -a" -h host1,host2,host3 -Upload a script, some auxiliary files and run the script:: +Upload a script, some auxiliary files and run the script: + +.. code-block:: bash - listrunner -l logdir -x runme.sh -a seed.dat -a golden.dat -h host1,host2,host3 + listrunner -l logdir -x runme.sh \ + -a seed.dat -a golden.dat \ + -h host1,host2,host3 SEE ALSO -------- -dsh(1), cssh(1) +**dsh**\(1), **cssh**\(1) .. vim: set textwidth=72 : .. Local Variables: