Revision 82bc21e2

b/lib/backend.py
1217 1217
  elif reboot_type == constants.INSTANCE_REBOOT_HARD:
1218 1218
    try:
1219 1219
      InstanceShutdown(instance, shutdown_timeout)
1220
      return StartInstance(instance)
1220
      return StartInstance(instance, False)
1221 1221
    except errors.HypervisorError, err:
1222 1222
      _Fail("Failed to hard reboot instance %s: %s", instance.name, err)
1223 1223
  else:

Also available in: Unified diff