Revision b497a636

b/man/gnt-node.rst
601 601
POWER
602 602
~~~~~
603 603

  
604
**power** on|off|cycle|status {*node*}
604
**power** [``--force``] [``--ignore-status``] [``--all``]
605
on|off|cycle|status [*nodes*]
605 606

  
606 607
This commands calls out to out-of-band management to change the power
607 608
state of given node. With ``status`` you get the power status as reported
608
by the out-of-band managment script.
609
by the out-of-band management script.
610

  
611
Using ``--force`` you skip the confirmation to do the operation. Currently this
612
only has effect on ``off`` and ``cycle``. On those two you can *not* operate on
613
the master. However, the command will provide you with the command to invoke to
614
operate on the master nerver-mind. This is considered harmful and Ganeti does
615
not support the use of it.
616

  
617
Providing ``--ignore-status`` will ignore the offline=N state of a node and
618
continue with power off.
619

  
620
*nodes* are optional. If not provided it will call out for every node in the
621
cluster. Except for the ``off`` and ``cycle`` command where you've to explicit
622
use ``-all`` to select all.
609 623

  
610 624
HEALTH
611 625
~~~~~~

Also available in: Unified diff