Build failed in Jenkins: build-master-slowbuild #3046

2016-01-22 Thread jenkins
See -- [...truncated 824 lines...] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter

[GitHub] cloudstack pull request: CLOUDSTACK-9245 - Cannot delete non-attac...

2016-01-22 Thread wilderrodrigues
GitHub user wilderrodrigues opened a pull request: https://github.com/apache/cloudstack/pull/1358 CLOUDSTACK-9245 - Cannot delete non-attached ACL that contains items This PR fixes the issue when trying to delete ACL lists which contain item. It seemed it was not thought of

[GitHub] cloudstack pull request: CLOUDSTACK-9245 - Cannot delete non-attac...

2016-01-22 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/1358#issuecomment-173860410 Ping @remibergsma @borisroman @michaelandersen Manual tests: * Deleting attached ACL ![image](https://cloud.githubusercontent.com/

Re: [VOTE] Apache CloudStack 4.7.1

2016-01-22 Thread Remi Bergsma
Hi all, My vote: +1 (binding) based on the integration tests below. These were tested against a 2-node KVM cluster based on CentOS7 (RPMs from the RC branch). The management server also runs CentOS7. In our employee cloud we run the same code against 2 XenServer 6.5 clusters. All works fine. E

[GitHub] cloudstack pull request: More VR performance!

2016-01-22 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/1356#issuecomment-173863164 LGTM based on these tests: ``` nosetests --with-marvin --marvin-config=${marvinCfg} -s -a tags=advanced,required_hardware=true \ component/test_

[GitHub] cloudstack pull request: CLOUDSTACK-9245 - Cannot delete non-attac...

2016-01-22 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/1358#issuecomment-173865670 Found and issue when destroying the VPC. Will fix it and update the PR. ``` (local) 🐵 > delete vpc id=be232d77-495e-4f89-9b89-972db6a2efc5

[GitHub] cloudstack pull request: Refactor system VM default network creati...

2016-01-22 Thread ProjectMoon
GitHub user ProjectMoon opened a pull request: https://github.com/apache/cloudstack/pull/1359 Refactor system VM default network creation Two small commits which moves the retrieval of the default network for the console proxy and the SSVM into a separate protected method. It's a sm

Re: [VOTE] Apache CloudStack 4.7.1

2016-01-22 Thread Daan Hoogland
As a matter of order, I have until Saturday afternoon, right? I am seeing reasonably good results so far but I need to find time to test in an advanced zone with security groups and zone wide primary storage as we use in Leaseweb. (tentative +1) On Fri, Jan 22, 2016 at 10:35 AM, Remi Bergsma wrot

[GitHub] cloudstack pull request: Followup fix for #1162: Add support for n...

2016-01-22 Thread ProjectMoon
Github user ProjectMoon commented on the pull request: https://github.com/apache/cloudstack/pull/1330#issuecomment-173869256 Perhaps I can make a small example test that starts cloudstack-setup-management under systemd with both `--no-start` and without it, showing the difference in b

[GitHub] cloudstack pull request: Refactor system VM default network creati...

2016-01-22 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/1359#issuecomment-173869657 Hi @ProjectMoon Could you please create you PR against Master. If that's a refactor does not really make sense to create the PR against 4.6 because

[GitHub] cloudstack pull request: More VR performance!

2016-01-22 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/1356#issuecomment-173871762 I see no harm in these changes and as they are putting related code closer together it improves readability: LGTM However I have a question: How is this imp

[GitHub] cloudstack pull request: Refactor system VM default network creati...

2016-01-22 Thread ProjectMoon
Github user ProjectMoon commented on the pull request: https://github.com/apache/cloudstack/pull/1359#issuecomment-173872098 OK. So just to be sure: it's oldest supported maintenance release for bug fixes and then master for any new features/refactoring? --- If your project is set up

[GitHub] cloudstack pull request: Refactor system VM default network creati...

2016-01-22 Thread ProjectMoon
Github user ProjectMoon closed the pull request at: https://github.com/apache/cloudstack/pull/1359 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

Re: [VOTE] Apache CloudStack 4.7.1

2016-01-22 Thread Remi Bergsma
Hi Daan, Since we started Wednesday ~2300 CET there’s going to be a weekend in the 72 hour time window. Therefore I’ll keep the votes open until Monday evening CET. Would that be OK? Regards, Remi On 22/01/16 11:11, "Daan Hoogland" wrote: >As a matter of order, I have until Saturday after

[GitHub] cloudstack pull request: More VR performance!

2016-01-22 Thread borisroman
Github user borisroman commented on the pull request: https://github.com/apache/cloudstack/pull/1356#issuecomment-173872641 @DaanHoogland It improves performance due to fact firewall rules are only created (in memory) once we expect a change. If for example a dhcp lease needs to be ad

[GitHub] cloudstack pull request: Refactor system VM default network creati...

2016-01-22 Thread ProjectMoon
GitHub user ProjectMoon opened a pull request: https://github.com/apache/cloudstack/pull/1360 Refactor system VM default network creation Two small commits which moves the retrieval of the default network for the console proxy and the SSVM into a separate protected method. It's a sm

[GitHub] cloudstack pull request: Refactor system VM default network creati...

2016-01-22 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/1359#issuecomment-173872832 @ProjectMoon Indeed! :-) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does no

RE: [VOTE] Apache CloudStack 4.7.1

2016-01-22 Thread Glenn Wagner
Hi Guys, Centos 6.7 Server that runs 4.8 Management server if I restart the cloudstack-management service the STOP fails with the following errors in the catalina.out log file INFO [o.a.c.s.l.CloudStackExtendedLifeCycle] (Thread-95:null) (logid:) stopping bean ProjectJoinDaoImpl log4j:WARN No

[GitHub] cloudstack pull request: CLOUDSTACK-9245 - Cannot delete non-attac...

2016-01-22 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/1358#issuecomment-173902040 Problem fixed! Ping @remibergsma @borisroman * Delete ACL that contains items via Cloud Monkey ``` (local) 🐵 > delete networkacl

Build failed in Jenkins: build-master-slowbuild #3047

2016-01-22 Thread jenkins
See -- [...truncated 28713 lines...] [INFO] [INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ cloud-quickcloud --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.1:check (cloudstack

[GitHub] cloudstack pull request: More VR performance!

2016-01-22 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/1356#issuecomment-173902852 @remibergsma already tested and code LGTM :+1: We have this PR already running in out Beta environment, which is a copy of our production environme

[GitHub] cloudstack pull request: UI: improve filter dropdown width

2016-01-22 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/1354#issuecomment-173906754 Simple UI fix. LGTM :+1: --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project do

RE: [VOTE] Apache CloudStack 4.8.0

2016-01-22 Thread Glenn Wagner
Hi, I found this error when restarting a 4.8.0 management server running on Centos 6.7 Has anyone seen this error before , was anything changed in the logger? >From the catalina log file INFO [o.a.c.s.l.CloudStackExtendedLifeCycle] (Thread-95:null) (logid:) stopping bean ProjectJoinDaoImpl l

Jetty classpath

2016-01-22 Thread Илья Толстихин
Hi all. Could you please help me. I tried to add my servlet to jetty. I added servlet in web.xml file and put class file in WEB-INF/classes folder, but during servlet loading jetty can't find jar that I use, and I get NoClassDefFoundError. Jetty version 6.1.26. How to add my jar to jetty classpat

Re: [VOTE] Apache CloudStack 4.8.0

2016-01-22 Thread Remi Bergsma
Hi Glenn, As far as I can tell the most recent changes were made in November during 4.6. You reported it twice, both 4.7.1 and 4.8.0, correct? Regards, Remi Sent from my iPhone On 22 Jan 2016, at 13:28, Glenn Wagner mailto:glenn.wag...@shapeblue.com>> wrote: Hi, I found this error when rest

[GitHub] cloudstack pull request: More VR performance!

2016-01-22 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/1356#issuecomment-173915308 @boris, thanks. moving code to to be executed only conditionally is a very good idea, this is even better then seemed at first glance :) --- If your project i

Re: [VOTE] Apache CloudStack 4.7.1

2016-01-22 Thread Daan Hoogland
On Fri, Jan 22, 2016 at 11:28 AM, Remi Bergsma wrote: > I’ll keep the votes open until Monday evening CET. > > Would that be OK? > ​fine, thanks. I'll do some extra testing over the weekend.​ -- Daan

RE: [VOTE] Apache CloudStack 4.8.0

2016-01-22 Thread Glenn Wagner
Hi Remi, No sorry I used the wrong email thread I'm reporting it for 4.8.0 Glenn -Original Message- From: Remi Bergsma [mailto:rberg...@schubergphilis.com] Sent: Friday, 22 January 2016 3:00 PM To: dev@cloudstack.apache.org Subject: Re: [VOTE] Apache CloudStack 4.8.0 Hi Glenn, As far

Re: Build failed in Jenkins: build-master-slowbuild #3047

2016-01-22 Thread Daan Hoogland
I think the 5 issues that lead to these errors are fixed in PRs can people please review them and make sure these failures stop? thanks On Fri, Jan 22, 2016 at 1:09 PM, wrote: > See > > --

RE: [VOTE] Apache CloudStack 4.7.1

2016-01-22 Thread Paul Angus
Hi All, I am experiencing this issue with the released version of 4.7 https://issues.apache.org/jira/browse/CLOUDSTACK-9227 As Glenn is seeing it 4.8 I expect that it is in 4.7.1 as well. Paul Angus VP Technology , ShapeBlue t: @cloudyangus e: paul.an...@shapeblue.com

RE: [VOTE] Apache CloudStack 4.8.0

2016-01-22 Thread Glenn Wagner
Hi Remi , We have seen this issue in 4.7.0 repeatedly , so probably in 4.7.1 (I haven't tested this yet) Thanks Glenn -Original Message- From: Glenn Wagner [mailto:glenn.wag...@shapeblue.com] Sent: Friday, 22 January 2016 3:15 PM To: dev@cloudstack.apache.org Subject: RE: [VOTE] Apach

Re: [VOTE] Apache CloudStack 4.8.0

2016-01-22 Thread Remi Bergsma
Most likely, as there is no change in that part of the code :-) Tested on CentOS7 to be sure and that works fine. I’ll see if I can spin a CentOS 6 box. Have you found a fix already? It’s most likely packaging related. Regards, Remi On 22/01/16 14:28, "Glenn Wagner" wrote: >Hi Remi , >

RE: [VOTE] Apache CloudStack 4.8.0

2016-01-22 Thread Paul Angus
I asked Rohit to take a quick look for me. He thought that it may be related to recent changes in ./framework/cluster/src/com/cloud/cluster/ClusterServiceServletContainer.java However, it's beyond me to fix anything in there. Paul Angus VP Technology , ShapeBlue t: @cloudyangus

Re: [VOTE] Apache CloudStack 4.8.0

2016-01-22 Thread Remi Bergsma
Can you test on another OS like centos7? That works fine for me. Sent from my iPhone > On 22 Jan 2016, at 14:53, Paul Angus wrote: > > I asked Rohit to take a quick look for me. > He thought that it may be related to recent changes in > ./framework/cluster/src/com/cloud/cluster/ClusterService

Re: [VOTE] Apache CloudStack 4.7.1

2016-01-22 Thread Tomasz Zięba
Hi all, -1 https://issues.apache.org/jira/browse/CLOUDSTACK-9251 Best Regards Tom 2016-01-20 23:27 GMT+01:00 Remi Bergsma : > Hi all, > > I've created a 4.7.1 release candidate, with the following artifacts up > for a vote: > > Git Branch and Commit SH: > > https://git-wip-us.apache.org/re

Build failed in Jenkins: build-master-slowbuild #3048

2016-01-22 Thread jenkins
See -- [...truncated 28713 lines...] [INFO] [INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ cloud-quickcloud --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.1:check (cloudstack

[GitHub] cloudstack pull request: CLOUDSTACK-9130: Make RebootCommand simil...

2016-01-22 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/1200#issuecomment-173955971 Ping @wilderrodrigues see answer above. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

RE: [VOTE] Apache CloudStack 4.7.1

2016-01-22 Thread Glenn Wagner
Hi Guys, This does look like its an issue , this has been reported before Under https://issues.apache.org/jira/browse/CLOUDSTACK-9206 The work around is too use a predefined service offering with a lower CPU speed not custom Thanks Glenn [ShapeBlue] Glenn Wagner S

Re: [VOTE] Apache CloudStack 4.7.1

2016-01-22 Thread Remi Bergsma
Looks like a bug, but not one that should block a release. Regards, Remi On 22 Jan 2016, at 17:26, Glenn Wagner mailto:glenn.wag...@shapeblue.com>> wrote: Hi Guys, This does look like its an issue , this has been reported before Under https://issues.apache.org/jira/browse/CLOUDSTACK-9206 The

RE: [VOTE] Apache CloudStack 4.8.0

2016-01-22 Thread Paul Angus
I can't find a catalina.out with any real output in it under centos7, does it still need configuring in the centos7 packaging? Although no error is visible on casual inspection in centos7, something is not shutting down cleanly. [root@CentOS7Template ~]# systemctl stop cloudstack-management.s

Build failed in Jenkins: build-master-slowbuild #3049

2016-01-22 Thread jenkins
See -- [...truncated 28713 lines...] [INFO] [INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ cloud-quickcloud --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.1:check (cloudstack

[GitHub] cloudstack pull request: Support configurable NFS version for Seco...

2016-01-22 Thread nvazquez
GitHub user nvazquez opened a pull request: https://github.com/apache/cloudstack/pull/1361 Support configurable NFS version for Secondary Storage mounts JIRA Ticket: https://issues.apache.org/jira/browse/CLOUDSTACK-9252 ### Description of the problem After starting secon

Build failed in Jenkins: build-master-slowbuild #3050

2016-01-22 Thread jenkins
See -- [...truncated 28698 lines...] [INFO] [INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ cloud-quickcloud --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.1:check (cloudstack

Build failed in Jenkins: build-master-slowbuild #3051

2016-01-22 Thread jenkins
See -- [...truncated 28723 lines...] [INFO] [INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ cloud-quickcloud --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.1:check (cloudstack

Re: [VOTE] Apache CloudStack 4.7.1

2016-01-22 Thread Pierre-Luc Dion
For the affinity group issue, here is the DB output: mysql> select * from version; ++-+-+--+ | id | version | updated | step | ++-+-+--+ | 1 | 4.0.0 | 2015-11-17 23:16:34 | Complete | | 2 | 4.1.0

Build failed in Jenkins: build-master-slowbuild #3052

2016-01-22 Thread jenkins
See -- [...truncated 28713 lines...] [INFO] [INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ cloud-quickcloud --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.1:check (cloudstack

[GitHub] cloudstack pull request: CLOUDSTACK-8958: release dedicated ip ran...

2016-01-22 Thread GabrielBrascher
Github user GabrielBrascher commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1357#discussion_r50616271 --- Diff: server/test/com/cloud/vpc/MockConfigurationManagerImpl.java --- @@ -456,6 +456,15 @@ public void createDefaultSystemNetworks(long zoneId

[GitHub] cloudstack pull request: CLOUDSTACK-8958: release dedicated ip ran...

2016-01-22 Thread GabrielBrascher
Github user GabrielBrascher commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1357#discussion_r50616343 --- Diff: engine/components-api/src/com/cloud/configuration/ConfigurationManager.java --- @@ -219,6 +219,8 @@ Vlan createVlanAndPublicIpRange(lon

Build failed in Jenkins: build-master-slowbuild #3053

2016-01-22 Thread jenkins
See -- [...truncated 28725 lines...] [INFO] [INFO] --- findbugs-maven-plugin:3.0.1:findbugs (findbugs) @ cloud-quickcloud --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.1:check (cloudstack