diff --git a/lib/backend.py b/lib/backend.py index 36da855cc33448a052366b2d9e11eb4b20248a1b..4e715460882b3d11dbab40e71f24f5cb14a70a6a 100644 --- a/lib/backend.py +++ b/lib/backend.py @@ -1304,10 +1304,7 @@ def MigrateInstance(instance, target, live): @type live: boolean @param live: whether the migration should be done live or not (the interpretation of this parameter is left to the hypervisor) - @rtype: tuple - @return: a tuple of (success, msg) where: - - succes is a boolean denoting the success/failure of the operation - - msg is a string with details in case of failure + @raise RPCFail: if migration fails for some reason """ hyper = hypervisor.GetHypervisor(instance.hypervisor)