1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-13 12:58:17 +03:00

F #4809: Update VM in DB after generating context

This is an issue now because the cache has been
removed.
This commit is contained in:
Jaime Melis 2017-06-22 12:31:06 -04:00
parent fed3e624e1
commit a09c6d4859

View File

@ -423,6 +423,8 @@ void VirtualMachineManager::deploy_action(int vid)
delete drv_msg;
vmpool->update(vm);
vm->unlock();
return;
@ -1267,6 +1269,8 @@ void VirtualMachineManager::restore_action(
delete drv_msg;
vmpool->update(vm);
vm->unlock();
return;
@ -2327,6 +2331,8 @@ void VirtualMachineManager::attach_nic_action(
delete drv_msg;
vmpool->update(vm);
vm->unlock();
return;