From 9c92e6ea1ef964804688e9417319acbb30bc70a6 Mon Sep 17 00:00:00 2001 From: Laurent Grawet Date: Sat, 5 Nov 2016 21:24:28 +0100 Subject: [PATCH] tm_mad: fix wrong variable names that prevents execution of migrate_other (#138) --- src/tm_mad/common/prepostmigrate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tm_mad/common/prepostmigrate b/src/tm_mad/common/prepostmigrate index 3948c77672..44a1a18463 100755 --- a/src/tm_mad/common/prepostmigrate +++ b/src/tm_mad/common/prepostmigrate @@ -25,8 +25,8 @@ # - template is the template of the VM in XML and base64 encoded # - system_ds_mad flag if called by other SYSTEM_DS TM_MAD -SRC="$1" -DST="$2" +SRC_HOST="$1" +DST_HOST="$2" DST_PATH="$3" VM_ID="$4" DS_ID="$5"