Re: About the development approach of KVM Agent on master

2012-11-19 Thread Satoshi Kobayashi
2012/11/17 Edison Su : > > >> -Original Message- >> From: Satoshi Kobayashi [mailto:satosh...@stratosphere.co.jp] >> Sent: Monday, November 12, 2012 7:41 PM >> To: cloudstack-dev@incubator.apache.org >> Subject: About the development approach of KVM Agent on master >> >> Hi all, >> >> I hav

RE: About the development approach of KVM Agent on master

2012-11-18 Thread Mice Xia
9:07 PM To: cloudstack-dev@incubator.apache.org Subject: Re: About the development approach of KVM Agent on master Hi, I'm in a vary luxurious, I have a rack full of hardware at my disposal to test CloudStack and Ceph. My way of developing is: * Make changes * Build a new Agent / KVM JAR *

RE: About the development approach of KVM Agent on master

2012-11-16 Thread Edison Su
> -Original Message- > From: Satoshi Kobayashi [mailto:satosh...@stratosphere.co.jp] > Sent: Monday, November 12, 2012 7:41 PM > To: cloudstack-dev@incubator.apache.org > Subject: About the development approach of KVM Agent on master > > Hi all, > > I have some questions/issues about th

Re: About the development approach of KVM Agent on master

2012-11-14 Thread Wido den Hollander
On 11/15/2012 02:37 AM, Satoshi Kobayashi wrote: Hi Wido, 2012/11/14 Wido den Hollander : Hi, I'm in a vary luxurious, I have a rack full of hardware at my disposal to test CloudStack and Ceph. It is luxurious! Indeed. (I see I made a typo, meant luxurious position) My way of develop

Re: About the development approach of KVM Agent on master

2012-11-14 Thread Satoshi Kobayashi
Hi Wido, 2012/11/14 Wido den Hollander : > Hi, > > I'm in a vary luxurious, I have a rack full of hardware at my disposal to > test CloudStack and Ceph. It is luxurious! > > My way of developing is: > * Make changes > * Build a new Agent / KVM JAR > * scp it to the hypervisor > * Restart the Age

Re: About the development approach of KVM Agent on master

2012-11-14 Thread Wido den Hollander
Hi, I'm in a vary luxurious, I have a rack full of hardware at my disposal to test CloudStack and Ceph. My way of developing is: * Make changes * Build a new Agent / KVM JAR * scp it to the hypervisor * Restart the Agent * See if it works! That is mainly the way I do my KVM development and te

Re: About the development approach of KVM Agent on master

2012-11-12 Thread Marcus Sorensen
I'm not sure on the packaging. I've just been used to rolling the RPMs since I began with a hardware test environment, thus I needed to distribute the software to three separate servers and am just used to a ./waf rpm. Haven't really switched over to doing much with Maven, It's pretty quick on SSD.

Re: About the development approach of KVM Agent on master

2012-11-12 Thread Satoshi Kobayashi
Hi Marcus, Thank you for the information! I see. Packaging is required now. I am the same environment as you. 2012/11/13 Marcus Sorensen : > Yeah, that would be good. Currently I have a virtual machine on my desktop > that is a full blown cloudstack install. Agent, mgt server, > primary/secondar

Re: About the development approach of KVM Agent on master

2012-11-12 Thread Marcus Sorensen
Yeah, that would be good. Currently I have a virtual machine on my desktop that is a full blown cloudstack install. Agent, mgt server, primary/secondary storage. It works well for me, I can develop on it and launch nested VMs with decent performance. It takes about two minutes to build and package