mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
Bug #1679 : Fix order of pre/post migrate arguments
This commit is contained in:
parent
ff926f17d5
commit
9144d9682a
@ -1553,8 +1553,8 @@ void TransferManager::migrate_transfer_command(
|
||||
|
||||
xfr << "MIGRATE " //TM action PRE or POST to be completed by VMM driver
|
||||
<< vm->get_tm_mad() << " "
|
||||
<< vm->get_hostname() << " "
|
||||
<< vm->get_previous_hostname() << " "
|
||||
<< vm->get_hostname() << " "
|
||||
<< vm->get_remote_system_dir() << " "
|
||||
<< vm->get_oid() << " "
|
||||
<< vm->get_ds_id()
|
||||
|
Loading…
x
Reference in New Issue
Block a user