mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
tm_mad: fix wrong variable names that prevents execution of migrate_other (#138)
This commit is contained in:
parent
72603252f5
commit
9c92e6ea1e
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user