Hi Gary, I am unable to tell the cause of the VM deployment failures with the log snippets below. Could you try adding the storage as a datastore in vCenter and add it to CloudStack as ‘presetup’ ?
-Jithin From: Gary Dixon <gary.di...@quadris.co.uk.INVALID> Date: Monday, 10 July 2023 at 2:12 PM To: users@cloudstack.apache.org <users@cloudstack.apache.org> Subject: RE: ACS with vmware hypervisors Hi Jithin We are using ACS 4.15.2 and vsphere esxi v7.0.3 This is the log output for job-42701: 2023-07-07 14:10:48,968 INFO [o.a.c.f.j.i.AsyncJobMonitor] (API-Job-Executor-13:ctx-36699a50 job-42701) (logid:717a5506) Add job-42701 into job monitoring 2023-07-07 14:10:49,189 INFO [o.a.c.a.c.u.v.StartVMCmd] (API-Job-Executor-13:ctx-36699a50 job-42701 ctx-a057c849) (logid:96c5f242) com.cloud.exception.InsufficientServerCapacityException: Unable to create a deployment for VM[User|i-2-3207-VM]Scope=interface com.cloud.dc.DataCenter; id=1 2023-07-07 14:10:49,189 INFO [o.a.c.a.c.u.v.StartVMCmd] (API-Job-Executor-13:ctx-36699a50 job-42701 ctx-a057c849) (logid:96c5f242) Unable to create a deployment for VM[User|i-2-3207-VM] 2023-07-07 14:10:49,210 INFO [o.a.c.f.j.i.AsyncJobMonitor] (API-Job-Executor-13:ctx-36699a50 job-42701) (logid:96c5f242) Remove job-42701 from job monitoring Do we also need to add the iSCSI datatstore in vcenter as Primary storage to cloudstack UI? BR Gary Gary Dixon Senior Technical Consultant T: +44 161 537 4990 E: v<tel:+44%207989717661>ms@quadris‑support.com W: www.quadris.co.uk [cid:image458271.png@D68BB0C8.6CA2D3B5] The information contained in this e-mail from Quadris may be confidential and privileged for the private use of the named recipient. The contents of this e-mail may not necessarily represent the official views of Quadris. If you have received this information in error you must not copy, distribute or take any action or reliance on its contents. Please destroy any hard copies and delete this message. -----Original Message----- From: Jithin Raju <jithin.r...@shapeblue.com> Sent: Monday, July 10, 2023 5:12 AM To: users@cloudstack.apache.org Subject: Re: ACS with vmware hypervisors Hi Gary, What are the ACS and Vmware ESXi versions you are using? Could you share the entire logs for this day or job-42701? -Jithin From: Gary Dixon <gary.di...@quadris.co.uk.INVALID> Date: Friday, 7 July 2023 at 8:49 PM To: users@cloudstack.apache.org <users@cloudstack.apache.org> Subject: ACS with vmware hypervisors I was wondering if anyone has any experience with ACS and vmware ESXi as the hypervisor? I'm facing a problem when trying to deploy a new/fresh instance. I've deployed a vCenter appliance, created a data centre, cluster(s) and the hosts have all been added to ACS. When I attempt to deploy a fresh instance to the vmware cluster/hosts to build the OS from an ISO, the following errors are displayed/logged: UI Error: Unable to create a deployment for VM[User|i-2-3207-VM] Management Log: ..about 1/2 way into the error " at com.sun.proxy.$Proxy181.startVirtualMachine(Unknown Source)" is logged. 023-07-07 14:10:49,189 INFO [o.a.c.a.c.u.v.StartVMCmd] (API-Job-Executor-13:ctx-36699a50 job-42701 ctx-a057c849) (logid:96c5f242) Unable to create a deployment for VM[User|i-2-3207-VM] com.cloud.exception.InsufficientServerCapacityException: Unable to create a deployment for VM[User|i-2-3207-VM]Scope=interface com.cloud.dc.DataCenter; id=1 at org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.reserveVirtualMachine(VMEntityManagerImpl.java:225) at org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl.reserve(VirtualMachineEntityImpl.java:202) at com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:4937) at com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:2897) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.apache.cloudstack.network.contrail.management.EventUtils$EventInterceptor.invoke(EventUtils.java:107) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) at com.cloud.event.ActionEventInterceptor.invoke(ActionEventInterceptor.java:51) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) at com.sun.proxy.$Proxy181.startVirtualMachine(Unknown Source) at org.apache.cloudstack.api.command.user.vm.StartVMCmd.execute(StartVMCmd.java:169) at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:156) at com.cloud.api.ApiAsyncJobDispatcher.runJob(ApiAsyncJobDispatcher.java:108) at org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.runInContext(AsyncJobManagerImpl.java:620) at org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:48) at org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:55) at org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:102) at org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:52) at org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:45) at org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.run(AsyncJobManagerImpl.java:568) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) Gary Dixon Senior Technical Consultant T: +44 161 537 4990 E: v<tel:+44%207989717661>ms@quadris‑support.com W: http://www.quadris.co.uk/ [cid:image013124.png@F2392D3B.75942D07] The information contained in this e-mail from Quadris may be confidential and privileged for the private use of the named recipient. The contents of this e-mail may not necessarily represent the official views of Quadris. If you have received this information in error you must not copy, distribute or take any action or reliance on its contents. Please destroy any hard copies and delete this message.