Re: Build failed in Jenkins: cloudstack-rat-master #5015

2014-07-13 Thread David Nalley
Yes, the problem was noted on builds@ - and AFAIK, has been corrected. --David On Sun, Jul 13, 2014 at 2:58 AM, Yoshikazu Nojima wrote: > When I commit a few minutes ago, I received notification e-mail of > "cloudstack-rat-master" job. > It seems jenkins job or jenkins slave "ubuntu-1" was not c

Tomcat version issue while building cloudstack on RHEL7 RPMS

2014-07-13 Thread Rayees Namathponnan
Hi All, I am trying to build 4.5/master RPM package in RHEL 7 box, in cloud.spec file there are dependency with tomcat6 which is not available in RHEL 7 repo. RHEL 7 repo comes with tomcat7, and I cannot create RPM package due tomcat6 missing package. Any suggestion on this ? we should modi

KVM with OVS GRE has been supported on 4.3 release ?

2014-07-13 Thread lifuhui
Hello, everyone, Has anyone used OVS GRE with KVM on 4.3 release for isolation guest network ? Why there is no code support such as in private String getGreEndpointIP(Host host, Network nw) ... switch (hvType) { case XenServer: String label = physNetTT.getXenNetworkLabel();

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-13 Thread Rajani Karuturi
Hi Hugo, Does this make sense? Do you still think it should be part of noredist profile? ~Rajani On 09-Jul-2014, at 10:44 am, Rajani Karuturi mailto:rajani.karut...@citrix.com>> wrote: Hi Hugo, Even in case of windows installer, mysql-connector-java is mentioned in a [spec] file. only diffe

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-13 Thread Rajani Karuturi
Hi Hugo, Does this make sense? Do you still think it should be part of noredist profile? ~Rajani On 09-Jul-2014, at 10:44 am, Rajani Karuturi mailto:rajani.karut...@citrix.com>> wrote: Hi Hugo, Even in case of windows installer, mysql-connector-java is mentioned in a [spec] file. only diffe

Re: Question about Global Settings

2014-07-13 Thread Koushik Das
I don't see any issues using vendor/plugin specific settings as long as its use is limited to the plugin code. But there is limitations in the framework related to the way plugin specific stuff is handled. Ideally you would want to create db schema/configurations related to a plugin only if it

RE: Coverity Scan Report: July 11 2014

2014-07-13 Thread Koushik Das
Should commits be reverted if they are not "Findbugs" compliant? Otherwise defect density would never come down. -Original Message- From: Santhosh Edukulla [mailto:santhosh.eduku...@citrix.com] Sent: Friday, 11 July 2014 8:59 PM To: dev@cloudstack.apache.org Subject: Coverity Scan Report

live migrate within cluster

2014-07-13 Thread Tejas Gadaria
Hi, I have 2 clusters of xenserver 6.2 SP1. In one of them VMs (windows/linux) are running with data disk . How can I live migrate this VMs with data disk to another xen cluster? Regards, Tejas

VM live migration with data disk

2014-07-13 Thread Tejas Gadaria
Hi, I have 2 clusters of xenserver 6.2 SP1. In one of them VMs (windows/linux) are running with data disk . How can I live migrate this VMs with data disk to another xen cluster? Regards, Tejas

Re: Question about Global Settings

2014-07-13 Thread Amit Das
> Ideally you would want to create db schema/configurations related to a > plugin only if it is installed/used. Agree completely. A plugin specific settings should be triggered from plugin code the moment the specific plugin is loaded. Regards, Amit *CloudByte Inc.*

Re: Coverity Scan Report: July 11 2014

2014-07-13 Thread Abhinandan Prateek
+1 Any commit that is not findbug compliant should be reverted. On 14/07/14 10:14 am, "Koushik Das" wrote: >Should commits be reverted if they are not "Findbugs" compliant? >Otherwise defect density would never come down. > >-Original Message- >From: Santhosh Edukulla [mailto:santhosh.ed

RE: How to change primary storage

2014-07-13 Thread Sanjeev Neelarapu
Hi Giri, CS 4.1 does not support smfs for primary storage. So you can't add your external disk in your setup. -Sanjeev -Original Message- From: Giri Prasad [mailto:g_p...@yahoo.com.INVALID] Sent: Thursday, July 10, 2014 2:32 PM To: dev@cloudstack.apache.org Cc: us...@cloudstack.apache.

RE: VM live migration with data disk

2014-07-13 Thread Sanjeev Neelarapu
Hi Tejas, Live migration of vms with storage across clusters is supported on Xenserver 6.2 from CS 4.2 onwards. It makes use of xen motion. -Sanjeev -Original Message- From: Tejas Gadaria [mailto:refond.g...@gmail.com] Sent: Monday, July 14, 2014 10:19 AM To: us...@cloudstack.apache.or

Re: VM live migration with data disk

2014-07-13 Thread Tejas Gadaria
Hi sanjeev, I am using Xenserver 6.2 SP1 with ACS 4.3. So while doing vm live migrate if i select host which is in another cluster in same zone, root disk & attached data disk migration will be taken care by CS? Regards, Tejas On Mon, Jul 14, 2014 at 11:15 AM, Sanjeev Neelarapu < sanjeev.neela

RE: VM live migration with data disk

2014-07-13 Thread Sanjeev Neelarapu
If you select the host in another cluster in UI you will get an option to choose root&data disk for migration. -Original Message- From: Tejas Gadaria [mailto:refond.g...@gmail.com] Sent: Monday, July 14, 2014 12:04 PM To: dev@cloudstack.apache.org Cc: us...@cloudstack.apache.org Subject:

Re: VM live migration with data disk

2014-07-13 Thread Tejas Gadaria
Thanks sanjeev Regards, Tejas On Mon, Jul 14, 2014 at 12:09 PM, Sanjeev Neelarapu < sanjeev.neelar...@citrix.com> wrote: > If you select the host in another cluster in UI you will get an option to > choose root&data disk for migration. > > -Original Message- > From: Tejas Gadaria [mailt

Re: feature : changing volume properties dynamically in 4.5

2014-07-13 Thread Punith S
sure mike. thanks :) On Fri, Jul 11, 2014 at 9:18 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Just an FYI that I was busy the past week working on building integration > tests for SolidFire-related functionality that's executed in CloudStack, > but I plan to get back to this resi

Re: Coverity Scan Report: July 11 2014

2014-07-13 Thread Hugo Trippaers
Or fixed. Feel free to help fellow committers learn by fixing bugs and showing why a certain way of doing things could cause problems later on. Cheers, Hugo On 14 jul. 2014, at 07:16, Abhinandan Prateek wrote: > +1 Any commit that is not findbug compliant should be reverted. > > On 14/07/1

Re: Tomcat version issue while building cloudstack on RHEL7 RPMS

2014-07-13 Thread Hugo Trippaers
Hey Rayees, We should make a second set of scripts for the new redhat and cents releases. It’s not only tomcat that has changes, for example we also need systemd scripts for cloudstack. I’ve been working on it, but it’s not finished. Cheers. Hugo On 13 jul. 2014, at 19:19, Rayees Namathponn