diff --git a/lib/cmdlib.py b/lib/cmdlib.py
index bb6092bb4b5dba4772e251236a5abf9832eb0502..484cb58e5901bd68887984f98c59af4e02122352 100644
--- a/lib/cmdlib.py
+++ b/lib/cmdlib.py
@@ -7250,7 +7250,8 @@ class TLMigrateInstance(Tasklet):
         raise errors.OpExecError("Can't activate the instance's disks")
 
       self.feedback_fn("* starting the instance on the target node")
-      result = self.rpc.call_instance_start(target_node, instance, None, None)
+      result = self.rpc.call_instance_start(target_node, instance, None, None,
+                                            False)
       msg = result.fail_msg
       if msg:
         _ShutdownInstanceDisks(self, instance)