cloudstack/server/src/com/cloud/capacity
Nitin c510c0540a bug 10422: Correcting host capacity checker thread runs. Removing the thread.sleep method and using the scheduleWithFixedDelay to execute the thread at fixed delays. Also making the hostCapacityChecker thread use the common function used by computeCapacityListener.
status 10422: resolved fixed
2011-06-30 13:00:44 +05:30
..
dao Bug 9539 - cpu.overprovisioning.factor does not work 2011-04-22 18:09:31 -07:00
CapacityManager.java bug 10422: accidentally removed the code for sourceTemplate id when the the volume is created out of template. Checking it in. 2011-06-29 14:34:23 +05:30
CapacityManagerImpl.java bug 10422: Correcting host capacity checker thread runs. Removing the thread.sleep method and using the scheduleWithFixedDelay to execute the thread at fixed delays. Also making the hostCapacityChecker thread use the common function used by computeCapacityListener. 2011-06-30 13:00:44 +05:30
ComputeCapacityListener.java bug 10422: accidentally removed the code for sourceTemplate id when the the volume is created out of template. Checking it in. 2011-06-29 14:34:24 +05:30
StorageCapacityListener.java Pass isForRebalance parameter to processConnect method of all the listeners - some listeners don't have to be notified when connection happens as a a part of Agent Rebalance process (VirtualMachineManagerImpl listener for instance) 2011-06-27 10:37:00 -07:00