RE: KVM code will be moved to plugin folder

2012-07-31 Thread Alex Huang
+1 > -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Tuesday, July 31, 2012 6:06 AM > To: cloudstack-dev@incubator.apache.org > Subject: Re: KVM code will be moved to plugin folder > > On Tue, Jul 31, 2012 at 5:40 AM, Wido d

Re: KVM code will be moved to plugin folder

2012-07-31 Thread Chip Childers
On Tue, Jul 31, 2012 at 5:40 AM, Wido den Hollander wrote: > > > On 07/31/2012 12:03 AM, Edison Su wrote: >> >> KVM code is moved to plugins/hypervisor/kvm, a new jar, cloud-kvm.jar is >> created for all the java classes used by kvm code. > > > Why cloud-kvm.jar? As KVM is also a plugin shouldn't

Re: KVM code will be moved to plugin folder

2012-07-31 Thread Wido den Hollander
Edison Su [mailto:edison...@citrix.com] Sent: Wednesday, July 25, 2012 6:00 PM To: cloudstack-dev@incubator.apache.org Subject: KVM code will be moved to plugin folder As kvm code depends on libvirt-java, which is incompatible with Apache license. I want to move it to plugin folder as we already did

Re: KVM code will be moved to plugin folder

2012-07-30 Thread Tomoe Sugihara
e >> Sugihara >> Sent: Monday, July 30, 2012 3:45 PM >> To: cloudstack-dev@incubator.apache.org >> Subject: Re: KVM code will be moved to plugin folder >> >> Hi Edison, >> >> You may already know this but, now compile-server is broken: >> >> &g

RE: KVM code will be moved to plugin folder

2012-07-30 Thread Edison Su
KVM code is moved to plugins/hypervisor/kvm, a new jar, cloud-kvm.jar > is created for all the java classes used by kvm code. > > > >> -Original Message----- > >> From: Edison Su [mailto:edison...@citrix.com] > >> Sent: Wednesday, July 25, 2012 6:00 PM > >&

Re: KVM code will be moved to plugin folder

2012-07-30 Thread Tomoe Sugihara
00 PM >> To: cloudstack-dev@incubator.apache.org >> Subject: KVM code will be moved to plugin folder >> >> As kvm code depends on libvirt-java, which is incompatible with Apache >> license. I want to move it to plugin folder as we already did for other >> hypervisors, and add

RE: KVM code will be moved to plugin folder

2012-07-30 Thread Edison Su
rg > Subject: KVM code will be moved to plugin folder > > As kvm code depends on libvirt-java, which is incompatible with Apache > license. I want to move it to plugin folder as we already did for other > hypervisors, and add a compile option to turn on/off KVM compilation. > By defa

Re: KVM code will be moved to plugin folder

2012-07-26 Thread Wido den Hollander
On 07/26/2012 07:30 PM, Edison Su wrote: -Original Message- From: Wido den Hollander [mailto:w...@widodh.nl] Sent: Thursday, July 26, 2012 8:55 AM To: cloudstack-dev@incubator.apache.org Subject: Re: KVM code will be moved to plugin folder - Oorspronkelijk bericht - On

RE: KVM code will be moved to plugin folder

2012-07-26 Thread Ewan Mellor
And (subject to approval) we'll have "convenience builds" with KVM support turned on too. Cheers, Ewan. > -Original Message- > From: Kelceydamage@bbits [mailto:kel...@bbits.ca] > Sent: Thursday, July 26, 2012 8:51 AM > To: cloudstack-dev@incubator.apache.or

RE: KVM code will be moved to plugin folder

2012-07-26 Thread Edison Su
> -Original Message- > From: Wido den Hollander [mailto:w...@widodh.nl] > Sent: Thursday, July 26, 2012 8:55 AM > To: cloudstack-dev@incubator.apache.org > Subject: Re: KVM code will be moved to plugin folder > > > - Oorspronkelijk bericht - > >

Re: KVM code will be moved to plugin folder

2012-07-26 Thread Kelceydamage@bbits
--Original Message- > From: John Kinsella [mailto:j...@stratosec.co] > Sent: Thursday, July 26, 2012 7:46 AM > To: > mailto:cloudstack-dev@incubator.apache.org>> > Subject: Re: KVM code will be moved to plugin folder > > So basically for a good portion of CloudStack

Re: KVM code will be moved to plugin folder

2012-07-26 Thread John Kinsella
ase will include the code with the build option off. So most users won't notice any changes. -kevin -Original Message- From: John Kinsella [mailto:j...@stratosec.co] Sent: Thursday, July 26, 2012 7:46 AM To: mailto:cloudstack-dev@incubator.apache.org>> Subject: Re: KV

Re: KVM code will be moved to plugin folder

2012-07-26 Thread David Nalley
On Thu, Jul 26, 2012 at 11:54 AM, Wido den Hollander wrote: > > - Oorspronkelijk bericht - >> >> >> On 07/26/2012 03:00 AM, Edison Su wrote: >> > As kvm code depends on libvirt-java, which is incompatible with Apache >> > license. I want to move it to plugin folder as we already did for >>

Re: KVM code will be moved to plugin folder

2012-07-26 Thread Wido den Hollander
- Oorspronkelijk bericht - > > > On 07/26/2012 03:00 AM, Edison Su wrote: > > As kvm code depends on libvirt-java, which is incompatible with Apache > > license. I want to move it to plugin folder as we already did for > > other hypervisors, and add a compile option to turn on/off KVM >

Re: KVM code will be moved to plugin folder

2012-07-26 Thread Kelceydamage@bbits
Well I for one am going to need to find or make an RPM building system, as our company likes clean production servers without 'from source' builds, so the Sys-Admins can cleanly manage the farm. I do understand the decision to remove the libvirt code, however I too hope we can put together good

Re: KVM code will be moved to plugin folder

2012-07-26 Thread Murali Reddy
On 26/07/12 8:43 PM, "David Nalley" wrote: >On Wed, Jul 25, 2012 at 9:00 PM, Edison Su wrote: >> As kvm code depends on libvirt-java, which is incompatible with Apache >>license. I want to move it to plugin folder as we already did for other >>hypervisors, and add a compile option to turn on/off

Re: KVM code will be moved to plugin folder

2012-07-26 Thread David Nalley
On Thu, Jul 26, 2012 at 10:46 AM, John Kinsella wrote: > So basically for a good portion of CloudStack users, we're removing > functionality that they're currently using. > > Do we have any idea what percentage of CS users compile from source vs use > packaged versions? How many users of the pac

Re: KVM code will be moved to plugin folder

2012-07-26 Thread David Nalley
On Wed, Jul 25, 2012 at 9:00 PM, Edison Su wrote: > As kvm code depends on libvirt-java, which is incompatible with Apache > license. I want to move it to plugin folder as we already did for other > hypervisors, and add a compile option to turn on/off KVM compilation. By > default, it's turned

RE: KVM code will be moved to plugin folder

2012-07-26 Thread Kevin Kluge
@stratosec.co] > Sent: Thursday, July 26, 2012 7:46 AM > To: > Subject: Re: KVM code will be moved to plugin folder > > So basically for a good portion of CloudStack users, we're removing > functionality that they're currently using. > > Do we have any idea what perce

Re: KVM code will be moved to plugin folder

2012-07-26 Thread John Kinsella
So basically for a good portion of CloudStack users, we're removing functionality that they're currently using. Do we have any idea what percentage of CS users compile from source vs use packaged versions? How many users of the packaged product will decide to switch to a different platform wher

Re: KVM code will be moved to plugin folder

2012-07-26 Thread Wido den Hollander
On 07/26/2012 03:00 AM, Edison Su wrote: As kvm code depends on libvirt-java, which is incompatible with Apache license. I want to move it to plugin folder as we already did for other hypervisors, and add a compile option to turn on/off KVM compilation. By default, it's turned off. If you ha

KVM code will be moved to plugin folder

2012-07-25 Thread Edison Su
As kvm code depends on libvirt-java, which is incompatible with Apache license. I want to move it to plugin folder as we already did for other hypervisors, and add a compile option to turn on/off KVM compilation. By default, it's turned off. If you have any patches against agent/kvm code, pleas