Revision e9c487be man/gnt-instance.rst

b/man/gnt-instance.rst
1219 1219

  
1220 1220
**migrate** [-f] {--cleanup} {*instance*}
1221 1221

  
1222
**migrate** [-f] [--non-live] [--migration-mode=live\|non-live]
1223
{*instance*}
1222
**migrate** [-f] [--allow-failover] [--non-live]
1223
[--migration-mode=live\|non-live] {*instance*}
1224 1224

  
1225 1225
Migrate will move the instance to its secondary node without
1226 1226
shutdown. It only works for instances having the drbd8 disk
......
1252 1252

  
1253 1253
The option ``-f`` will skip the prompting for confirmation.
1254 1254

  
1255
If ``--allow-failover`` is specified it tries to fallback to failover if
1256
it already can determine that a migration wont work (i.e. if the
1257
instance is shutdown). Please note that the fallback will not happen
1258
during execution. If a migration fails during execution it still fails.
1259

  
1255 1260
Example (and expected output)::
1256 1261

  
1257 1262
    # gnt-instance migrate instance1

Also available in: Unified diff