1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

Bug : Fix order of pre/post migrate arguments

This commit is contained in:
Ruben S. Montero 2012-12-05 11:45:06 +01:00
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()