Hey Folks,
Hoping for some assistance here. Running cloudstack 4.0.2
what does avoid set mean? and how do i enable my kvm hosts?

Here is the logging from the management head during system vm creation-
Any and all help is appreciated!

2014-04-02 17:48:58,264 DEBUG [cloud.vm.VirtualMachineManagerImpl] (secstorage-1:null) Successfully released network resources for the vm VM[SecondaryStorageVm|s-6410-VM] 2014-04-02 17:48:58,264 DEBUG [cloud.vm.VirtualMachineManagerImpl] (secstorage-1:null) Successfully cleanued up resources for the vm VM[SecondaryStorageVm|s-6410-VM] in Starting state 2014-04-02 17:48:58,265 DEBUG [cloud.deploy.FirstFitPlanner] (secstorage-1:null) DeploymentPlanner allocation algorithm: random 2014-04-02 17:48:58,265 DEBUG [cloud.deploy.FirstFitPlanner] (secstorage-1:null) Trying to allocate a host and storage pools from dc:1, pod:null,cluster:null, requested cpu: 500, requested ram: 268435456 2014-04-02 17:48:58,265 DEBUG [cloud.deploy.FirstFitPlanner] (secstorage-1:null) Is ROOT volume READY (pool already allocated)?: No 2014-04-02 17:48:58,266 DEBUG [cloud.deploy.FirstFitPlanner] (secstorage-1:null) Searching all possible resources under this Zone: 1 2014-04-02 17:48:58,267 DEBUG [cloud.deploy.FirstFitPlanner] (secstorage-1:null) Listing clusters in order of aggregate capacity, that have (atleast one host with) enough CPU and RAM capacity under this Zone: 1 2014-04-02 17:48:58,267 DEBUG [cloud.deploy.FirstFitPlanner] (secstorage-1:null) CPUOverprovisioningFactor considered: 1.0 2014-04-02 17:48:58,271 DEBUG [cloud.deploy.FirstFitPlanner] (secstorage-1:null) Checking resources in Cluster: 1 under Pod: 1 2014-04-02 17:48:58,271 DEBUG [cloud.deploy.FirstFitPlanner] (secstorage-1:null) Calling HostAllocators to find suitable hosts 2014-04-02 17:48:58,271 DEBUG [allocator.impl.FirstFitAllocator] (secstorage-1:FirstFitRoutingAllocator) Looking for hosts in dc: 1 pod:1 cluster:1 2014-04-02 17:48:58,272 DEBUG [allocator.impl.FirstFitAllocator] (secstorage-1:FirstFitRoutingAllocator) FirstFitAllocator has 2 hosts to check for allocation: [Host[-28-Routing], Host[-29-Routing]] 2014-04-02 17:48:58,274 DEBUG [allocator.impl.FirstFitAllocator] (secstorage-1:FirstFitRoutingAllocator) Found 2 hosts for allocation after prioritization: [Host[-28-Routing], Host[-29-Routing]] 2014-04-02 17:48:58,274 DEBUG [allocator.impl.FirstFitAllocator] (secstorage-1:FirstFitRoutingAllocator) Looking for speed=500Mhz, Ram=256 2014-04-02 17:48:58,274 DEBUG [allocator.impl.FirstFitAllocator] (secstorage-1:FirstFitRoutingAllocator) Host name: slcai073.us.oracle.com, hostId: 28 is in avoid set, skipping this and trying other available hosts 2014-04-02 17:48:58,274 DEBUG [allocator.impl.FirstFitAllocator] (secstorage-1:FirstFitRoutingAllocator) Host name: slcai074, hostId: 29 is in avoid set, skipping this and trying other available hosts 2014-04-02 17:48:58,275 DEBUG [allocator.impl.FirstFitAllocator] (secstorage-1:FirstFitRoutingAllocator) Host Allocator returning 0 suitable hosts 2014-04-02 17:48:58,275 DEBUG [cloud.deploy.FirstFitPlanner] (secstorage-1:null) No suitable hosts found 2014-04-02 17:48:58,275 DEBUG [cloud.deploy.FirstFitPlanner] (secstorage-1:null) No suitable hosts found under this Cluster: 1 2014-04-02 17:48:58,275 DEBUG [cloud.deploy.FirstFitPlanner] (secstorage-1:null) Could not find suitable Deployment Destination for this VM under any clusters, returning. 2014-04-02 17:48:58,277 DEBUG [cloud.capacity.CapacityManagerImpl] (secstorage-1:null) VM state transitted from :Starting to Stopped with event: OperationFailedvm's original host id: null new host id: null host id before state transition: 29 2014-04-02 17:48:58,279 DEBUG [cloud.capacity.CapacityManagerImpl] (secstorage-1:null) Hosts's actual total CPU: 92832 and CPU after applying overprovisioning: 92832 2014-04-02 17:48:58,279 DEBUG [cloud.capacity.CapacityManagerImpl] (secstorage-1:null) release cpu from host: 29, old used: 1000,reserved: 0, actual total: 92832, total with overprovisioning: 92832; new used: 500,reserved:0; movedfromreserved: false,moveToReserveredfalse 2014-04-02 17:48:58,280 DEBUG [cloud.capacity.CapacityManagerImpl] (secstorage-1:null) release mem from host: 29, old used: 1342177280,reserved: 0, total: 271024279552; new used: 1073741824,reserved:0; movedfromreserved: false,moveToReserveredfalse 2014-04-02 17:48:58,281 WARN [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Exception while trying to start secondary storage vm com.cloud.exception.InsufficientServerCapacityException: Unable to create a deployment for VM[SecondaryStorageVm|s-6410-VM]Scope=interface com.cloud.dc.DataCenter; id=1 at com.cloud.vm.VirtualMachineManagerImpl.advanceStart(VirtualMachineManagerImpl.java:734) at com.cloud.vm.VirtualMachineManagerImpl.start(VirtualMachineManagerImpl.java:472) at com.cloud.vm.VirtualMachineManagerImpl.start(VirtualMachineManagerImpl.java:465) at com.cloud.storage.secondary.SecondaryStorageManagerImpl.startSecStorageVm(SecondaryStorageManagerImpl.java:257) at com.cloud.storage.secondary.SecondaryStorageManagerImpl.allocCapacity(SecondaryStorageManagerImpl.java:684) at com.cloud.storage.secondary.SecondaryStorageManagerImpl.expandPool(SecondaryStorageManagerImpl.java:1310) at com.cloud.secstorage.PremiumSecondaryStorageManagerImpl.scanPool(PremiumSecondaryStorageManagerImpl.java:119) at com.cloud.secstorage.PremiumSecondaryStorageManagerImpl.scanPool(PremiumSecondaryStorageManagerImpl.java:50) at com.cloud.vm.SystemVmLoadScanner.loadScan(SystemVmLoadScanner.java:106) at com.cloud.vm.SystemVmLoadScanner.access$100(SystemVmLoadScanner.java:34) at com.cloud.vm.SystemVmLoadScanner$1.reallyRun(SystemVmLoadScanner.java:83) at com.cloud.vm.SystemVmLoadScanner$1.run(SystemVmLoadScanner.java:73) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:165) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:267) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:679)
2014-04-02 17:48:58,282 INFO [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Unable to start secondary storage vm for standby capacity, secStorageVm vm Id : 6410, will recycle it and start a new one 2014-04-02 17:48:58,282 INFO [cloud.secstorage.PremiumSecondaryStorageManagerImpl] (secstorage-1:null) Primary secondary storage is not even started, wait until next turn 2014-04-02 17:48:58,285 DEBUG [network.router.VirtualNetworkApplianceManagerImpl] (RouterMonitor-1:null) Found 0 running routers. 2014-04-02 17:48:58,292 DEBUG [network.router.VirtualNetworkApplianceManagerImpl] (RouterStatusMonitor-1:null) Found 0 routers. 2014-04-02 17:48:58,492 DEBUG [agent.transport.Request] (AgentManager-Handler-15:null) Seq 29-456785951: Processing: { Ans: , MgmtId: 345049471117, via: 29, Ver: v1, Flags: 110, [{"StopAnswer":{"vncPort":0,"result":true,"wait":0}}] } 2014-04-02 17:48:58,492 DEBUG [agent.manager.AgentAttache] (AgentManager-Handler-15:null) Seq 29-456785951: No more commands found 2014-04-02 17:48:58,492 DEBUG [agent.transport.Request] (consoleproxy-1:null) Seq 29-456785951: Received: { Ans: , MgmtId: 345049471117, via: 29, Ver: v1, Flags: 110, { StopAnswer } } 2014-04-02 17:48:58,498 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Provider SecurityGroupProvider is not enabled in physical network id=200 2014-04-02 17:48:58,500 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking JuniperSRX to release Nic[14399-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-10.244.162.12] 2014-04-02 17:48:58,500 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking Netscaler to release Nic[14399-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-10.244.162.12] 2014-04-02 17:48:58,500 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking F5BigIP to release Nic[14399-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-10.244.162.12] 2014-04-02 17:48:58,500 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking VirtualRouter to release Nic[14399-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-10.244.162.12] 2014-04-02 17:48:58,500 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking Ovs to release Nic[14399-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-10.244.162.12] 2014-04-02 17:48:58,500 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking ExternalDhcpServer to release Nic[14399-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-10.244.162.12] 2014-04-02 17:48:58,500 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking BareMetal to release Nic[14399-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-10.244.162.12] 2014-04-02 17:48:58,501 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking SecurityGroupProvider to release Nic[14399-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-10.244.162.12] 2014-04-02 17:48:58,501 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking CiscoNexus1000vVSM to release Nic[14399-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-10.244.162.12] 2014-04-02 17:48:58,501 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking VpcVirtualRouter to release Nic[14399-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-10.244.162.12] 2014-04-02 17:48:58,501 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking NiciraNvp to release Nic[14399-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-10.244.162.12] 2014-04-02 17:48:58,504 DEBUG [network.guru.ControlNetworkGuru] (consoleproxy-1:null) Released nic: NicProfile[14400-6411-null-null-null 2014-04-02 17:48:58,506 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking JuniperSRX to release Nic[14400-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,506 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking Netscaler to release Nic[14400-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,506 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking F5BigIP to release Nic[14400-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,506 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking VirtualRouter to release Nic[14400-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,506 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking Ovs to release Nic[14400-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,506 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking ExternalDhcpServer to release Nic[14400-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,506 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking BareMetal to release Nic[14400-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,506 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking SecurityGroupProvider to release Nic[14400-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,506 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking CiscoNexus1000vVSM to release Nic[14400-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,506 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking VpcVirtualRouter to release Nic[14400-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,506 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking NiciraNvp to release Nic[14400-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,509 DEBUG [dc.dao.DataCenterIpAddressDaoImpl] (consoleproxy-1:null) Releasing ip address for reservationId=8ccf71cd-92dc-4e14-8035-1fbe13e1d020, instance=14401 2014-04-02 17:48:58,510 DEBUG [network.guru.PodBasedNetworkGuru] (consoleproxy-1:null) Released nic: NicProfile[14401-6411-null-null-null 2014-04-02 17:48:58,511 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking JuniperSRX to release Nic[14401-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,511 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking Netscaler to release Nic[14401-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,511 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking F5BigIP to release Nic[14401-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,511 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking VirtualRouter to release Nic[14401-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,511 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking Ovs to release Nic[14401-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,511 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking ExternalDhcpServer to release Nic[14401-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,511 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking BareMetal to release Nic[14401-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,512 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking SecurityGroupProvider to release Nic[14401-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,512 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking CiscoNexus1000vVSM to release Nic[14401-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,512 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking VpcVirtualRouter to release Nic[14401-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,512 DEBUG [cloud.network.NetworkManagerImpl] (consoleproxy-1:null) Asking NiciraNvp to release Nic[14401-6411-8ccf71cd-92dc-4e14-8035-1fbe13e1d020-null] 2014-04-02 17:48:58,512 DEBUG [cloud.vm.VirtualMachineManagerImpl] (consoleproxy-1:null) Successfully released network resources for the vm VM[ConsoleProxy|v-6411-VM] 2014-04-02 17:48:58,512 DEBUG [cloud.vm.VirtualMachineManagerImpl] (consoleproxy-1:null) Successfully cleanued up resources for the vm VM[ConsoleProxy|v-6411-VM] in Starting state 2014-04-02 17:48:58,514 DEBUG [cloud.deploy.FirstFitPlanner] (consoleproxy-1:null) DeploymentPlanner allocation algorithm: random 2014-04-02 17:48:58,514 DEBUG [cloud.deploy.FirstFitPlanner] (consoleproxy-1:null) Trying to allocate a host and storage pools from dc:1, pod:null,cluster:null, requested cpu: 500, requested ram: 1073741824 2014-04-02 17:48:58,514 DEBUG [cloud.deploy.FirstFitPlanner] (consoleproxy-1:null) Is ROOT volume READY (pool already allocated)?: No 2014-04-02 17:48:58,514 DEBUG [cloud.deploy.FirstFitPlanner] (consoleproxy-1:null) Searching all possible resources under this Zone: 1 2014-04-02 17:48:58,515 DEBUG [cloud.deploy.FirstFitPlanner] (consoleproxy-1:null) Listing clusters in order of aggregate capacity, that have (atleast one host with) enough CPU and RAM capacity under this Zone: 1 2014-04-02 17:48:58,515 DEBUG [cloud.deploy.FirstFitPlanner] (consoleproxy-1:null) CPUOverprovisioningFactor considered: 1.0 2014-04-02 17:48:58,519 DEBUG [cloud.deploy.FirstFitPlanner] (consoleproxy-1:null) Checking resources in Cluster: 1 under Pod: 1 2014-04-02 17:48:58,520 DEBUG [cloud.deploy.FirstFitPlanner] (consoleproxy-1:null) Calling HostAllocators to find suitable hosts 2014-04-02 17:48:58,520 DEBUG [allocator.impl.FirstFitAllocator] (consoleproxy-1:FirstFitRoutingAllocator) Looking for hosts in dc: 1 pod:1 cluster:1 2014-04-02 17:48:58,521 DEBUG [allocator.impl.FirstFitAllocator] (consoleproxy-1:FirstFitRoutingAllocator) FirstFitAllocator has 2 hosts to check for allocation: [Host[-29-Routing], Host[-28-Routing]] 2014-04-02 17:48:58,523 DEBUG [allocator.impl.FirstFitAllocator] (consoleproxy-1:FirstFitRoutingAllocator) Found 2 hosts for allocation after prioritization: [Host[-29-Routing], Host[-28-Routing]] 2014-04-02 17:48:58,523 DEBUG [allocator.impl.FirstFitAllocator] (consoleproxy-1:FirstFitRoutingAllocator) Looking for speed=500Mhz, Ram=1024 2014-04-02 17:48:58,523 DEBUG [allocator.impl.FirstFitAllocator] (consoleproxy-1:FirstFitRoutingAllocator) Host name: slcai074, hostId: 29 is in avoid set, skipping this and trying other available hosts 2014-04-02 17:48:58,523 DEBUG [allocator.impl.FirstFitAllocator] (consoleproxy-1:FirstFitRoutingAllocator) Host name: slcai073.us.oracle.com, hostId: 28 is in avoid set, skipping this and trying other available hosts 2014-04-02 17:48:58,523 DEBUG [allocator.impl.FirstFitAllocator] (consoleproxy-1:FirstFitRoutingAllocator) Host Allocator returning 0 suitable hosts 2014-04-02 17:48:58,523 DEBUG [cloud.deploy.FirstFitPlanner] (consoleproxy-1:null) No suitable hosts found 2014-04-02 17:48:58,523 DEBUG [cloud.deploy.FirstFitPlanner] (consoleproxy-1:null) No suitable hosts found under this Cluster: 1 2014-04-02 17:48:58,523 DEBUG [cloud.deploy.FirstFitPlanner] (consoleproxy-1:null) Could not find suitable Deployment Destination for this VM under any clusters, returning. 2014-04-02 17:48:58,526 DEBUG [cloud.capacity.CapacityManagerImpl] (consoleproxy-1:null) VM state transitted from :Starting to Stopped with event: OperationFailedvm's original host id: null new host id: null host id before state transition: 29 2014-04-02 17:48:58,528 DEBUG [cloud.capacity.CapacityManagerImpl] (consoleproxy-1:null) Hosts's actual total CPU: 92832 and CPU after applying overprovisioning: 92832 2014-04-02 17:48:58,528 DEBUG [cloud.capacity.CapacityManagerImpl] (consoleproxy-1:null) release cpu from host: 29, old used: 500,reserved: 0, actual total: 92832, total with overprovisioning: 92832; new used: 0,reserved:0; movedfromreserved: false,moveToReserveredfalse 2014-04-02 17:48:58,528 DEBUG [cloud.capacity.CapacityManagerImpl] (consoleproxy-1:null) release mem from host: 29, old used: 1073741824,reserved: 0, total: 271024279552; new used: 0,reserved:0; movedfromreserved: false,moveToReserveredfalse 2014-04-02 17:48:58,529 WARN [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Exception while trying to start console proxy com.cloud.exception.InsufficientServerCapacityException: Unable to create a deployment for VM[ConsoleProxy|v-6411-VM]Scope=interface com.cloud.dc.DataCenter; id=1 at com.cloud.vm.VirtualMachineManagerImpl.advanceStart(VirtualMachineManagerImpl.java:734) at com.cloud.vm.VirtualMachineManagerImpl.start(VirtualMachineManagerImpl.java:472) at com.cloud.vm.VirtualMachineManagerImpl.start(VirtualMachineManagerImpl.java:465) at com.cloud.consoleproxy.ConsoleProxyManagerImpl.startProxy(ConsoleProxyManagerImpl.java:627) at com.cloud.consoleproxy.ConsoleProxyManagerImpl.allocCapacity(ConsoleProxyManagerImpl.java:1164) at com.cloud.consoleproxy.ConsoleProxyManagerImpl.expandPool(ConsoleProxyManagerImpl.java:1981) at com.cloud.consoleproxy.ConsoleProxyManagerImpl.expandPool(ConsoleProxyManagerImpl.java:173) at com.cloud.vm.SystemVmLoadScanner.loadScan(SystemVmLoadScanner.java:113) at com.cloud.vm.SystemVmLoadScanner.access$100(SystemVmLoadScanner.java:34) at com.cloud.vm.SystemVmLoadScanner$1.reallyRun(SystemVmLoadScanner.java:83) at com.cloud.vm.SystemVmLoadScanner$1.run(SystemVmLoadScanner.java:73) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:165) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:267) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:679)

Reply via email to