1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Bug #3353: Do not set last_pool time to 0 in lcm::monitor_poweron

This commit is contained in:
Carlos Martín 2014-11-17 16:01:17 +01:00
parent dd3c9ad8d2
commit 099c514fca

View File

@ -1356,7 +1356,7 @@ void LifeCycleManager::monitor_poweron_action(int vid)
vm->set_running_stime(the_time);
vm->set_last_poll(0);
vm->set_last_poll(the_time);
vmpool->update_history(vm);