message of tools is now properly labelled with the name of the tool
that submitted the message.
- The options ``--debug`` and ``--verbose`` of ``gnt-cluster
- renew-crypto`` now (also) control the log level of the SSH calls to
- all nodes.
+ renew-crypto`` and ``gnt-node {add,remove,modify}`` now (also) control the
+ log level of the SSH calls to all nodes.
+
New features
~~~~~~~~~~~~
| [\--disk-state *diskstate*]
| [\--hypervisor-state *hvstate*]
| [\--no-node-setup]
+| [\--verbose] | [\--debug]
| {*nodename*}
Adds the given node to the cluster.
running, the ``node-cleanup`` tool can be run on the machine to be added
to clean remains of the previous cluster from the node.
+The options ``--verbose`` and ``--debug`` control the log level of the
+operation, in particular the one of the underlying SSH calls that
+Ganeti makes when adding a node.
+
Example::
# gnt-node add node5.example.com
| [\--node-powered=``yes|no``]
| [\--hypervisor-state *hvstate*]
| [\--disk-state *diskstate*]
+| [\--verbose] [\--debug]
| {*node*}
This command changes the role of the node. Each options takes
``--force`` is needed as well, and the target node for the first change
must be the master.
+The options ``--verbose`` and ``--debug`` control the log level of the
+operation, in particular the one of the underlying SSH calls that
+Ganeti makes when modifying some parameters a node (e.g. promoting
+or demoting a node to or from 'master candidate' status).
+
See **ganeti**\(7) for a description of ``--submit`` and other common
options.
REMOVE
~~~~~~
-**remove** {*nodename*}
+**remove** [\--verbose] [\--debug] {*nodename*}
Removes a node from the cluster. Instances must be removed or
migrated to another cluster before.
+The options ``--verbose`` and ``--debug`` control the log level of the
+operation, in particular the one of the underlying SSH calls that
+Ganeti makes when removing a node.
+
+
Example::
# gnt-node remove node5.example.com