Revision f2a0828c scripts/gnt-instance

b/scripts/gnt-instance
1407 1407
               "Stops the instance and starts it on the backup node, using"
1408 1408
               " the remote mirror (only for instances of type drbd)"),
1409 1409
  'migrate': (MigrateInstance, ARGS_ONE_INSTANCE,
1410
               [DEBUG_OPT, FORCE_OPT,
1411
                cli_option("--non-live", dest="live",
1412
                           default=True, action="store_false",
1413
                           help="Do a non-live migration (this usually means"
1414
                           " freeze the instance, save the state,"
1415
                           " transfer and only then resume running on the"
1416
                           " secondary node)"),
1410
               [DEBUG_OPT, FORCE_OPT, NONLIVE_OPT,
1417 1411
                cli_option("--cleanup", dest="cleanup",
1418 1412
                           default=False, action="store_true",
1419 1413
                           help="Instead of performing the migration, try to"

Also available in: Unified diff