Revision c5a66db3 man/gnt-node.rst

b/man/gnt-node.rst
95 95
EVACUATE
96 96
~~~~~~~~
97 97

  
98
| **evacuate** [-f] [\--early-release]
98
| **evacuate** [-f] [\--early-release] [\--submit]
99 99
| [{-I|\--iallocator} *NAME* \| {-n|\--new-secondary} *destination\_node*]
100 100
| [{-p|\--primary-only} \| {-s|\--secondary-only} ]
101 101
|  {*node*}
......
138 138
  in the secondary node change mode (only valid for DRBD instances)
139 139
- when neither of the above is done a combination of the two cases is run
140 140

  
141
See **ganeti(7)** for a description of ``--submit`` and other common
142
options.
143

  
141 144
Example::
142 145

  
143 146
    # gnt-node evacuate -I hail node3.example.com
......
250 253
MIGRATE
251 254
~~~~~~~
252 255

  
253
**migrate** [-f] [\--non-live] [\--migration-mode=live\|non-live]
254
[\--ignore-ipolicy] {*node*}
256
| **migrate** [-f] [\--non-live] [\--migration-mode=live\|non-live]
257
| [\--ignore-ipolicy] [\--submit] {*node*}
255 258

  
256 259
This command will migrate all instances having the given node as
257 260
primary to their secondary nodes. This works only for instances
......
264 267
If ``--ignore-ipolicy`` is given any instance policy violations occuring
265 268
during this operation are ignored.
266 269

  
270
See **ganeti(7)** for a description of ``--submit`` and other common
271
options.
272

  
267 273
Example::
268 274

  
269 275
    # gnt-node migrate node1.example.com
......
471 477
MODIFY-STORAGE
472 478
~~~~~~~~~~~~~~
473 479

  
474
**modify-storage** [``--allocatable=yes|no``]
475
{*node*} {*storage-type*} {*volume-name*}
480
| **modify-storage** [\--allocatable={yes|no}] [\--submit]
481
| {*node*} {*storage-type*} {*volume-name*}
476 482

  
477 483
Modifies storage volumes on a node. Only LVM physical volumes can
478 484
be modified at the moment. They have a storage type of "lvm-pv".
......
485 491
REPAIR-STORAGE
486 492
~~~~~~~~~~~~~~
487 493

  
488
**repair-storage** [\--ignore-consistency] {*node*} {*storage-type*}
489
{*volume-name*}
494
| **repair-storage** [\--ignore-consistency] ]\--submit]
495
| {*node*} {*storage-type*} {*volume-name*}
490 496

  
491 497
Repairs a storage volume on a node. Only LVM volume groups can be
492 498
repaired at this time. They have the storage type "lvm-vg".
......
511 517
POWERCYCLE
512 518
~~~~~~~~~~
513 519

  
514
**powercycle** [``--yes``] [``--force``] {*node*}
520
**powercycle** [\--yes] [\--force] [\--submit] {*node*}
515 521

  
516 522
This command (tries to) forcefully reboot a node. It is a command
517 523
that can be used if the node environment is broken, such that the
......
527 533
``--force`` option is needed if the target node is the master
528 534
node.
529 535

  
536
See **ganeti(7)** for a description of ``--submit`` and other common
537
options.
538

  
530 539
POWER
531 540
~~~~~
532 541

  

Also available in: Unified diff