Re: Broken update from 4.4 to 4.4.1

2014-10-23 Thread Prachi Damle
Check the catalina.out to see if it logs any errors Prachi > On Oct 23, 2014, at 12:05 PM, "Erik Weber" wrote: > > On Thu, Oct 23, 2014 at 7:03 PM, Matthew Midgett < > clouds...@trick-solutions.com.invalid> wrote: > >> I followed the upgrade instructions and now the management servers are not

RE: aws/ec2 interface cloudstack 4.4

2014-07-31 Thread Prachi Damle
Hi Daniel, Do you see any more logs in the /var/log/cloudstack/awsapi/awsapi.log? Anything w.r.t processing your request? Also, Can you try using REST to make the EC2 calls? AWS has deprecated SOAP support, so we have seen that the EC2 tools do face some errors while parsing the SOAP response

RE: VM HA on xenserver 6.2

2014-07-11 Thread Prachi Damle
If you set the global setting 'ha.tag' and tag the hosts then those hosts become dedicated HA hosts as you observed. If you want to use all your hosts for regular VM deployments, then you should not ha tag them. Just using 'ha.enabled' service offering while deploying the VMs should be sufficie

RE: Insufficient capacity exception

2014-04-22 Thread Prachi Damle
Hi Gokhan, You need to trace the logs prior to this to see why the hosts were put in avoid set. There should be some error that caused the deployment to fail on these hosts, causing CloudStack to flag them as 'should be avoided'. Thanks, Prachi -Original Message- From: Jayapal Reddy

RE: affinity group not work

2014-04-22 Thread Prachi Damle
Yes, using tags will be the easiest way to achieve the usecase Gokhan wants. Saksham, The planner mode applies to ImplicitPlanner only - it has not been extended to any other planner. So this seems a bug to me. Thanks, Prachi -Original Message- From: Saksham Srivastava [mailto:saksham.s

RE: Projects and Affinity Groups

2014-03-21 Thread Prachi Damle
Hi Ingo, Affinity groups feature is supported at an individual user account level, does not have support for projects. I am afraid there is no way to have affinity groups for a project currently. Please log a feature request for the same at Apache Jira. https://issues.apache.org/jira/browse/CL

RE: Increase max number of VMs in a host?

2013-12-24 Thread Prachi Damle
Hi Indra, You need to call the updateHypervisorCapabilities API and set the 'maxguestslimit' to a new value for the KVM hypervisor. The listHypervisorCapabilities API will let you know the necessary ID of the capability to be updated. Prachi -Original Message- From: Indra Pramana [mail

RE: Planners

2013-11-06 Thread Prachi Damle
Subject: Re: Planners Understand , such options mostly focused dedicated For feature requests should i have to send it to dev@ mailing-list ? Thanks for all answers Regards vM On 06/11/13 21:19, "Prachi Damle" wrote: >>>Maybe sounds like stupid but , another thing is we can n

RE: Planners

2013-11-06 Thread Prachi Damle
me account can be achieved. But a generic spread-evenly strategy is not available, please feel free to open a feature request if the above modes do not suit your requirements. Thanks, Prachi -----Original Message- From: Prachi Damle Sent: Wednesday, November 06, 2013 11:14 AM To: CloudStack Su

RE: Planners

2013-11-06 Thread Prachi Damle
Hi, Some information about A] About the deployment planner option in service offering: - Details can be found here https://cwiki.apache.org/confluence/display/CLOUDSTACK/DeploymentPlanner+choice+via+ServiceOffering B]About Implicit dedication planner - Design is here https://cwiki.

RE: Unable to launch VM

2013-09-03 Thread Prachi Damle
host 10 is not chosen because its CPU frequency does not match the service offering requirement: 2013-09-03 16:17:49,412 DEBUG [allocator.impl.FirstFitAllocator] (Job-Executor-27:job-97 FirstFitRoutingAllocator) Not using host 10; numCpusGood: true; cpuFreqGood: false, host has capacity?true -

RE: CS4.1 S3 AWS, problem with End Point Reference

2013-07-16 Thread Prachi Damle
un...@gmail.com] Sent: Tuesday, July 16, 2013 8:54 AM To: Prachi Damle Cc: mis...@vp.pl; users@cloudstack.apache.org Subject: Re: CS4.1 S3 AWS, problem with End Point Reference Michael, To be honest the S3 interface has been little used. Especially with things like Ceph, gluster and RiackCS that off

RE: Thank you Apache community !

2013-07-16 Thread Prachi Damle
Good work Pranav! All the best for your future. -Prachi -Original Message- From: Pranav Saxena [mailto:psb...@gmail.com] Sent: Tuesday, July 16, 2013 8:09 AM To: d...@cloudstack.apache.org; users@cloudstack.apache.org; market...@cloudstack.apache.org Subject: Thank you Apache community

RE: Some allocation algorithm questions about instance and volume

2013-07-10 Thread Prachi Damle
Hi, I have added some comments inline. Thanks, Prachi -Original Message- From: WXR [mailto:1485739...@qq.com] Sent: Wednesday, July 10, 2013 6:23 AM To: users Subject: Some allocation algorithm questions about instance and volume 1.Can cloudstack allocate vm instances averagely betwee

RE: CS4.1 S3 AWS, problem with End Point Reference

2013-07-08 Thread Prachi Damle
rachi -Original Message- From: Michael Lukzak [mailto:mis...@vp.pl] Sent: Monday, July 08, 2013 11:53 AM To: Sebastien Goasguen Cc: users@cloudstack.apache.org; Prachi Damle Subject: Re: CS4.1 S3 AWS, problem with End Point Reference Hi! I do some steps. I installed a fresh OS and CS v4.0.2 (fro

RE: VM allocation scheduler

2013-04-26 Thread Prachi Damle
host has 0 running VMs I want scheduler to allocate new resources to the free host. On Fri, Apr 26, 2013 at 10:47 PM, Prachi Damle wrote: > ChunFeng, the tool looks cool, will try out. > > Nikita, > > As ChunFeng explained in the test results, random algorithm will > choose host ran

RE: VM allocation scheduler

2013-04-26 Thread Prachi Damle
ChunFeng, the tool looks cool, will try out. Nikita, As ChunFeng explained in the test results, random algorithm will choose host randomly - it is not same as choosing host in round-robin fashion. Thus you may not see a balanced distribution - but you will always see the randomness as demonstra