I have an issue where I can create Virtual Machines of Medium or smaller
CPU, and < 100G disk space, but anything larger throws an
InsufficientServerCapacityException.  (I have 36 CPU cores, 256G RAM and
>10TB of storage available).

Where are these limits stored?  After the instance is created, I can change
it to X-Large and attach larger disks, but when it tries to start the VM,
it fails with InsufficientServerCapacity again.

Snippit of log file if helps.  I've been getting those "Unable to get
current status" messages in the logs, but according to the UI everything is
good.

Thanks


INFO  [c.c.a.m.AgentManagerImpl] (AgentMonitor-1:ctx-503b0ea5) Found the
following agents behind on ping: [6, 1, 3]
INFO  [c.c.a.m.AgentManagerImpl] (AgentTaskPool-6:ctx-323541a2)
Investigating why host 6 has disconnected with event PingTimeout
INFO  [c.c.a.m.AgentManagerImpl] (AgentTaskPool-7:ctx-2e840219)
Investigating why host 1 has disconnected with event PingTimeout
INFO  [c.c.a.m.AgentManagerImpl] (AgentTaskPool-11:ctx-aea5ffb8)
Investigating why host 3 has disconnected with event PingTimeout
INFO  [c.c.a.m.AgentManagerImpl] (AgentTaskPool-11:ctx-aea5ffb8) The state
determined is Up
INFO  [c.c.a.m.AgentManagerImpl] (AgentTaskPool-11:ctx-aea5ffb8) Agent is
determined to be up and running
INFO  [c.c.a.m.AgentManagerImpl] (AgentTaskPool-6:ctx-323541a2) The state
determined is Up
INFO  [c.c.a.m.AgentManagerImpl] (AgentTaskPool-6:ctx-323541a2) Agent is
determined to be up and running
INFO  [c.c.a.m.AgentManagerImpl] (AgentTaskPool-7:ctx-2e840219) The state
determined is Up
INFO  [c.c.a.m.AgentManagerImpl] (AgentTaskPool-7:ctx-2e840219) Agent is
determined to be up and running
WARN  [c.c.a.m.DirectAgentAttache] (DirectAgentCronJob-77:ctx-e230005c)
Unable to get current status on 1(xenserver01.cloud.abraxis.net)
WARN  [c.c.a.m.DirectAgentAttache] (DirectAgentCronJob-307:ctx-87da1613)
Unable to get current status on 6(xenserver02.cloud.abraxis.net)
INFO  [o.a.c.f.j.i.AsyncJobMonitor] (API-Job-Executor-1:ctx-aed879fd
job-628) Add job-628 into job monitoring
WARN  [c.c.a.m.DirectAgentAttache] (DirectAgentCronJob-154:ctx-dddf448b)
Unable to get current status on 3(xenserver03.cloud.abraxis.net)
WARN  [o.a.c.alerts] (API-Job-Executor-1:ctx-aed879fd job-628
ctx-0a756fa3)  alertType:: 8 // dataCenterId:: 1 // podId:: null //
clusterId:: null // message:: Failed to deploy Vm with Id: 44, on Host with
Id: null
INFO  [o.a.c.a.c.a.v.DeployVMCmdByAdmin] (API-Job-Executor-1:ctx-aed879fd
job-628 ctx-0a756fa3)
com.cloud.exception.InsufficientServerCapacityException: Unable to create a
deployment for VM[User|i-2-44-VM]Scope=interface com.cloud.dc.DataCenter;
id=1
INFO  [o.a.c.a.c.a.v.DeployVMCmdByAdmin] (API-Job-Executor-1:ctx-aed879fd
job-628 ctx-0a756fa3) Unable to create a deployment for VM[User|i-2-44-VM]
com.cloud.exception.InsufficientServerCapacityException: Unable to create a
deployment for VM[User|i-2-44-VM]Scope=interface com.cloud.dc.DataCenter;
id=1
        at
org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.reserveVirtualMachine(VMEntityManagerImpl.java:214)
        at
org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl.reserve(VirtualMachineEntityImpl.java:200)
        at
com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3462)

Reply via email to