Re: [VOTE] Apache Cloudstack 4.4.0

2014-07-02 Thread Hugo Trippaers
Hey Mike, That is technically not the way this vote works. Release votes a a “Lazy Majority” vote. This means that the vote requires at least 3 binding +1 votes and more +1 votes than -1 votes. For the exact working see paragraphs 3.4.4 and 3.2.2 of the Apache CloudStack bylaws. Cheers, Hu

Re: CLOUDSTACK-6242 - the fix needs to be reverted temporarily

2014-07-02 Thread Daan Hoogland
On Thu, Jul 3, 2014 at 12:27 AM, Alena Prokharchyk wrote: > In any case, fixes done to ConfigurationManagerImpl are not correct, and > logging should be fixed by reverting/reapplying the commit by following > the rules defined in a) or b). changing to } catch (Exception ex)

Re: 4.4 upgrade issues

2014-07-02 Thread Carlos Reátegui
An update on this. I finally succeeded in getting my hosts out of alert state by reverting to an earlier version of the kernel (see other thread). Unfortunately when it came up I realized I had installed the 4.3 systemvm template and not the 4.4 one so I just reverted to my 4.1.1 installation

Re: Host in Alert state after upgrade

2014-07-02 Thread Carlos Reátegui
On Jul 2, 2014, at 9:31 PM, Jayapal Reddy Uradi wrote: > Hi Carlos, > > For the xen 5.6, 6.0 and 6.0.2 CSP packages are available. > http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Installation_Guide/citrix-xenserver-installation.html#xenserver-support-pkg-installation Yes

CLOUDSTACK-7051 – 4.5 KVM automation blocker

2014-07-02 Thread Rayees Namathponnan
4.5 automation blocked in KVM; ssvm and cpvm failed to create, defect https://issues.apache.org/jira/browse/CLOUDSTACK-7051 created for this. Regards, Rayees

Re: Host in Alert state after upgrade

2014-07-02 Thread Jayapal Reddy Uradi
Hi Carlos, For the xen 5.6, 6.0 and 6.0.2 CSP packages are available. http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Installation_Guide/citrix-xenserver-installation.html#xenserver-support-pkg-installation For xenserver 6.2, I think CSP comes by default. After installing CSP

RE: To disable ISO on booting up the vm

2014-07-02 Thread Suresh Sadhu
Detach the attached ISO from VM from UI using detach ISO option. -Original Message- From: Giri Prasad [mailto:g_p...@yahoo.com.INVALID] Sent: 03 July 2014 09:38 To: dev@cloudstack.apache.org Cc: us...@cloudstack.apache.org Subject: To disable ISO on booting up the vm Hello All,  I have

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

2014-07-02 Thread Koushik Das
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23192/#review47280 --- scripts/installer/windows/readme.txt

To disable ISO on booting up the vm

2014-07-02 Thread Giri Prasad
Hello All,  I have installed cloudstack 4.1 on Ubuntu 12.04 LTS. I have created two vm's and installed ubuntu and centos 6.5 on these vm's.  When I start the instance from the cloudstack gui, the ISO is getting booted. After selecting the reset option from the ISO install menu or screen, the i

Re: [VOTE] Apache Cloudstack 4.4.0

2014-07-02 Thread Ove Ewerlid
-1 The top level pom.xml still contains a -SNAPSHOT suffix. https://github.com/apache/cloudstack/blob/4.4-RC20140702T2107/pom.xml line 63. Removing the -SNAPSHOT suffix allows compilation. /Ove (Nitpicking) On 07/02/2014 10:18 PM, Daan Hoogland wrote: Hi All, I've created a 4.4.0 releas

RE: coverity scan report

2014-07-02 Thread Santhosh Edukulla
All, It seems the difference in densities is because, dashboard and project overview report are using different bases i.e., "total lines of code" and "loc in selected components" as below: 1. ((1629 OutStanding Defects)/(1,045,850 Total Lines of Code)) * 1000 = 1.56 2. ((1,629 OutStanding De

Re: [VOTE] Apache Cloudstack 4.4.0

2014-07-02 Thread Mike Tutkowski
Maybe you could clarify that for me, David. I thought if we had even one -1 binding VOTE that the VOTE failed (and therefore the release candidate would not become the formal release). What is the distinction between vetoing such a VOTE and the release itself? Thanks On Wed, Jul 2, 2014 at 9:06

Re: [VOTE] Apache Cloudstack 4.4.0

2014-07-02 Thread David Nalley
On Wed, Jul 2, 2014 at 8:13 PM, Mike Tutkowski wrote: > We have at least one binding -1, so this VOTE won't pass. > You can't veto a release. The vote could still pass, though I agree this one is unlikely to. --David

[ACS 4.4] cherry-pick CLOUDSTACK-7047

2014-07-02 Thread Prachi Damle
Hi Daan, Please can you cherry-pick the following 2 commits to 4.4 CLOUDSTACK-7047 Commit# 40e28de7275804f4483868ba8a737878ff54fba8 Commit# f37b1524892ab805615dbff2c59e5a1d10c116d3 Thanks, Prachi

Failing to start Management Server due to bug CLOUDSTACK-7043 on master branch

2014-07-02 Thread Chandan Purushothama
Hello, I am hitting bug https://issues.apache.org/jira/browse/CLOUDSTACK-7043 . The bug appears similar to bug https://issues.apache.org/jira/browse/CLOUDSTACK-7005 . Can anyone aware of the root cause fix the bug on master branch, Thank you, Chandan.

Re: Host in Alert state after upgrade

2014-07-02 Thread Carlos Reategui
anybody? I restarted my XS hosts with the fallback kernel and I was able to proceed with the upgrade. Servers are now out of alert state. This seems like an issue that needs to be addressed in the docs. How does one go about getting the ipset-modules for the updated XenServer kernels? On Tue,

Re: [VOTE] Apache Cloudstack 4.4.0

2014-07-02 Thread Mike Tutkowski
We have at least one binding -1, so this VOTE won't pass. We should continue to test on this RC, though, as Marcus mentioned, in an effort to reduce RC spin. We also shouldn't spin up a new RC until next week as many in the U.S. are on a long weekend starting tomorrow. On Wednesday, July 2, 2014

Re: [VOTE] Apache Cloudstack 4.4.0

2014-07-02 Thread Marcus
-1 I'm unable to add a KVM host. It seems to be related to changes in the SshCmdHelper. The mgmt server issues an ssh check to see of the host has kvm modules installed, which it shows it does, but there is a null pointer in the SshCmdHelper and it doesn't interpret the result correctly. I saw th

Re: CLOUDSTACK-6242 - the fix needs to be reverted temporarily

2014-07-02 Thread Alena Prokharchyk
Also SQLException is a checked exception meaning that the CS code knows how to handle it: } catch (SQLException ex) { // if network_groups table exists, create the default security group there +s_logger.debug("Caught SQLException: no network_gro

Re: Review Request 22692: Test Suite for Testing Remote Access VPN on VPC

2014-07-02 Thread Chandan Purushothama
> On June 19, 2014, 6:28 a.m., Santhosh Edukulla wrote: > > test/integration/component/test_remotevpn_vpc.py, line 187 > > > > > > Does this required to be cleaned up? the vm gets cleanup as part of account deletion

Re: Review Request 22692: Test Suite for Testing Remote Access VPN on VPC

2014-07-02 Thread Chandan Purushothama
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22692/ --- (Updated July 2, 2014, 10:16 p.m.) Review request for cloudstack, Doug Clark, G

Re: Review Request 22692: Test Suite for Testing Remote Access VPN on VPC

2014-07-02 Thread Chandan Purushothama
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22692/ --- (Updated July 2, 2014, 10:15 p.m.) Review request for cloudstack, Girish Shilam

Re: Review Request 22692: Test Suite for Testing Remote Access VPN on VPC

2014-07-02 Thread Chandan Purushothama
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22692/ --- (Updated July 2, 2014, 10:09 p.m.) Review request for cloudstack, Girish Shilam

Re: [VOTE] Apache Cloudstack 4.4.0

2014-07-02 Thread Tomasz Zięba
-1 because CLOUDSTACK-6036 2014-07-02 22:18 GMT+02:00 Daan Hoogland : > Hi All, > > I've created a 4.4.0 release, with the following artifacts up for a vote: > > Git Branch and Commit SH: > > https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h=refs/heads/4.4-RC20140702T2107 > C

Re: CLOUDSTACK-6242 - the fix needs to be reverted temporarily

2014-07-02 Thread Daan Hoogland
I have no idea, the scripts in the scripts/installer dir where written by Manuel Amador before moving to apache. On Wed, Jul 2, 2014 at 10:54 PM, Alena Prokharchyk wrote: > Its ok to log as long as the original problem - with the install script on > RPM setup - is fixed along. I would prefer it t

Re: CLOUDSTACK-6242 - the fix needs to be reverted temporarily

2014-07-02 Thread Alena Prokharchyk
Its ok to log as long as the original problem - with the install script on RPM setup - is fixed along. I would prefer it to be fixed in a single commit, otherwise the QA will continue seeing this bug and bringing it over and over again. The fix for logging shouldn¹t go to the 4.5 release w/o the or

Re: CLOUDSTACK-6242 - the fix needs to be reverted temporarily

2014-07-02 Thread Daan Hoogland
On Wed, Jul 2, 2014 at 10:29 PM, Alena Prokharchyk wrote: > c031eb7d38200d680da85ef57367b21df3483c41 So please amend and not revert? I suppose you are talking about @@ -508,8 +512,9 @@ public class ConfigurationServerImpl extends ManagerBase implements Configuratio Prepa

Re: 2 questions on releasing

2014-07-02 Thread David Nalley
right - svn instead of git. On Wed, Jul 2, 2014 at 4:33 PM, Daan Hoogland wrote: > found it ,thought it was in the some repo, but the hyperlink is the repo. > > On Wed, Jul 2, 2014 at 10:14 PM, Daan Hoogland > wrote: >> yes I know, how? >> >> On Wed, Jul 2, 2014 at 10:11 PM, David Nalley wrot

Re: 2 questions on releasing

2014-07-02 Thread Daan Hoogland
found it ,thought it was in the some repo, but the hyperlink is the repo. On Wed, Jul 2, 2014 at 10:14 PM, Daan Hoogland wrote: > yes I know, how? > > On Wed, Jul 2, 2014 at 10:11 PM, David Nalley wrote: >> Add your key to: >> https://dist.apache.org/repos/dist/release/cloudstack/KEYS >> >> --Da

CLOUDSTACK-6242 - the fix needs to be reverted temporarily

2014-07-02 Thread Alena Prokharchyk
Daan, We have to temporarily revert the commit (looks like it exists in master branch only) commit c031eb7d38200d680da85ef57367b21df3483c41 Author: Ding Yuan 2014-04-14 14:02:03 Committer: Daan Hoogland 2014-04-14 23:07:15 CLOUDSTACK-6242: exception handling improvements Or at least reve

[VOTE] Apache Cloudstack 4.4.0

2014-07-02 Thread Daan Hoogland
Hi All, I've created a 4.4.0 release, with the following artifacts up for a vote: Git Branch and Commit SH: https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h=refs/heads/4.4-RC20140702T2107 Commit: 379387961bd05d1f84fe2e9a1997e9ecdceef91a List of changes: http://docs.cloudstac

Re: 2 questions on releasing

2014-07-02 Thread Daan Hoogland
yes I know, how? On Wed, Jul 2, 2014 at 10:11 PM, David Nalley wrote: > Add your key to: > https://dist.apache.org/repos/dist/release/cloudstack/KEYS > > --David > > On Wed, Jul 2, 2014 at 3:25 PM, Daan Hoogland wrote: >> I need to upload my signing key somewhere for you guys to verify the >> sr

Re: 2 questions on releasing

2014-07-02 Thread David Nalley
Add your key to: https://dist.apache.org/repos/dist/release/cloudstack/KEYS --David On Wed, Jul 2, 2014 at 3:25 PM, Daan Hoogland wrote: > I need to upload my signing key somewhere for you guys to verify the > src dist I just uploaded: > https://dist.apache.org/repos/dist/dev/cloudstack/4.4.0/ >

Re: 2 questions on releasing

2014-07-02 Thread Daan Hoogland
On Wed, Jul 2, 2014 at 9:31 PM, Pierre-Luc Dion wrote: > http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/latest/ thank I will include that link in the vote mail. -- Daan

Re: 2 questions on releasing

2014-07-02 Thread Pierre-Luc Dion
What I found related to 4.4 is listed here: http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/latest/ I will reupdate known and resolved issues tonight so reflect latest Jira issues. *Pierre-Luc DION* Architecte de Solution Cloud | Cloud Solutions Architect t 855.652.5683 *

2 questions on releasing

2014-07-02 Thread Daan Hoogland
I need to upload my signing key somewhere for you guys to verify the src dist I just uploaded: https://dist.apache.org/repos/dist/dev/cloudstack/4.4.0/ I need to include the list of changes in the official vote thread. Is it ready and available somewhere? I know Pierre-Luc and Sebastien where busy

RE: createTemplate API lacks sshkeyenabled?

2014-07-02 Thread Demetrius Tsitrelis
OK, should I raise a bug to remove the parameter (at least from the documentation)? -Original Message- From: Harikrishna Patnala [mailto:harikrishna.patn...@citrix.com] Sent: Tuesday, July 01, 2014 11:14 PM To: Subject: Re: createTemplate API lacks sshkeyenabled? sshkeyenabled flag is

RE: [ACS4.4] RC1

2014-07-02 Thread Animesh Chaturvedi
Ok so we are good. Looking forward to VOTE thread > -Original Message- > From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] > Sent: Tuesday, July 01, 2014 12:56 PM > To: dev > Subject: Re: [ACS4.4] RC1 > > thats the one, > > On Tue, Jul 1, 2014 at 8:16 PM, Animesh Chaturvedi > wrote:

Re: Doc on Network Throttling

2014-07-02 Thread Mike Tutkowski
Thanks for the Wiki page on this, Alena! On Tue, Jul 1, 2014 at 4:12 PM, Alena Prokharchyk < alena.prokharc...@citrix.com> wrote: > As I remember seeing the question on how Network throttling works in CS, > so I’ve created a wiki page explaining the CS implementation. Feel free to > review/updat

Re: Network usage in Basic Zone

2014-07-02 Thread sebgoa
On Jul 1, 2014, at 11:15 AM, Wei ZHOU wrote: > Nux, > I will change and commit it to 4.3 branch in the next days. > Wei, please open a bug if there is none about this. And when you commit specify the bug id. I am trying to keep 4.3 commit messages clean for the 4.3.1 release. thanks > -Wei

Re: openvswitch version with cloudstack

2014-07-02 Thread Chiradeep Vittal
We do not know. But with OVS moving so rapidly, I would generally expect problems with older versions of OVS. From: Sebastien Goasguen mailto:run...@gmail.com>> Date: Wednesday, July 2, 2014 at 2:22 AM To: "dev@cloudstack.apache.org" mailto:dev@cloudstack.apache

Re: Network usage in Basic Zone

2014-07-02 Thread Chiradeep Vittal
It depends on what you want to charge for. Do you want to charge for VM-to-VM traffic? Or only VM-to-Internet traffic? Some folks use sFlow on their routers and then use this integration with CloudStack: https://cwiki.apache.org/confluence/x/cQj8AQ From: Wei ZHOU mailto:ustcweiz...@gmail.com>>

RE: MySQL Client dependency not installed with RPMs

2014-07-02 Thread Adrian Lewis
https://issues.apache.org/jira/browse/CLOUDSTACK-7038 I'd disagree with it being a docs issue though. Docs can provide a workaround but the root problem should still be addressed IMHO. -Original Message- From: sebgoa [mailto:run...@gmail.com] Sent: 02 July 2014 16:20 To: dev@cloudstack.ap

Re: MySQL Client dependency not installed with RPMs

2014-07-02 Thread sebgoa
On Jun 18, 2014, at 2:26 PM, Adrian Lewis wrote: > Afraid I’m not a dev of any sort but can we add the package ‘mysql’ (MySQL > client package) to the cloud.spec file. If you’re installing the > mysql-server package on the same host as the mgmt server it’s not a problem > but for those installin

Re: cloud spec for mysql-ha connector (was: off list)

2014-07-02 Thread sebgoa
On Jun 18, 2014, at 1:51 PM, Daan Hoogland wrote: > My link to the issue is wrong*^%%(*(*&@#$ > > it should be > > [1] https://issues.apache.org/jira/browse/CLOUDSTACK-6892 > > On Wed, Jun 18, 2014 at 1:49 PM, Daan Hoogland > wrote: >> H devs, >> >> I had an offline discussion about a clas

Re: Communications link failure

2014-07-02 Thread Tejas Gadaria
Hi, I have not faced problem while creating template from ISO, with 20GB Disk. Today i was trying to create template with 40GB Disk CentOS . Then I tried with 20GB Disk same error. Tomorrow once i will be office i will check with connection_timeout=28800. wait_timeout=200 connect_timeout=150 inte

Re: Review Request 21431: CLOUDSTACK-6665: A fix for vpc routers not releasing dhcp leases.

2014-07-02 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21431/#review47191 --- Commit 0e50cb1246f762e9d1f0ece937395ffb193c6452 in cloudstack's bran

Re: Review Request 21431: CLOUDSTACK-6665: A fix for vpc routers not releasing dhcp leases.

2014-07-02 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21431/#review47190 --- Commit 6d0650bbcd26a7147857548c5f20949d2c986f76 in cloudstack's bran

FW: git commit: updated refs/heads/4.3 to 85bed5f

2014-07-02 Thread Santhosh Edukulla
Rajani, One note though: Here, null check should be for placeHolder value, I believe we still need "VmJobEnabled.value()", otherwise the respective behavior may get changed, here null dereference is happening for placeHolder value, so may be changing like "if ( (VmJobEnabled.value() && (placeH

Re: Review Request 23226: Fixed resource leaks, null dererence issues, performance issues and bugs reported by coverity

2014-07-02 Thread Santhosh Edukulla
> On July 2, 2014, 12:50 p.m., Hugo Trippaers wrote: > > engine/schema/src/com/cloud/dc/dao/VlanDaoImpl.java, line 310 > > > > > > Shouldn't this be inside the try-with-resources bit of the try keyword? Here we are ta

Re: Review Request 22721: removed hard coded jdk_dirs in cloud-usage script

2014-07-02 Thread Sebastien Goasguen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22721/#review47186 --- Hi, no it does not apply cleanly to current 4.3 branch. Can you reba

Re: Communications link failure

2014-07-02 Thread Jeff Hair
We ran into this with a too low MySQL connection timeout. It was set to 3 minutes, which was not enough for template copying to finish. Putting it to the default 8 hours (which might be just a wee bit overkill) gave it plenty of time to finish. On Wed, Jul 2, 2014 at 1:34 PM, Wei ZHOU wrote: >

Re: Communications link failure

2014-07-02 Thread Wei ZHOU
what's the setting of mysql? show global variables like 'wait_timeout'; show global variables like 'interactive_timeout'; -Wei 2014-07-02 14:09 GMT+02:00 Tejas Gadaria : > Hi, > > While trying to create template i am receiving this errors .. > running mysql 5.1 > > need help on tthis > > 20

Re: Review Request 23226: Fixed resource leaks, null dererence issues, performance issues and bugs reported by coverity

2014-07-02 Thread Hugo Trippaers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23226/#review47181 --- Good stuff, but there seem to be a number of places where the Prepar

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

2014-07-02 Thread Damodar Reddy Talakanti
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23192/ --- (Updated July 2, 2014, 12:29 p.m.) Review request for cloudstack, Abhinandan Pr

Communications link failure

2014-07-02 Thread Tejas Gadaria
Hi, While trying to create template i am receiving this errors .. running mysql 5.1 need help on tthis 2014-07-02 15:22:47,240 DEBUG [o.a.c.s.i.s.TemplateObject] (Job-Executor-4:ctx-563bed9d ctx-ad0d1b9e) failed to process event and answer com.cloud.utils.exception.CloudRuntimeException: DB Exce

MonkeyMan

2014-07-02 Thread Vladimir Melnik
Dear colleagues, I'm not sure a copy of my post to another list have been delivered to dev@, so I'd like to share the link to my project - a perl5 library and set of tools for managing CloudStack installation from shell: http://melnik13.github.io/monkeyman/. CloudStack have such a nice api, so

Re: openvswitch version with cloudstack

2014-07-02 Thread Hugo Trippaers
KC, The reasoning is that the internal handling of VLANs changed in version 1.9.0 and our libvirt implementation only supports the “new” way of configuring VLANs. At the time when i wrote the ovs integration for KVM version 1.9 of OVS was already released for quite some time and we are using so

Re: system VM looking for cloud0 bridge when OVS/GRE isolation is enabled

2014-07-02 Thread Nguyen Anh Tu
Let me copy Murali in this thread. He is mastering on GRE feature currently. --Tuna On Tue, Jul 1, 2014 at 11:19 PM, Kuang-Ching Wang wrote: > Hi, I am trying to set up my cloudstack using OVS plugin. I created an > advanced zone with GRE isolation. When enabling zone, system VMs cannot > st

Re: openvswitch version with cloudstack

2014-07-02 Thread Sebastien Goasguen
On Jul 1, 2014, at 1:03 PM, Kuang-Ching Wang wrote: > With ubuntu apt-get, openvswitch 1.4.6 is installed. Is there any reason > that cloudstack cannot work with 1.4.6, and have to work with 1.9.0 as > documented here > https://cwiki.apache.org/confluence/display/CLOUDSTACK/KVM+with+OpenVSwi

Re: Review Request 23193: mark the test_01_primary_storage_iscsi as test that requires hardware

2014-07-02 Thread Abhinandan Prateek
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23193/#review47179 --- Ship it! Ship It! - Abhinandan Prateek On July 1, 2014, 6:29 a.m

Re: Review Request 23226: Fixed resource leaks, null dererence issues, performance issues and bugs reported by coverity

2014-07-02 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23226/ --- (Updated July 2, 2014, 8:44 a.m.) Review request for cloudstack, Abhinandan Pra

Review Request 23226: Fixed resource leaks, null dererence issues, performance and bugs reported by coverity

2014-07-02 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23226/ --- Review request for cloudstack and daan Hoogland. Bugs: coverity https://iss

Re: Review Request 23226: Fixed resource leaks, null dererence issues, performance and bugs reported by coverity

2014-07-02 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23226/ --- (Updated July 2, 2014, 8:42 a.m.) Review request for cloudstack, Abhinandan Pra

Regarding UI for SSL termination/offloading feature

2014-07-02 Thread Rajesh Battala
Hi Syed, In FS, there are screenshots regarding the UI support for certificates management for accounts. But in deployment(master) am not able to see any such UI. Is this a model or you have missed committing the changes. Thanks Rajesh Battala