Revision 463f75a5 lib/cmdlib.py

b/lib/cmdlib.py
7250 7250
        raise errors.OpExecError("Can't activate the instance's disks")
7251 7251

  
7252 7252
      self.feedback_fn("* starting the instance on the target node")
7253
      result = self.rpc.call_instance_start(target_node, instance, None, None)
7253
      result = self.rpc.call_instance_start(target_node, instance, None, None,
7254
                                            False)
7254 7255
      msg = result.fail_msg
7255 7256
      if msg:
7256 7257
        _ShutdownInstanceDisks(self, instance)

Also available in: Unified diff