Revision c03fe62b

b/lib/backend.py
1304 1304
  @type live: boolean
1305 1305
  @param live: whether the migration should be done live or not (the
1306 1306
      interpretation of this parameter is left to the hypervisor)
1307
  @rtype: tuple
1308
  @return: a tuple of (success, msg) where:
1309
      - succes is a boolean denoting the success/failure of the operation
1310
      - msg is a string with details in case of failure
1307
  @raise RPCFail: if migration fails for some reason
1311 1308

  
1312 1309
  """
1313 1310
  hyper = hypervisor.GetHypervisor(instance.hypervisor)

Also available in: Unified diff