mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Feature #1099: Update vm information with each poll action for active history records
This commit is contained in:
parent
11ba24e6d2
commit
efba395aef
@ -546,8 +546,10 @@ void VirtualMachineManagerDriver::protocol(
|
||||
}
|
||||
|
||||
vm->update_info(memory,cpu,net_tx,net_rx);
|
||||
vm->set_vm_info();
|
||||
|
||||
vmpool->update(vm);
|
||||
vmpool->update_history(vm);
|
||||
|
||||
if (state != '-' &&
|
||||
(vm->get_lcm_state() == VirtualMachine::RUNNING ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user