Re: [PATCH] Ubuntu: Do not package the sccs-info file, it's not generated

2012-05-22 Thread Wido den Hollander
On 22-05-12 20:04, Frank Zhang wrote: Pradeep, please install and verify the file is indeed installed. Wido: which branch you observed this issue? thanks All my patches are for the master branch, I'm not working with the 3.0.x branch. I still don't know what the difference between the two

FW: Regions - further discussions

2012-05-22 Thread Abhinandan Prateek
>>Dependencies: >>The feature has dependency on >>* object store implementation >>* storing Templates and Snapshots in object store >>* making ELB Region-level Will start looking at S3 API and Hadoop as a back end storage. -abhi

RE: Mentors for OpenHatch

2012-05-22 Thread Rajesh Battala
I can mentor if anybody is interested in contributing to CloudStack. Thanks Rajesh Battala > -Original Message- > From: John Williams [mailto:acesofsky1...@gmail.com] > Sent: Wednesday, May 23, 2012 7:56 AM > To: cloudstack-dev@incubator.apache.org > Subject: Mentors for OpenHatch > > H

RE: Vmware CPU Cap

2012-05-22 Thread Tamas Monos
Hi, I still don't think this is an issue as the CPU Mhz limit and the number of cores are independent. CPU manufacturers sell 2,4,6 cores at 3Ghz and not 6,12,18Ghz CPUs. So I think it is good how it works but the "number_of_cores*Mhz" while allocating should not multiply so that is the bug :)

RE: Vmware CPU Cap

2012-05-22 Thread Tamas Monos
Hi, I have confused myself too because if I have a look the database and dump the service_offerings table the limit for me is set to 2000,3000,4000 and not 1000. So a Mhz limit set to 4000 and 4 cores will end up as a quad core box at 4Ghz. I remember now I had to set CPU overprovisioning to 4 a

Re: Why svn link is not working?

2012-05-22 Thread David Nalley
On Tue, May 22, 2012 at 4:47 AM, Lahiru Sandaruwan wrote: > Also got an error when tried to clone the project using Git. > > Here it is. > > Cloning into 'asf?p=incubator-cloudstack'... > fatal: > https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git/info/refsnot > found: did you run

RE: Vmware CPU Cap

2012-05-22 Thread Edison Su
But in Diego'case, the limit is set as 1000Mhz, while his service offering is 1000Mhz * 2 cores. Which version of cloudstack are you using? Maybe it's a regression. > -Original Message- > From: Tamas Monos [mailto:tam...@veber.co.uk] > Sent: Tuesday, May 22, 2012 4:26 PM > To: cloudstack-

RE: Vmware CPU Cap

2012-05-22 Thread Tamas Monos
Hi, I have a service offering with 1000Mhz limit and 4 cpu cores. That sums up to 4000Mhz. Cloudstack sets the limit to 4Ghz on the virtual machine and when I put load on it vmware balances the load between the 4 cores allowing them to use 1000Mhz each. I do not see any bugs here. Apologies if

RE: Vmware CPU Cap

2012-05-22 Thread Edison Su
Nope, from the document, the limit is set on whole vm: CPU Limits When a CPU Limit is set on a virtual machine resource settings, the virtual machine is deliberately held from being scheduled to a PCPU when it has used up its allocated CPU resource. This happens regardless of the CPU utilizatio

RE: Vmware CPU Cap

2012-05-22 Thread Tamas Monos
Hi, No I don't think this is a bug. When you set 1000Mhz as CPU cap that is meant per core. vmWare will limit each CPU core to 1000Mhz. As you gave 2 CPU cores that is 2000Mhz effective. That is how vmware works. I have setup my offerings all to 1000Mhz as speed and just increasing the number o

jquery.timer.js will be removed from cloudstack

2012-05-22 Thread Jessica Wang
Hi, jquery.timer.js will be removed from cloudstack. It will happen before the first apache cloudstack release. Jessica

cloudstack-dev@incubator.apache.org

2012-05-22 Thread Hall, Adam

Re: HDFS and CloudStack? was: [SCM] CloudStack OSS branch s3-hdfs

2012-05-22 Thread Chiradeep Vittal
On 5/22/12 12:58 PM, "David Nalley" wrote: >Hi Chiradeep - > >I just saw this branch created - which has a fascinating name - sadly >I can't find any docs that talk about Hadoop or HDFS on the wiki >(there is a parenthetical statement on the wiki that says 'like >Hadoop' but nothing much past th

HDFS and CloudStack? was: [SCM] CloudStack OSS branch s3-hdfs

2012-05-22 Thread David Nalley
Hi Chiradeep - I just saw this branch created - which has a fascinating name - sadly I can't find any docs that talk about Hadoop or HDFS on the wiki (there is a parenthetical statement on the wiki that says 'like Hadoop' but nothing much past that) Can you tell us about what your plan is here, ob

Vmware CPU Cap

2012-05-22 Thread Diego Spinola Castro
I believe that is a bug with cpu cap and vmware. To reproduce: Create a offering with 2 cores and 1000mhz. Enable CPU CAP. After created instance , cs create a vm with 2 cores and 1000mhz of limit. I don't know for sure if is a bug, but vmware gives 1000mhz shared with cores. Diego

Re: [PATCH] Ubuntu: Do not package the sccs-info file, it's not generated

2012-05-22 Thread David Nalley
On Tue, May 22, 2012 at 2:04 PM, Frank Zhang wrote: > Pradeep, please install and verify the file is indeed installed. > Wido: which branch you observed this issue? thanks > Pradeep - also which branch did you try it on, what version of Ubuntu did you build debs for? and just confirming you did t

RE: [PATCH] Ubuntu: Do not package the sccs-info file, it's not generated

2012-05-22 Thread Frank Zhang
Pradeep, please install and verify the file is indeed installed. Wido: which branch you observed this issue? thanks _ From: Pradeep Soundararajan Sent: Tuesday, May 22, 2012 3:17 AM To: Frank Zhang; cloudstack-dev@incubator.apache.org Subject: RE: [PATCH

XenServer inode exhaustion

2012-05-22 Thread Matthew Hartmann
Hello all! I have quite an odd issue with my XenServer 6.0.2 machines that are in a Pool that is managed by CloudStack 3.0.2. In my Pool, I have a Pool Master and two Pool Members. On the Pool Master, there are 12 VM's running and in /tmp there are only 18 "stream-unix..#" files. I thoug

Xen

2012-05-22 Thread Matthew Hartmann
Hello all! I have quite an odd issue with my XenServer 6.0.2 machines that are in a Pool that is managed by CloudStack 3.0.2. In my Pool, I have a Pool Master and two Pool Members. On the Pool Master, there are 12 VM's running and in /tmp there are only 18 "stream-unix..#" files. I thoug

RE: [PATCH] debian: Do not package the css, js, ui and images directory in the agent package

2012-05-22 Thread Kevin Kluge
Pradeep, generally anything that goes into 3.0.x should also go into master. 3.0.x is the stable branch and master will most likely be the basis for future, major releases. Obviously we don't want regressions in future releases so we have to ensure every change in 3.0.x either goes into maste

RE: [PATCH] Ubuntu: Do not package the sccs-info file, it's not generated

2012-05-22 Thread Pradeep Soundararajan
Hi Frank, I am able to see the files after my build in these location: ./artifacts/debbuild/cloud-2.2/debian/tmp/usr/share/doc/cloud/sccs-info ./artifacts/debbuild/cloud-2.2/debian/cloud-utils/usr/share/doc/cloud/sccs-info ./artifacts/debbuild/cloud-2.2/sccs-info Please let me know what should I

Re: Why svn link is not working?

2012-05-22 Thread Lahiru Sandaruwan
Also got an error when tried to clone the project using Git. Here it is. Cloning into 'asf?p=incubator-cloudstack'... fatal: https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git/info/refsnot found: did you run git update-server-info on the server? Thank you. On Tue, May 22, 2012 a

Why svn link is not working?

2012-05-22 Thread Lahiru Sandaruwan
Hi, Why the svn link at [1] is not woking? Thank you. [1] https://svn.apache.org/repos/asf/incubator/cloudstack/ -- -- Regards, -- -- Lahiru Sandaruwan Software Engineer, Cloud Team, WSO2 Inc., http://wso2.com lean.enterprise.middleware email: lahiru...@gmail.com cell: (+94) 773 325 954 blog: