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

2016-08-09 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1615 @jburwell I understand these comments: "help", "hello", "thanks", "package", "test" Authorized contributors for kicking Trillian Jenkins test jobs are: ['rhtyd', 'jburwell',

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

2016-08-09 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1615 @jburwell a Trillian-Jenkins test job (centos7 mgmt + vmware-55u3) has been kicked to run smoke tests against packages at http://packages.shapeblue.com/cloudstack/pr/1615 --- If your

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

2016-08-09 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1615 @blueorangutan help --- 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

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

2016-08-09 Thread nvazquez
Github user nvazquez commented on the issue: https://github.com/apache/cloudstack/pull/1615 Sure, done --- 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

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

2016-08-09 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1615 @nvazquez thanks for updates. The Jenkins build failed. It appears to be due a timeout. Could you please force a rebuild by executing ``git commit --amend --no-edit && git push -f``? ---

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

2016-08-09 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1545 @wido thanks @jburwell With 4.9/lts we've reproduced many issues around patchviasocket timing out. If this is a better and more robust approach, should we have this fix in 4.9/lts as

[GitHub] cloudstack pull request #1632: Honor the forced parameter for stopVirtualMac...

2016-08-09 Thread nathanejohnson
GitHub user nathanejohnson opened a pull request: https://github.com/apache/cloudstack/pull/1632 Honor the forced parameter for stopVirtualMachine api call CLOUDSTACK-9451 https://issues.apache.org/jira/browse/CLOUDSTACK-9451 You can merge this pull request into a Git

Re: stopVirtualMachine command ignores the forced parameter

2016-08-09 Thread Nathan Johnson
Jeff Hair wrote: > 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 will always > be false, despite

Re: stopVirtualMachine command ignores the forced parameter

2016-08-09 Thread Simon Weller
Well, that's not good! We were just about to implement this feature, so we'll go digging on this as well. - Si From: Jeff Hair Sent: Tuesday, August 9, 2016 12:21 PM To: dev@cloudstack.apache.org Subject: stopVirtualMachine command

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

2016-08-09 Thread nvazquez
Github user nvazquez commented on the issue: https://github.com/apache/cloudstack/pull/1615 Done, thanks @jburwell for your review! --- 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

stopVirtualMachine command ignores the forced parameter

2016-08-09 Thread 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 will always be false, despite what the API command says. Going back to commit

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

2016-08-09 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1615 @nvazquez looking good. One small item on the ``checkstate`` comment. Also, could you please squash your commits? --- If your project is set up for it, you can reply to this email and have

[GitHub] cloudstack pull request #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Ma...

2016-08-09 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1615#discussion_r74079012 --- Diff: server/src/com/cloud/storage/ImageStoreDetailsUtil.java --- @@ -20,48 +20,68 @@ import javax.inject.Inject; +import

[GitHub] cloudstack pull request #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Ma...

2016-08-09 Thread nvazquez
Github user nvazquez commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1615#discussion_r74068727 --- Diff: server/src/com/cloud/storage/ImageStoreDetailsUtil.java --- @@ -20,48 +20,68 @@ import javax.inject.Inject; +import

[GitHub] cloudstack pull request #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Ma...

2016-08-09 Thread nvazquez
Github user nvazquez commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1615#discussion_r74067494 --- Diff: server/src/com/cloud/storage/ImageStoreDetailsUtil.java --- @@ -20,48 +20,68 @@ import javax.inject.Inject; +import

[GitHub] cloudstack pull request #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Ma...

2016-08-09 Thread nvazquez
Github user nvazquez commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1615#discussion_r74067440 --- Diff: server/src/com/cloud/configuration/ConfigurationManagerImpl.java --- @@ -520,6 +528,16 @@ public String updateConfiguration(final long

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

2016-08-09 Thread nvazquez
Github user nvazquez commented on the issue: https://github.com/apache/cloudstack/pull/1602 Thanks @jburwell for your review! I refactored based on your comments. --- 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

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

2016-08-09 Thread wido
Github user wido commented on the issue: https://github.com/apache/cloudstack/pull/1545 @rhtyd: Yes, it does. It installs the Qemu Guest Agent into the SSVM. --- 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

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

2016-08-09 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1545 LGTM, @wido looks like this will require a new systemvm template? --- 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

Re: SSLv3 on Apache Cloudstack 4.9.0 RC2

2016-08-09 Thread Rohit Yadav
Hi Ilya, The error is not specifically produced by cloudmonkey but from requests [1] which uses urllib/python. If you're on OSX, you may need to rebuild python with openssl supporting the specific cipher suite. Can you share what is your host os (osx vs linux?) and the output of: 1. python

Re: [4.9.0] new mysql connector

2016-08-09 Thread Wido den Hollander
> Op 9 augustus 2016 om 12:57 schreef Pierre-Luc Dion : > > > Wido, after dist-upgrade you were running at Ubuntu 16.04, correct? > No, that is what the name seems to suggest. The sources.list still contained the 14.04 sources. dist-upgrade however installs additional

Re: [4.9.0] new mysql connector

2016-08-09 Thread Pierre-Luc Dion
Wido, after dist-upgrade you were running at Ubuntu 16.04, correct? On Aug 9, 2016 06:33, "Wido den Hollander" wrote: > > > Op 9 augustus 2016 om 12:30 schreef Rajani Karuturi : > > > > > > on a fresh install dist-upgrade didnt work for me. > > Doing apt-get

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

2016-08-09 Thread rhtyd
Github user rhtyd 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

Re: [4.9.0] new mysql connector

2016-08-09 Thread Wido den Hollander
> Op 9 augustus 2016 om 12:30 schreef Rajani Karuturi : > > > on a fresh install dist-upgrade didnt work for me. > Doing apt-get install python-mysql.connector worked. > Did you install the .deb packages using 'dpkg'? If so, that indeed doesn't install dependencies. When

Re: [4.9.0] new mysql connector

2016-08-09 Thread Rajani Karuturi
on a fresh install dist-upgrade didnt work for me. Doing apt-get install python-mysql.connector worked. ~ Rajani http://cloudplatform.accelerite.com/ On August 9, 2016 at 1:07 PM, Wido den Hollander (w...@widodh.nl) wrote: Op 8 augustus 2016 om 22:29 schreef Pierre-Luc Dion

Re: Please add me to Jira Contributors List

2016-08-09 Thread Rajani Karuturi
Done. ~ Rajani http://cloudplatform.accelerite.com/ On August 8, 2016 at 7:18 PM, Frank Maximus (frank.maxi...@nuagenetworks.net) wrote: Hi, I want to assign a jira issue I created to myself. Can my account *fmaximus* be added to the contributors list. Thanks in advance, *Frank Maximus *

[GitHub] cloudstack issue #1626: [blocker] Fix systemvm template build

2016-08-09 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1626 Thanks @karuturi --- 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,

[GitHub] cloudstack pull request #1626: [blocker] Fix systemvm template build

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

[GitHub] cloudstack issue #1626: [blocker] Fix systemvm template build

2016-08-09 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1626 @karuturi that is fine, we're not doing systemvmtemplate for 4.9 or maybe 4.10. This fixes the systemvm template build issue, so please merge on 4.9 branch and fwd merge it. It's because, we may

[GitHub] cloudstack issue #1626: [blocker] Fix systemvm template build

2016-08-09 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1626 can you rebase this PR to master? we wont be doing a new systemvm for 4.9.* --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] cloudstack issue #1626: [blocker] Fix systemvm template build

2016-08-09 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1626 ok. merging this 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 and

Re: [4.9.0] new mysql connector

2016-08-09 Thread Wido den Hollander
> Op 8 augustus 2016 om 22:29 schreef Pierre-Luc Dion : > > > Hi, > > From what I'm seeing we need to upgrade the MySQL connector for Python with > 4.9.0 on CentOS. > > Here is the suggested path, tested on CentOS6 [1]. This snipped will be > part of the upgrade and

[GitHub] cloudstack-docs-rn pull request #29: 4.9

2016-08-09 Thread karuturi
Github user karuturi commented on a diff in the pull request: https://github.com/apache/cloudstack-docs-rn/pull/29#discussion_r74007970 --- Diff: source/upgrade/_mysql_connector.rst --- @@ -0,0 +1,33 @@ +Install new MySQL connector +^^^ +