From 298e4dc84e4538fcbf03b19d0d6df07b57addbc9 Mon Sep 17 00:00:00 2001 From: Manuel Franceschini <livewire@google.com> Date: Wed, 1 Sep 2010 11:34:30 +0200 Subject: [PATCH] move-instance: Fix parameter order in _CreateInstance This patch fixes a bug, which caused the primary and secondary destination nodes to be revered on the destination cluster after an instance move. Signed-off-by: Manuel Franceschini <livewire@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- tools/move-instance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/move-instance b/tools/move-instance index 1e3d494b1..f00743136 100755 --- a/tools/move-instance +++ b/tools/move-instance @@ -437,7 +437,7 @@ class MoveDestExecutor(object): mrt.dest_to_source.release() @staticmethod - def _CreateInstance(cl, name, snode, pnode, iallocator, instance, expinfo): + def _CreateInstance(cl, name, pnode, snode, iallocator, instance, expinfo): """Starts the instance creation in remote import mode. @type cl: L{rapi.client.GanetiRapiClient} -- GitLab