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:
parent
fed3e624e1
commit
a09c6d4859
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user