Re: Hypervisors disconnected - java.io.IOException Fail to init SSL java.io.IOException: Connection closed with -1 on reading size

2015-09-03 Thread Rajani Karuturi
Nux, We had the same issue on an internal instance. It turned out to be an issue with java-1.7.0-openjdk.x86_64 1:1.7.0.85-2.6.1.3.el6_7 Downgrading it to java-1.7.0-openjdk.x86_64 1:1.7.0.85-2.6.1.3.el6_6 fixed. Java version number is same in both the rpms. only the last digit is different. I d

[GitHub] cloudstack pull request: CLOUDSTACK-8690:Added remote access vpn a...

2015-09-03 Thread jayapalu
Github user jayapalu commented on the pull request: https://github.com/apache/cloudstack/pull/772#issuecomment-137650705 @miguelaferreira 1. configure advanced zone isolated network. (Note: Bring up the VR with the PR changes) 2. Enable remote access vpn on source NAT network.

Re: Weird Eclipse Issues around com.cloud.utils

2015-09-03 Thread Mike Tutkowski
OK, ridiculous, but removing all of my projects (again), shutting down Eclipse (which I don't think I tried last time I had removed all of my projects), re-starting it, then re-importing all of the projects fixed the problem. On Thu, Sep 3, 2015 at 9:56 PM, Mike Tutkowski wrote: > Also, weird wa

[GitHub] cloudstack pull request: Cloudstack:8647 LDAP Trust AD and Autoimp...

2015-09-03 Thread karuturi
Github user karuturi commented on the pull request: https://github.com/apache/cloudstack/pull/755#issuecomment-137645397 travis build for the PR is here. https://travis-ci.org/apache/cloudstack/builds/78567814 for some reason, its not showing it here. --- If your project is set

Re: Weird Eclipse Issues around com.cloud.utils

2015-09-03 Thread Mike Tutkowski
Also, weird warnings like commenting about lack of type safety here: List volumes = _volumeDao.findByPoolId(storagePoolId, null); findByPoolId here returns type List. On Thu, Sep 3, 2015 at 9:43 PM, Mike Tutkowski wrote: > Hi, > > After I recently rebased my master branch, I noticed some weird

Weird Eclipse Issues around com.cloud.utils

2015-09-03 Thread Mike Tutkowski
Hi, After I recently rebased my master branch, I noticed some weird issues in Eclipse such as the following: http://i.imgur.com/UPFu33u.png In that image, it shows that Eclipse claims it can't find CloudRuntimeException's package (com.cloud.utils.exception). The weird part is that the project t

[GitHub] cloudstack pull request: Support live migration on older version o...

2015-09-03 Thread mike-tutkowski
Github user mike-tutkowski closed the pull request at: https://github.com/apache/cloudstack/pull/767 --- 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 fea

Usage Job failed

2015-09-03 Thread mvs babu
Hi All, We are getting usage job failed alert in CloudStack UI and found below error message in usage.log, "ERROR [usage.dao.UsageVMInstanceDaoImpl] (Usage-Job-1:null) error saving usage_network to cloud_usage db java.sql.BatchUpdateException: Duplicate entry '2-1-228-144117719' for

[GitHub] cloudstack pull request: CLOUDSTACK-8728: Testcase to Verify if VR...

2015-09-03 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/684#issuecomment-137535485 @miguelaferreira OK, check. --- 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

Re: cloud-set-guest-password script for CentOS 7 template

2015-09-03 Thread Jeff Moody
I have SystemD Unit files as well as scripts that work under EL7 located in my template-building Ansible Playbook repository located at https://github.com/fifthecho/CloudStack-Template On 9/3/2015 3:20 AM, christian.kir...@zv.fraunhofer.de wrote: > Hi, > > I encountered a similar issues, although

Re: cloud-set-guest-password script for CentOS 7 template

2015-09-03 Thread christian.kirmse
Hi, I encountered a similar issues, although I'm still not quite as far as you building a systemd script. I also changed the script to the right directory for the lease files. When the vm starts it takes approximately 15 minutes to be ready, that must have something to do with the script, but I’

Re: Usage Job failed

2015-09-03 Thread Abhinandan Prateek
This support article may help: http://support.citrix.com/article/CTX139043 > On 03-Sep-2015, at 5:16 pm, mvs babu wrote: > > Hi All, > > > > > We are getting usage job failed alert in CloudStack UI and found below error > message in usage.log, > > > > > "ERROR [usage.dao.UsageVMInstanceDaoImpl]

[GitHub] cloudstack pull request: CLOUDSTACK-8678: Reserve RAM for KVM host...

2015-09-03 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/766#issuecomment-137495603 @kmccormick thanks for the PR, will test it soon! Had a bit of a rough week at the office with some emergencies going on. Please rebase with current master,

[GitHub] cloudstack pull request: Have HyperV behave in 4.4 and return null...

2015-09-03 Thread remibergsma
Github user remibergsma closed the pull request at: https://github.com/apache/cloudstack/pull/761 --- 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 featur

[GitHub] cloudstack pull request: CLOUDSTACK-8690:Added remote access vpn a...

2015-09-03 Thread miguelaferreira
Github user miguelaferreira commented on the pull request: https://github.com/apache/cloudstack/pull/772#issuecomment-137454644 @jayapalu I can make time to test this, but I would need you help for that. I mean, I need to know what's the minimal setup and a test to run. Would it be po

[GitHub] cloudstack pull request: CLOUDSTACK-8759 - Destroying VPC router r...

2015-09-03 Thread miguelaferreira
Github user miguelaferreira commented on the pull request: https://github.com/apache/cloudstack/pull/773#issuecomment-137437571 My testing: ``` > mvn clean install -P developer,systemvm ... [INFO]

[GitHub] cloudstack pull request: CLOUDSTACK-8759 - Destroying VPC router r...

2015-09-03 Thread miguelaferreira
Github user miguelaferreira commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/773#discussion_r38642313 --- Diff: test/integration/component/test_vpc_router_nics.py --- @@ -0,0 +1,449 @@ +# Licensed to the Apache Software Foundation (ASF) under on

[GitHub] cloudstack pull request: CLOUDSTACK-8759 - Destroying VPC router r...

2015-09-03 Thread wilderrodrigues
Github user wilderrodrigues commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/773#discussion_r38636486 --- Diff: test/integration/component/test_vpc_router_nics.py --- @@ -0,0 +1,449 @@ +# Licensed to the Apache Software Foundation (ASF) under on

[GitHub] cloudstack pull request: CLOUDSTACK-8759 - Destroying VPC router r...

2015-09-03 Thread miguelaferreira
Github user miguelaferreira commented on the pull request: https://github.com/apache/cloudstack/pull/773#issuecomment-137412009 There is a typo in message of commit 53c9bb4d387ddc298744879526a40d1d2ca4e394 (guets) --- If your project is set up for it, you can reply to this email and

[GitHub] cloudstack pull request: CLOUDSTACK-8800 : Improved the listVirtua...

2015-09-03 Thread manuiiit
GitHub user manuiiit opened a pull request: https://github.com/apache/cloudstack/pull/774 CLOUDSTACK-8800 : Improved the listVirtualMachines API call to include memory utilization information for a VM for xenserver,hyperv and for vmware You can merge this pull request into a Git re

[GitHub] cloudstack pull request: CLOUDSTACK-8759 - Destroying VPC router r...

2015-09-03 Thread miguelaferreira
Github user miguelaferreira commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/773#discussion_r38634904 --- Diff: test/integration/component/test_vpc_router_nics.py --- @@ -0,0 +1,449 @@ +# Licensed to the Apache Software Foundation (ASF) under on

Re: [Blocker/Critical] VR related Issues

2015-09-03 Thread Bharat Kumar
Hi, found few more issues related to rvr in isolated networks. There seems to be a problem with the keepalived config and setting up of default routes when rvr changes states. created bugs for these issues. CLOUDSTACK-8798 CLOUDSTACK-8799

[GitHub] cloudstack pull request: CLOUDSTACK-8728: Testcase to Verify if VR...

2015-09-03 Thread miguelaferreira
Github user miguelaferreira commented on the pull request: https://github.com/apache/cloudstack/pull/684#issuecomment-137394628 @remibergsma `rebase -i` and deleting the line of the merge commit will get you what you want. I see that squashing would too, but then the problem is in the

[GitHub] cloudstack pull request: CLOUDSTACK-8688 - default policies for IN...

2015-09-03 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/765#issuecomment-137379240 Thanks for the LGTM and for the new issue, @karuturi. :) I will push the test today and merge the PR after @miguelaferreira tests it. Cheers,

[GitHub] cloudstack pull request: CLOUDSTACK-8759 - Destroying VPC router r...

2015-09-03 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/773#issuecomment-137378923 Ping @remibergsma @miguelaferreira @DaanHoogland @bhaisaab @karuturi I would appreciate if you would have some time to test this PR. Thanks

[GitHub] cloudstack pull request: CLOUDSTACK-8759 - Destroying VPC router r...

2015-09-03 Thread wilderrodrigues
GitHub user wilderrodrigues opened a pull request: https://github.com/apache/cloudstack/pull/773 CLOUDSTACK-8759 - Destroying VPC router results in a new unusable VPC router Steps we reproduced to find the problem: 1. Stop/Destroy the VPC router 2. Add a virtual machine

Re: [VOTE] Release Apache CloudStack EC2stack 0.8.0

2015-09-03 Thread Sebastien Goasguen
Rajani, Apologies I think the instructions may not have been clear enough. I just tested it again against exoscale and modified the docker instructions on the README. Please check: https://github.com/apache/cloudstack-ec2stack You will need to configure your cloudstack Api endpoint properly in

Re: Instance reboot issue - CS 4.5.1 - Xen 6.5

2015-09-03 Thread cs user
Great, thanks ! On Thu, Sep 3, 2015 at 7:10 AM, Rajani Karuturi wrote: > its in 4.5.2 and will also be in 4.6.0 > > ~Rajani > > On Wed, Sep 2, 2015 at 5:33 PM, cs user wrote: > > > Hi Folks, > > > > Looks like this is fixed in > https://github.com/apache/cloudstack/pull/479 > > ? > > > > Which

Re: cloud-set-guest-password script for CentOS 7 template

2015-09-03 Thread Indra Pramana
Dear all, Anyone has tried creating CentOS 7 OS template in CloudStack and experiencing similar problem? Thank you. -ip- On Wed, Sep 2, 2015 at 1:25 PM, Indra Pramana wrote: > Dear all, > > I am using ACS 4.2.0 with KVM hypervisor. I am trying to create a CentOS 7 > template and everything i