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

Bug #1805: LCM::monitor_suspend_action does not release the host capacity

This commit is contained in:
Carlos Martín 2013-03-12 15:32:29 +01:00
parent 948f7bc301
commit 8276e4defc

View File

@ -981,7 +981,6 @@ void LifeCycleManager::monitor_suspend_action(int vid)
{
VirtualMachine * vm;
int cpu,mem,disk;
time_t the_time = time(0);
Nebula& nd = Nebula::instance();
@ -1019,10 +1018,6 @@ void LifeCycleManager::monitor_suspend_action(int vid)
vmpool->update_history(vm);
vm->get_requirements(cpu,mem,disk);
hpool->del_capacity(vm->get_hid(), vm->get_oid(), cpu, mem, disk);
vm->log("LCM", Log::INFO, "VM is suspended.");
//----------------------------------------------------