Re: Unable to launch VM dur to InsufficientNetworkCapacityException

2023-01-18 Thread Rohit Yadav
only ends up failing to deploy/create any network requiring a VLAN (which the zone can't allocate). Regards. From: Leandro Ramos Sent: Wednesday, January 18, 2023 03:35 To: users@cloudstack.apache.org Subject: Re: Unable to l

Re: Unable to launch VM dur to InsufficientNetworkCapacityException

2023-01-17 Thread Leandro Ramos
Thank you, Vivek. It works now. Em 17/01/2023 17:36, Vivek Kumar escreveu: Hello, Please check your guest VLAN Range, looks like it’s not there, so when you create any isolate network or VPC style network, It configure a public NIC and a guest NIC and guest Nic is configured on a random VL

Re: Unable to launch VM dur to InsufficientNetworkCapacityException

2023-01-17 Thread Vivek Kumar
Hello, Please check your guest VLAN Range, looks like it’s not there, so when you create any isolate network or VPC style network, It configure a public NIC and a guest NIC and guest Nic is configured on a random VLAN (The VLAN which you assign while creating the zone ). >From the logs you

Unable to launch VM dur to InsufficientNetworkCapacityException

2023-01-17 Thread Leandro Ramos
Hi :) I'm trying to launch an instance on Cloudstack, but I got some errors. There's a pastebin with a "grep -i network /var/log/cloudstack/management/management-server.log" result here: https://pastebin.com/KY6FWm3t Anyone can help me? In fact I didn't understand very well how to create an

Re: Unable to launch VM

2013-09-03 Thread Mir Islam
Thanks, that was it. Once I lowered it to 1900, it worked. On Sep 3, 2013, at 5:12 PM, Chiradeep Vittal wrote: > It actually says "cpuFreqGood: false" > > The logic: > host.getSpeed().intValue() >= offering.getSpeed() > > It could be that the hosts have core clocks slightly less than 2 Ghz > >

RE: Unable to launch VM

2013-09-03 Thread Prachi Damle
-Original Message- From: Mir Islam [mailto:mis...@mirislam.com] Sent: Tuesday, September 03, 2013 4:36 PM To: cloudstack-us...@incubator.apache.org Subject: Unable to launch VM I am trying to launch a vm with the following parameters 16 core X 2GHZ, 16GB memory. From dashboard I can see

Re: Unable to launch VM

2013-09-03 Thread Chiradeep Vittal
It actually says "cpuFreqGood: false" The logic: host.getSpeed().intValue() >= offering.getSpeed() It could be that the hosts have core clocks slightly less than 2 Ghz On 9/3/13 4:36 PM, "Mir Islam" wrote: >I am trying to launch a vm with the following parameters 16 core X 2GHZ, >16GB memory

Unable to launch VM

2013-09-03 Thread Mir Islam
I am trying to launch a vm with the following parameters 16 core X 2GHZ, 16GB memory. From dashboard I can see there is enough capacity in host 10. But still unable to launch it. In the management log I see the following entries. Management server correctly determined that host 10 has the capac