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:
parent
dd3c9ad8d2
commit
099c514fca
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user