From dbb4f8500eff5de36b21f1505ee2e366f1214bc8 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Wed, 9 Jan 2013 16:15:40 +0100 Subject: [PATCH] Remove fixed FIXME This was fixed in stable-2.6, commit 053c356 Signed-off-by: Guido Trotter <ultrotter@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- lib/hypervisor/hv_xen.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/hypervisor/hv_xen.py b/lib/hypervisor/hv_xen.py index e234cba11..d936d8436 100644 --- a/lib/hypervisor/hv_xen.py +++ b/lib/hypervisor/hv_xen.py @@ -541,9 +541,6 @@ class XenHypervisor(hv_base.BaseHypervisor): raise errors.HypervisorError("Remote host %s not listening on port" " %s, cannot migrate" % (target, port)) - # FIXME: migrate must be upgraded for transitioning to "xl" (xen 4.1). - # This should be reworked in Ganeti 2.7 - # ssh must recognize the key of the target host for the migration args = [constants.XEN_CMD, "migrate"] if constants.XEN_CMD == constants.XEN_CMD_XM: args.extend(["-p", "%d" % port]) -- GitLab