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

2015-06-16 Thread jenkins
See -- [...truncated 27085 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

[GitHub] cloudstack pull request: CLOUDSTACK-8545 make reboot on out of ban...

2015-06-16 Thread anshul1886
Github user anshul1886 commented on the pull request: https://github.com/apache/cloudstack/pull/466#issuecomment-112649249 We should generate alert when out of band router VM migration is detected. This will help user take appropriate action in those scenarios. --- If your project is

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

2015-06-16 Thread jenkins
See -- [...truncated 27095 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

Re: CCC Dublin 2015

2015-06-16 Thread Karen Vuong
Hi everyone, CCC Europe is happening again on October 8-9 in Dublin, Ireland. As Sebastien has mentioned, we'll need more funds to make it a good event. The sponsorship prospectus is now available for CCC Europe here: http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-eur

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

2015-06-16 Thread jenkins
See -- [...truncated 27085 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

Re: [GitHub] cloudstack pull request: CLOUDSTACK-8545 make reboot on out of ban...

2015-06-16 Thread Remi Bergsma
Thanks for picking this up! LGTM, I'll try to test it tomorrow. One comment: I'd propose the setting name to reflect 'out of band'. Now it looks like when you migrate a router in ACS it will also reboot. router.reboot.when.outofband.migrated? Regards, Remi Sent from my iPhone > On 16 Jun

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

2015-06-16 Thread jenkins
See -- [...truncated 27088 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

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

2015-06-16 Thread jenkins
See -- [...truncated 27088 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

release tryout 4.6.0

2015-06-16 Thread Daan Hoogland
I did a trial rc at dec688ae6345d14be6008e1ba5d953a52fcbe79e. It seems this works save the name of the branch: master-RC20150616T1742 We could dub this branch '4.6' but let's stick to the plan and do it again till we find 4.6 fine. We could fix the build_asf.sh to take a branch into param. regards

Re: [DISCUSS] Out of Band VR migration, should we reboot VR or not?

2015-06-16 Thread Daan Hoogland
I have a PR for this if someone can please verify...? On Tue, Jun 16, 2015 at 3:30 PM, Daan Hoogland wrote: > nobody has been taking this up. In order to have a 4.4.4 I will go for > the quick hack (in 4.4 and 4.5) > > On Fri, Jun 5, 2015 at 9:29 AM, Koushik Das wrote: >> From the persistent con

[GitHub] cloudstack pull request: CLOUDSTACK-8545 make reboot on out of ban...

2015-06-16 Thread DaanHoogland
GitHub user DaanHoogland opened a pull request: https://github.com/apache/cloudstack/pull/466 CLOUDSTACK-8545 make reboot on out of band migration configurable You can merge this pull request into a Git repository by running: $ git pull https://github.com/DaanHoogland/cloudsta

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

2015-06-16 Thread jenkins
See -- [...truncated 27088 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

Re: [DISCUSS] Out of Band VR migration, should we reboot VR or not?

2015-06-16 Thread Daan Hoogland
nobody has been taking this up. In order to have a 4.4.4 I will go for the quick hack (in 4.4 and 4.5) On Fri, Jun 5, 2015 at 9:29 AM, Koushik Das wrote: > From the persistent config changes, it appears that aggregate command > approach is not required in 4.6 and onwards. If someone wants to imp

laying down RM role

2015-06-16 Thread Daan Hoogland
devs, I will lay down the role of RM for 4.6. I will be involved in a project that will not involve ACS code (only heavily rely on its availability:) I hope others will take it up to assist Rohit in this. You will probably not see me on any of the remaining CloudStack days of the year either. kin

Re: strange error in f5 plugin

2015-06-16 Thread Sudhansu Sahu
Hi Daan, Sorry for the quick reply. The issue is not related to iControl jar. Rather it look like apache.axis dependency issue. I am able to get the same error after making below change in pom. Added scope = runtime org.apache.axis axis runtime [INFO] Changes detected

Re: strange error in f5 plugin

2015-06-16 Thread Sudhansu Sahu
Seems like F5 iControl dependency is missing. Look for icontrol-1.0.jar in maven repo. Sudhansus-MAC:com sudhansu$ ls -ltr ~/.m2/repository/com/cloud/com/f5/icontrol/1.0/ total 4512 -rw-r--r--+ 1 sudhansu staff 332 Nov 27 2014 icontrol-1.0.pom.lastUpdated -rw-r--r--+ 1 sudhansu staff

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

2015-06-16 Thread jenkins
See Changes: [Daan Hoogland] Catch encoding exception [Daan Hoogland] findbugs: better message and fallback to defaultCharset -- [...truncated 27088 lines...] [INFO] No sources to co

strange error in f5 plugin

2015-06-16 Thread Daan Hoogland
Anybody seen this before? [ERROR] COMPILATION ERROR : [INFO] - [ERROR] /Users/dhoogland/cloudstack/cloudstack/plugins/network-elements/f5/src/com/cloud/network/resource/F5BigIpResource.java:[411,26] error: cannot access Stub [INFO] 1 err

[GitHub] cloudstack pull request: CLOUDSTACK-8555:Skip resize volume operat...

2015-06-16 Thread pritisarap12
GitHub user pritisarap12 opened a pull request: https://github.com/apache/cloudstack/pull/465 CLOUDSTACK-8555:Skip resize volume operation for HyperV Skipping resize volume operation for HyperV as it doesn't support the operation. It is in extension with https://github.com/apach

Build failed in Jenkins: simulator-singlerun #1247

2015-06-16 Thread jenkins
See -- Started by upstream project "build-master-simulator" build number 2065 originally caused by: Started by an SCM change Started by upstream project "build-master" build number 2385 origin

[GitHub] cloudstack pull request: Catch encoding exception

2015-06-16 Thread rsafonseca
Github user rsafonseca commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/464#discussion_r32506889 --- Diff: plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareStorageProcessor.java --- @@ -2265,7 +2265,11 @@ public Answer forgetObject(

[GitHub] cloudstack pull request: Catch encoding exception

2015-06-16 Thread rsafonseca
Github user rsafonseca commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/464#discussion_r32506402 --- Diff: plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareStorageProcessor.java --- @@ -2265,7 +2265,11 @@ public Answer forgetObject(

[GitHub] cloudstack pull request: Catch encoding exception

2015-06-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/464 --- 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 feature is

Re: Dublin conference

2015-06-16 Thread Sebastien Goasguen
And here is the link to submit a paper: http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-europe/program/cfp > On Jun 16, 2015, at 9:43 AM, Giles Sirett wrote: > > All > > ACT NOW: submit a talk for CCC > > We’ve had a very poor response to the CFP for CCC Dubli

[GitHub] cloudstack pull request: Catch encoding exception

2015-06-16 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/464#discussion_r32503356 --- Diff: plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareStorageProcessor.java --- @@ -2265,7 +2265,11 @@ public Answer forgetObjec

[GitHub] cloudstack pull request: Catch encoding exception

2015-06-16 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/464#discussion_r32503267 --- Diff: plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareStorageProcessor.java --- @@ -2265,7 +2265,11 @@ public Answer forgetObjec

[GitHub] cloudstack pull request: Fix findbugs encoding issue in VmwareStor...

2015-06-16 Thread rsafonseca
Github user rsafonseca commented on the pull request: https://github.com/apache/cloudstack/pull/460#issuecomment-112344047 @DaanHoogland done! https://github.com/apache/cloudstack/pull/464 I should have checked travis for this one, still my bad :( --- If your project is set up

[GitHub] cloudstack pull request: Catch encoding exception

2015-06-16 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/464 Catch encoding exception You can merge this pull request into a Git repository by running: $ git pull https://github.com/rsafonseca/cloudstack findbugs75 Alternatively you can review a

noredist on build.apache.o

2015-06-16 Thread Daan Hoogland
Is there any objections from the foundation to put noredist files on builds.apache.org for a noredist build? I would like the pullrequest builder to report on all modules before crying victory on a PR. thanks -- Daan

[GitHub] cloudstack pull request: Fix findbugs encoding issue in VmwareStor...

2015-06-16 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/460#issuecomment-112339045 please make it a seperate fix, not an update. I jumped the gun. On Tue, Jun 16, 2015 at 10:36 AM, Rafael da Fonseca < notificati...@github.com> wrote

Re: [GitHub] cloudstack pull request: Fix findbugs encoding issue in VmwareStor...

2015-06-16 Thread Daan Hoogland
I think it's caught and also that the pull request builder doesn't build -Dnoredist. I will check and fix if so On Tue, Jun 16, 2015 at 10:36 AM, rsafonseca wrote: > Github user rsafonseca commented on the pull request: > > https://github.com/apache/cloudstack/pull/460#issuecomment-112338005

[GitHub] cloudstack pull request: Fix findbugs encoding issue in VmwareStor...

2015-06-16 Thread rsafonseca
Github user rsafonseca commented on the pull request: https://github.com/apache/cloudstack/pull/460#issuecomment-112338005 my bad there.. will surround in try/catch block and update --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cloudstack pull request: Fix findbugs encoding issue in VmwareStor...

2015-06-16 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/460#issuecomment-112333921 I shouldn't have:( exception uncought. Really curious why the pull request builder accepted this. --- If your project is set up for it, you can reply to this e

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

2015-06-16 Thread jenkins
See Changes: [Daan Hoogland] Fix findbugs encoding issue in VmwareResource.java Key file should be UTF-8 encoded in VR [Daan Hoogland] Fix findbugs warning in VmwareStorageManagerImpl.java Any encoding would do fine as it

Dublin conference

2015-06-16 Thread Giles Sirett
All ACT NOW: submit a talk for CCC We've had a very poor response to the CFP for CCC Dublin on 8-9 October. I understand that there has been a lot of CFT emails flying around because of the change of conference format this year. However, we want the Dublin event to be the "goto" event for this

Build failed in Jenkins: build-master-noredist #4274

2015-06-16 Thread jenkins
See Changes: [Daan Hoogland] Fix findbugs encoding issue in VmwareResource.java Key file should be UTF-8 encoded in VR [Daan Hoogland] Fix findbugs warning in VmwareStorageManagerImpl.java Any encoding would do fine as it'

Build failed in Jenkins: simulator-singlerun #1246

2015-06-16 Thread jenkins
See -- Started by upstream project "build-master-simulator" build number 2064 originally caused by: Started by an SCM change Started by upstream project "build-master" build number 2384 origin