Re: stopVirtualMachine command ignores the forced parameter

2016-08-10 Thread Wei ZHOU
We also noticed this issue. 2016-08-09 19:21 GMT+02:00 Jeff Hair : > Hi, > > I'm looking at the documentation and then the code for stopVirtualMachine. > The forced parameter is passed down into the VM manager, where it seems to > be ignored. This means that cleanupEvenIfFailed during VM stop w

[GitHub] cloudstack issue #1545: CLOUDSTACK-8715: Add channel to Instances for Qemu G...

2016-08-10 Thread wido
Github user wido commented on the issue: https://github.com/apache/cloudstack/pull/1545 @rhtyd Yes, we could not add the port to SSVMs right now and thus skip the Agent inside the SSVM. That way only Instances will get the Socket and we can use it. We can add it to th

[GitHub] cloudstack issue #1541: Systemd packaging for Ubuntu 16.04

2016-08-10 Thread wido
Github user wido commented on the issue: https://github.com/apache/cloudstack/pull/1541 I pushed a new version of the commits, could @rhtyd and @vincentbernat take a look? Yes, Ubuntu 12.04 is dropped, but I did that earlier. See my commits. It will go EOL in April next year,

[GitHub] cloudstack pull request #1541: Systemd packaging for Ubuntu 16.04

2016-08-10 Thread vincentbernat
Github user vincentbernat commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1541#discussion_r74198886 --- Diff: debian/rules --- @@ -136,5 +156,8 @@ override_dh_auto_install: override_dh_installinit: dh_installinit -pcloudstack-managemen

[GitHub] cloudstack issue #1541: Systemd packaging for Ubuntu 16.04

2016-08-10 Thread vincentbernat
Github user vincentbernat commented on the issue: https://github.com/apache/cloudstack/pull/1541 Except the extra `--with systemd`, LGTM --- 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 f

[GitHub] cloudstack pull request #1541: Systemd packaging for Ubuntu 16.04

2016-08-10 Thread wido
Github user wido commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1541#discussion_r74199703 --- Diff: debian/rules --- @@ -136,5 +156,8 @@ override_dh_auto_install: override_dh_installinit: dh_installinit -pcloudstack-management -pcloud

[GitHub] cloudstack pull request #1633: CLOUDSTACK-9452: use optparse instead of argp...

2016-08-10 Thread rhtyd
GitHub user rhtyd opened a pull request: https://github.com/apache/cloudstack/pull/1633 CLOUDSTACK-9452: use optparse instead of argparse in patchviasocket Use optparse that is supported by python 2.3+, instead of argparse that is supported by python 2.7+. On KVM hosts which don'

[GitHub] cloudstack issue #1633: [blocker] CLOUDSTACK-9452: use optparse instead of a...

2016-08-10 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1633 @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] cloudstack issue #1633: [blocker] CLOUDSTACK-9452: use optparse instead of a...

2016-08-10 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1633 @karuturi @jburwell @wido @sverrirab please review, it's a blocker for kvm centos6 hosts without argparse/python2.7 installed. I could run an existing test: (gave same results before and a

[GitHub] cloudstack issue #1633: [blocker] CLOUDSTACK-9452: use optparse instead of a...

2016-08-10 Thread wido
Github user wido commented on the issue: https://github.com/apache/cloudstack/pull/1633 Do we seriously want to write code that still works on CentOS 6 or systems without Python 2.7? Looking at the Python website: https://docs.python.org/2/library/optparse.html Depre

[GitHub] cloudstack issue #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Make NFS ...

2016-08-10 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1615 @jburwell the test pipeline had issues, I'll rekick it once I can get the issues sorted. For now, only package works without any issues. We also found/fixed a blocker that failed all of our kvm en

[GitHub] cloudstack issue #1628: updated contributing.md

2016-08-10 Thread wido
Github user wido commented on the issue: https://github.com/apache/cloudstack/pull/1628 LGTM --- 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 feat

[GitHub] cloudstack issue #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Make NFS ...

2016-08-10 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1615 @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] cloudstack issue #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Make NFS ...

2016-08-10 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1615 @blueorangutan package @jburwell @nvazquez since a new code commit was made, we need to call package before we could kick in tests. --- If your project is set up for it, you can reply to

[GitHub] cloudstack issue #1545: CLOUDSTACK-8715: Add channel to Instances for Qemu G...

2016-08-10 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1545 @wido thanks, @PaulAngus found an issue with the kvm patchviasocket script and I've sent a fix #1533 I was not sure what was causing the failure and saw this PR which looked promising. Let's

[GitHub] cloudstack issue #1633: [blocker] CLOUDSTACK-9452: use optparse instead of a...

2016-08-10 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1633 @wido I'm sorry we will need to support CentOS6 kvm hosts, just because you don't use it does not mean we should not support for people. It is a valid `blocker` as the KVM CentOS6 hosts have stopp

[GitHub] cloudstack issue #1633: [blocker] CLOUDSTACK-9452: use optparse instead of a...

2016-08-10 Thread sverrirab
Github user sverrirab commented on the issue: https://github.com/apache/cloudstack/pull/1633 The updated script that now depends on python 2.7 (or python 2.6 + argparse I assume) is replacing the perl installation requirement that was there before. Would it not be the correct solutio

[GitHub] cloudstack issue #1633: [blocker] CLOUDSTACK-9452: use optparse instead of a...

2016-08-10 Thread sverrirab
Github user sverrirab commented on the issue: https://github.com/apache/cloudstack/pull/1633 The reason for my suggestion is that I don't think anyone should be running python 2.6 in production. The last update for it was in 2008 so I would consider it risky at this point. --- If

[GitHub] cloudstack issue #1633: [blocker] CLOUDSTACK-9452: use optparse instead of a...

2016-08-10 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1633 CentOS6 default/epel repos don't have python 2.7 :) There are large installations running old code, old hardware, old kernels/OSs; they will get upgraded over time, but they need to be supported f

[GitHub] cloudstack issue #1633: [blocker] CLOUDSTACK-9452: use optparse instead of a...

2016-08-10 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1633 Packaging result: ✖centos6 ✔centos7 ✔debian repo: http://packages.shapeblue.com/cloudstack/pr/1633 Job ID-73 --- If your project is set up for it, you can reply to this email an

[GitHub] cloudstack issue #1633: [blocker] CLOUDSTACK-9452: use optparse instead of a...

2016-08-10 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1633 @wido @sverrirab will adding python-argparse as a dependency be an acceptable solution to the problem? this package is available on el6, but python 2.7 is not available (without using one of the 3

[GitHub] cloudstack issue #1633: [blocker] CLOUDSTACK-9452: use optparse instead of a...

2016-08-10 Thread sverrirab
Github user sverrirab commented on the issue: https://github.com/apache/cloudstack/pull/1633 adding the python-argparse dependency is fine by me. I have not tested that combination though. --- If your project is set up for it, you can reply to this email and have your reply appear o

[GitHub] cloudstack issue #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Make NFS ...

2016-08-10 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1615 Packaging result: ✔centos6 ✔centos7 ✔debian repo: http://packages.shapeblue.com/cloudstack/pr/1615 Job ID-74 --- If your project is set up for it, you can reply to this email an

[GitHub] cloudstack issue #1633: [blocker] CLOUDSTACK-9452: use optparse instead of a...

2016-08-10 Thread wido
Github user wido commented on the issue: https://github.com/apache/cloudstack/pull/1633 @rhtyd I'm fine with adding it as a dependency. Perception is different here I think. My personal opinion is that nobody should be running CentOS 6 with CloudStack in production just as muc

Re: stopVirtualMachine command ignores the forced parameter

2016-08-10 Thread Jeff Hair
Looks like Nathan has already opened a PR for this: https://github.com/apache/cloudstack/pull/1632 *Jeff Hair* Technical Lead and Software Developer Tel: (+354) 415 0200 j...@greenqloud.com www.greenqloud.com On Wed, Aug 10, 2016 at 7:01 AM, Wei ZHOU wrote: > We also noticed this issue. > > >

[GitHub] cloudstack pull request #1580: CLOUDSTACK-9402 : Support for underlay featur...

2016-08-10 Thread nlivens
Github user nlivens closed the pull request at: https://github.com/apache/cloudstack/pull/1580 --- 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 i

[GitHub] cloudstack pull request #1580: CLOUDSTACK-9402 : Support for underlay featur...

2016-08-10 Thread nlivens
GitHub user nlivens reopened a pull request: https://github.com/apache/cloudstack/pull/1580 CLOUDSTACK-9402 : Support for underlay features (Source & Static NAT to underlay) in Nuage VSP plugin Support for underlay features (Source & Static NAT to underlay) with Nuage VSP SDN Plugi

[GitHub] cloudstack pull request #1633: [blocker] CLOUDSTACK-9452: use optparse inste...

2016-08-10 Thread rhtyd
Github user rhtyd closed the pull request at: https://github.com/apache/cloudstack/pull/1633 --- 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

[GitHub] cloudstack issue #1633: [blocker] CLOUDSTACK-9452: use optparse instead of a...

2016-08-10 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1633 @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] cloudstack pull request #1634: [blocker] CLOUDSTACK-9452: add python-argpars...

2016-08-10 Thread rhtyd
GitHub user rhtyd opened a pull request: https://github.com/apache/cloudstack/pull/1634 [blocker] CLOUDSTACK-9452: add python-argparse dependency on el6,7 rpms The patchviasocket script was rewritten in Python from PR #1533 and made assumptions that Python 2.7 would be available.

[GitHub] cloudstack issue #1634: [blocker] CLOUDSTACK-9452: add python-argparse depen...

2016-08-10 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1634 @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] cloudstack issue #1634: [blocker] CLOUDSTACK-9452: add python-argparse depen...

2016-08-10 Thread sverrirab
Github user sverrirab commented on the issue: https://github.com/apache/cloudstack/pull/1634 +1 from me (for what it's worth) --- 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 enab

[GitHub] cloudstack issue #1633: [blocker] CLOUDSTACK-9452: use optparse instead of a...

2016-08-10 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1633 Packaging result: ✔centos6 ✔centos7 ✔debian repo: http://packages.shapeblue.com/cloudstack/pr/1633 Job ID-75 --- If your project is set up for it, you can reply to this email an

Virtual Router Configuration Time Linearly Increases in 4.7

2016-08-10 Thread Jeff Hair
There is a problem in the virtual router in 4.7 where the time to execute router configuration commands linearly increases. This is because the router continually executes command updates for instances it no longer needs to care about, such as ones that were destroyed. The main culprits are SetStat

[GitHub] cloudstack issue #1634: [blocker] CLOUDSTACK-9452: add python-argparse depen...

2016-08-10 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1634 Packaging result: ✔centos6 ✔centos7 ✔debian repo: http://packages.shapeblue.com/cloudstack/pr/1634 Job ID-77 --- If your project is set up for it, you can reply to this email an

[GitHub] cloudstack issue #1541: Systemd packaging for Ubuntu 16.04

2016-08-10 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1541 @wido sure I'll spend sometime testing them as well. Since this is packaging only changes, should we get this on 4.9 for the lts /cc @jburwell @karuturi ? --- If your project is set up for it, y

[GitHub] cloudstack issue #1541: Systemd packaging for Ubuntu 16.04

2016-08-10 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1541 @blueorangutan package --- 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

[GitHub] cloudstack issue #1541: Systemd packaging for Ubuntu 16.04

2016-08-10 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1541 @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] cloudstack issue #1578: CLOUDSTACK-9401 : Support for Internal DNS in Nuage ...

2016-08-10 Thread prashanthvarma
Github user prashanthvarma commented on the issue: https://github.com/apache/cloudstack/pull/1578 Marvin test code PEP8 & PyFlakes compliance: CloudStack$ CloudStack$ pep8 test/integration/plugins/nuagevsp/*.py CloudStack$ CloudStack$ pyflakes test/integration/plugins/nu

[GitHub] cloudstack issue #1541: Systemd packaging for Ubuntu 16.04

2016-08-10 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1541 Packaging result: ✔centos6 ✔centos7 ✖debian repo: http://packages.shapeblue.com/cloudstack/pr/1541 Job ID-78 --- If your project is set up for it, you can reply to this email an

[GitHub] cloudstack issue #1541: Systemd packaging for Ubuntu 16.04

2016-08-10 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1541 Build system did not have dh-systemd pkg installed, rekicked build job. --- 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 proj

[GitHub] cloudstack issue #1541: Systemd packaging for Ubuntu 16.04

2016-08-10 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1541 @wido can you apply the PR on 4.9/master and fix build? I got following failures. It would be great if this PR can opened for 4.9. Thanks. Error from Jenkins build: dh_install d

Re: Virtual Router Configuration Time Linearly Increases in 4.7

2016-08-10 Thread Wei ZHOU
Jeff, do you mean this PR ? it is already in 4.7 branch. https://github.com/apache/cloudstack/pull/1356 -Wei 2016-08-10 11:55 GMT+02:00 Jeff Hair : > There is a problem in the virtual router in 4.7 where the time to execute > router configuration commands linearly increases. This is because the

[DISCUSS] Marvin optimizations

2016-08-10 Thread Abhinandan Prateek
Hi, Most of us have been running marvin tests in virtual environments and it takes days to run all the tests. I have filed https://issues.apache.org/jira/browse/CLOUDSTACK-9453 to work on few enhancements that have the potential to substantially speedup the tests. I think there are others wil

[GitHub] cloudstack issue #1612: CLOUDSTACK-9446: Marvin and integration-tests packag...

2016-08-10 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1612 Just to note here for future reference: this PR was backported to 4.5 and 4.6 branches as well. --- If your project is set up for it, you can reply to this email and have your reply appear on Git

[GitHub] cloudstack issue #1580: CLOUDSTACK-9402 : Support for underlay features (Sou...

2016-08-10 Thread prashanthvarma
Github user prashanthvarma commented on the issue: https://github.com/apache/cloudstack/pull/1580 Marvin test code PEP8 & PyFlakes compliance: CloudStack$ CloudStack$ pep8 test/integration/plugins/nuagevsp/.py CloudStack$ CloudStack$ pyflakes test/integration/plugins/nua

[GitHub] cloudstack issue #1577: CLOUDSTACK-9321 : Multiple Internal LB rules (more t...

2016-08-10 Thread prashanthvarma
Github user prashanthvarma commented on the issue: https://github.com/apache/cloudstack/pull/1577 Marvin test code PEP8 & PyFlakes compliance: CloudStack$ CloudStack$ pep8 test/integration/plugins/nuagevsp/*.py CloudStack$ CloudStack$ pyflakes test/integration/plugins/nu

Re: Virtual Router Configuration Time Linearly Increases in 4.7

2016-08-10 Thread Jeff Hair
Hi, I did discover that PR while looking, but it's not that one. Our production system has that PR in it as well, yet we still see the issue with the virtual routers. Perhaps I am mis-remembering and I need to open a new bug report? Jeff *Jeff Hair* Technical Lead and Software Developer Tel: (

VPN User/Pass printed in plain text in syslog on VR

2016-08-10 Thread Matthew Smart
Hey guys, I am new to Cloudstack and Apache (from a dev perspective) so forgive me if this is not the proper place for this... and let me know where I should be reporting issues like this. I am getting Remote Access VPN configured in my test environment and in my debugging I noticed that if

[GitHub] cloudstack pull request #1545: CLOUDSTACK-8715: Add channel to Instances for...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1545#discussion_r74247733 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java --- @@ -768,6 +770,12 @@ public boolean configure

[GitHub] cloudstack pull request #1545: CLOUDSTACK-8715: Add channel to Instances for...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1545#discussion_r74248311 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java --- @@ -1978,11 +1986,16 @@ So if getMinSpeed() r

[GitHub] cloudstack pull request #1545: CLOUDSTACK-8715: Add channel to Instances for...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1545#discussion_r74248622 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java --- @@ -244,6 +245,7 @@ protected long _

[GitHub] cloudstack pull request #1545: CLOUDSTACK-8715: Add channel to Instances for...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1545#discussion_r74248818 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtDomainXMLParser.java --- @@ -171,6 +174,25 @@ public boolean parseDomain

[GitHub] cloudstack pull request #1545: CLOUDSTACK-8715: Add channel to Instances for...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1545#discussion_r74249185 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtDomainXMLParser.java --- @@ -171,6 +174,25 @@ public boolean parseDomain

[GitHub] cloudstack pull request #1545: CLOUDSTACK-8715: Add channel to Instances for...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1545#discussion_r74249341 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtDomainXMLParser.java --- @@ -171,6 +174,25 @@ public boolean parseDomain

[GitHub] cloudstack pull request #1545: CLOUDSTACK-8715: Add channel to Instances for...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1545#discussion_r74249850 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtDomainXMLParser.java --- @@ -234,6 +256,10 @@ public Integer getVncPort(

[GitHub] cloudstack pull request #1545: CLOUDSTACK-8715: Add channel to Instances for...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1545#discussion_r74250104 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtVMDef.java --- @@ -1209,25 +1209,95 @@ public String toString() {

[GitHub] cloudstack pull request #1545: CLOUDSTACK-8715: Add channel to Instances for...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1545#discussion_r74250269 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtVMDef.java --- @@ -1209,25 +1209,95 @@ public String toString() {

[GitHub] cloudstack pull request #1545: CLOUDSTACK-8715: Add channel to Instances for...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1545#discussion_r74250260 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtVMDef.java --- @@ -1209,25 +1209,95 @@ public String toString() {

[GitHub] cloudstack pull request #1545: CLOUDSTACK-8715: Add channel to Instances for...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1545#discussion_r74250288 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtVMDef.java --- @@ -1209,25 +1209,95 @@ public String toString() {

[GitHub] cloudstack pull request #1545: CLOUDSTACK-8715: Add channel to Instances for...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1545#discussion_r74250378 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtVMDef.java --- @@ -1209,25 +1209,95 @@ public String toString() {

[GitHub] cloudstack pull request #1545: CLOUDSTACK-8715: Add channel to Instances for...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1545#discussion_r74250473 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtVMDef.java --- @@ -1209,25 +1209,95 @@ public String toString() {

[GitHub] cloudstack pull request #1545: CLOUDSTACK-8715: Add channel to Instances for...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1545#discussion_r74250773 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtVMDef.java --- @@ -1209,25 +1209,95 @@ public String toString() {

[GitHub] cloudstack pull request #1545: CLOUDSTACK-8715: Add channel to Instances for...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1545#discussion_r74251286 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtVMDef.java --- @@ -1209,25 +1209,95 @@ public String toString() {

[GitHub] cloudstack pull request #1545: CLOUDSTACK-8715: Add channel to Instances for...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1545#discussion_r74251739 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtVMDef.java --- @@ -1209,25 +1209,95 @@ public String toString() {

[GitHub] cloudstack issue #1579: CLOUDSTACK-9403 : Support for shared networks in Nua...

2016-08-10 Thread prashanthvarma
Github user prashanthvarma commented on the issue: https://github.com/apache/cloudstack/pull/1579 Marvin test code PEP8 & PyFlakes compliance: CloudStack$ CloudStack$ pep8 test/integration/plugins/nuagevsp/*.py CloudStack$ CloudStack$ pyflakes test/integration/plugins/nu

[GitHub] cloudstack issue #1545: CLOUDSTACK-8715: Add channel to Instances for Qemu G...

2016-08-10 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1545 @wido @rhtyd given the flakiness of patchviasocket, I think we should consider including this fix in all supported branches (4.8, 4.9, and master). The issues I have seen move this bug from a

[GitHub] cloudstack pull request #1602: CLOUDSTACK-9422: Granular 'vmware.create.full...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1602#discussion_r74271023 --- Diff: plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareStorageSubsystemCommandHandler.java --- @@ -66,19 +68,28 @@ public VmwareSto

[GitHub] cloudstack issue #1634: [blocker] CLOUDSTACK-9452: add python-argparse depen...

2016-08-10 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1634 LGTM for code --- 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, o

[GitHub] cloudstack issue #1541: Systemd packaging for Ubuntu 16.04

2016-08-10 Thread wido
Github user wido commented on the issue: https://github.com/apache/cloudstack/pull/1541 Done @rhtyd , it should build now --- 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

[GitHub] cloudstack pull request #1602: CLOUDSTACK-9422: Granular 'vmware.create.full...

2016-08-10 Thread nvazquez
Github user nvazquez commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1602#discussion_r74301008 --- Diff: plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareStorageSubsystemCommandHandler.java --- @@ -66,19 +68,28 @@ public VmwareSto

Re: [VOTE] Apache Cloudstack 4.8.1 RC2

2016-08-10 Thread Tutkowski, Mike
+1 (binding) I have run tests on this using a Basic Zone with both VMware 5.5 (two hosts) and XenServer 6.5 (two hosts). The zone was created using the RC with XenServer. All system VMs were running on local storage. I added primary storages to the zone that make use of different SolidFire pl

Re: [VOTE] Apache Cloudstack 4.8.1 RC2

2016-08-10 Thread Will Stevens
Thanks Mike. :) *Will STEVENS* Lead Developer *CloudOps* *| *Cloud Solutions Experts 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 w cloudops.com *|* tw @CloudOps_ On Wed, Aug 10, 2016 at 2:24 PM, Tutkowski, Mike wrote: > +1 (binding) > > I have run tests on this using a Basic Zone with bot

[GitHub] cloudstack issue #1630: Add projectid to project details page

2016-08-10 Thread swill
Github user swill commented on the issue: https://github.com/apache/cloudstack/pull/1630 LGTM --- 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

Re: [VOTE] Apache Cloudstack 4.8.1 RC2

2016-08-10 Thread Simon Weller
+1 We're running this in production with a few cherry picked upstream patches. Environment: Centos 7, KVM with advanced networking (VPCs) and RBD. From: williamstev...@gmail.com on behalf of Will Stevens Sent: Wednesday, August 10, 2016 1:49 PM To: dev@cloud

[GitHub] cloudstack issue #1541: Systemd packaging for Ubuntu 16.04

2016-08-10 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1541 @blueorangutan package --- 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

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74313420 --- Diff: server/test/com/cloud/user/AccountManagerImplTest.java --- @@ -231,6 +253,73 @@ public void cleanup() { CallContext.unregister();

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74313401 --- Diff: server/test/com/cloud/user/AccountManagerImplTest.java --- @@ -231,6 +253,73 @@ public void cleanup() { CallContext.unregister();

[GitHub] cloudstack issue #1541: Systemd packaging for Ubuntu 16.04

2016-08-10 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1541 @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74313885 --- Diff: server/test/com/cloud/user/AccountManagerImplTest.java --- @@ -231,6 +253,73 @@ public void cleanup() { CallContext.unregister();

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74313796 --- Diff: server/test/com/cloud/user/AccountManagerImplTest.java --- @@ -231,6 +253,73 @@ public void cleanup() { CallContext.unregister();

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74313918 --- Diff: server/test/com/cloud/user/AccountManagerImplTest.java --- @@ -231,6 +253,73 @@ public void cleanup() { CallContext.unregister();

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74314062 --- Diff: server/test/com/cloud/user/MockUsageEventDao.java --- @@ -0,0 +1,356 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74314074 --- Diff: server/test/com/cloud/user/MockUsageEventDao.java --- @@ -0,0 +1,356 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74314037 --- Diff: server/test/com/cloud/user/MockUsageEventDao.java --- @@ -0,0 +1,356 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74314114 --- Diff: server/test/com/cloud/user/MockUsageEventDao.java --- @@ -0,0 +1,356 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74314104 --- Diff: server/test/com/cloud/user/MockUsageEventDao.java --- @@ -0,0 +1,356 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74314127 --- Diff: server/test/com/cloud/user/MockUsageEventDao.java --- @@ -0,0 +1,356 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74314149 --- Diff: server/test/com/cloud/user/MockUsageEventDao.java --- @@ -0,0 +1,356 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74314166 --- Diff: server/test/com/cloud/user/MockUsageEventDao.java --- @@ -0,0 +1,356 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74314190 --- Diff: server/test/com/cloud/user/MockUsageEventDao.java --- @@ -0,0 +1,356 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74314175 --- Diff: server/test/com/cloud/user/MockUsageEventDao.java --- @@ -0,0 +1,356 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74314220 --- Diff: server/test/com/cloud/user/MockUsageEventDao.java --- @@ -0,0 +1,356 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74314203 --- Diff: server/test/com/cloud/user/MockUsageEventDao.java --- @@ -0,0 +1,356 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74314244 --- Diff: server/test/com/cloud/user/MockUsageEventDao.java --- @@ -0,0 +1,356 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74314253 --- Diff: server/test/com/cloud/user/MockUsageEventDao.java --- @@ -0,0 +1,356 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74314233 --- Diff: server/test/com/cloud/user/MockUsageEventDao.java --- @@ -0,0 +1,356 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74314270 --- Diff: server/test/com/cloud/user/MockUsageEventDao.java --- @@ -0,0 +1,356 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74314285 --- Diff: server/test/com/cloud/user/MockUsageEventDao.java --- @@ -0,0 +1,356 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cloudstack pull request #1624: Fixes regarding VOLUME_DELETE events resultin...

2016-08-10 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1624#discussion_r74314305 --- Diff: server/test/com/cloud/user/MockUsageEventDao.java --- @@ -0,0 +1,356 @@ +// Licensed to the Apache Software Foundation (ASF) under one

  1   2   >