Skip to content
Snippets Groups Projects
Commit 0ab31d67 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Mention dsh/cssh in man page for "gnt-cluster command"


Until now they are only mentioned in “doc/admin.rst” and the man page
for “ganeti-listrunner”.

Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent fb60bc6a
No related branches found
No related tags found
No related merge requests found
...@@ -46,10 +46,13 @@ COMMAND ...@@ -46,10 +46,13 @@ COMMAND
**command** [-n *node*] [-g *group*] [-M] {*command*} **command** [-n *node*] [-g *group*] [-M] {*command*}
Executes a command on all nodes. If the option ``-n`` is not given, Executes a command on all nodes. This command is designed for simple
the command will be executed on all nodes, otherwise it will be usage. For more complex use cases the commands **dsh(1)** or **cssh(1)**
executed only on the node(s) specified. Use the option multiple should be used instead.
times for running it on multiple nodes, like::
If the option ``-n`` is not given, the command will be executed on all
nodes, otherwise it will be executed only on the node(s) specified. Use
the option multiple times for running it on multiple nodes, like::
# gnt-cluster command -n node1.example.com -n node2.example.com date # gnt-cluster command -n node1.example.com -n node2.example.com date
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment