Revision 2a10865c daemons/ganeti-noded

b/daemons/ganeti-noded
341 341
    return backend.StartInstance(instance, extra_args)
342 342

  
343 343
  @staticmethod
344
  def perspective_instance_migrate(params):
345
    """Migrates an instance.
346

  
347
    """
348
    instance, target, live = params
349
    return backend.MigrateInstance(instance, target, live)
350

  
351
  @staticmethod
344 352
  def perspective_instance_reboot(params):
345 353
    """Reboot an instance.
346 354

  

Also available in: Unified diff