Revision 8c0b16f6 man/gnt-instance.rst

b/man/gnt-instance.rst
1442 1442
**migrate** [-f] {--cleanup} {*instance*}
1443 1443

  
1444 1444
**migrate** [-f] [--allow-failover] [--non-live]
1445
[--migration-mode=live\|non-live] [--ignore-ipolicy] {*instance*}
1445
[--migration-mode=live\|non-live] [--ignore-ipolicy]
1446
[--no-runtime-changes] {*instance*}
1446 1447

  
1447 1448
Migrate will move the instance to its secondary node without
1448 1449
shutdown. It only works for instances having the drbd8 disk template
......
1481 1482
If ``--ignore-ipolicy`` is given any instance policy violations occuring
1482 1483
during this operation are ignored.
1483 1484

  
1485
The ``--no-runtime-changes`` option forbids migrate to alter an
1486
instance's runtime before migrating it (eg. ballooning an instance
1487
down because the target node doesn't have enough available memory).
1488

  
1484 1489
Example (and expected output)::
1485 1490

  
1486 1491
    # gnt-instance migrate instance1

Also available in: Unified diff