1
0
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:
Carlos Martín 2012-09-04 11:44:54 +02:00
parent 7689f16d8b
commit 1c48d8537a

View File

@ -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;