mirror of
https://github.com/OpenNebula/one.git
synced 2025-04-02 10:50:07 +03:00
Bug #1374: Update the VM last_poll attribute when a poll is forced
This commit is contained in:
parent
7689f16d8b
commit
1c48d8537a
@ -1127,6 +1127,8 @@ void VirtualMachineManager::poll_action(
|
||||
"",
|
||||
vm->to_xml(vm_tmpl));
|
||||
|
||||
vm->set_last_poll(time(0));
|
||||
|
||||
vmd->poll(vid, *drv_msg);
|
||||
|
||||
delete drv_msg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user