Revision c12e30ca lib/hypervisor/hv_xen.py

b/lib/hypervisor/hv_xen.py
538 538
      raise errors.HypervisorError("Remote host %s not listening on port"
539 539
                                   " %s, cannot migrate" % (target, port))
540 540

  
541
    # FIXME: migrate must be upgraded for transitioning to "xl" (xen 4.1).
542
    #        This should be reworked in Ganeti 2.7
543
    #  ssh must recognize the key of the target host for the migration
544 541
    args = [constants.XEN_CMD, "migrate"]
545 542
    if constants.XEN_CMD == constants.XEN_CMD_XM:
546 543
      args.extend(["-p", "%d" % port])

Also available in: Unified diff