[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-10-11 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1692 Trillian test result (tid-134) Environment: xenserver-65sp1 (x2), Advanced Networking Total time taken: 36954 seconds Marvin logs: https://github.com/blueorangutan/acs-prs/relea

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

2016-10-11 Thread krissterckx
Github user krissterckx commented on the issue: https://github.com/apache/cloudstack/pull/1578 Hi @jburwell appreciating your view based on the comments addressed. Thanks Kris --- If your project is set up for it, you can reply to this email and have your reply app

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

2016-10-11 Thread krissterckx
Github user krissterckx commented on the issue: https://github.com/apache/cloudstack/pull/1578 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 t

[GitHub] cloudstack pull request #1704: Log refactoring/improving suggestions

2016-10-11 Thread nemo9cby
Github user nemo9cby closed the pull request at: https://github.com/apache/cloudstack/pull/1704 --- 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 #1704: Log refactoring/improving suggestions

2016-10-11 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1704 @nemo9cby no need to apologize -- greatly appreciate the effort. If this PR is done, please feel free to close it. We will focus our review and testing on #1705. Thanks again for the contrib

[GitHub] cloudstack issue #1704: Log refactoring/improving suggestions

2016-10-11 Thread nemo9cby
Github user nemo9cby commented on the issue: https://github.com/apache/cloudstack/pull/1704 @jburwell Thanks for the reply. Yes, this pull request is by accident and I am sorry for the trouble. I have made another pull request #1705 which is the commit with only changes I have made fo

[GitHub] cloudstack issue #1704: Log refactoring/improving suggestions

2016-10-11 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1704 @nemo9cby thank you for working to improve logging in CloudStack. It is an vital function that has not received the love it should. Please re-target this PR to the 4.9 branch rather th

Re: Issue with SSVM on KVM on master

2016-10-11 Thread Tutkowski, Mike
Thanks, Frank! When I went back and made sure to recompile both the management server and my KVM agents without using –Dnoredist, it worked. Perhaps I compiled the management server with –Dnoredist last time. On 10/11/16, 9:33 AM, "Frank Maximus" wrote: Make sure that the VMware plug-ins

[GitHub] cloudstack pull request #1705: Made the changes to improve logging.

2016-10-11 Thread nemo9cby
GitHub user nemo9cby opened a pull request: https://github.com/apache/cloudstack/pull/1705 Made the changes to improve logging. This is for resloving the issue of CLOUSTACK-9465 Several log refactoring/improvement suggestions. You can merge this pull request into a Git repositor

[GitHub] cloudstack pull request #1704: Log refactoring/improving suggestions

2016-10-11 Thread nemo9cby
GitHub user nemo9cby opened a pull request: https://github.com/apache/cloudstack/pull/1704 Log refactoring/improving suggestions You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/cloudstack master Alternatively you can revi

[GitHub] cloudstack pull request #1559: CLOUDSTACK-9280: System VM volumes can be exp...

2016-10-11 Thread ProjectMoon
GitHub user ProjectMoon reopened a pull request: https://github.com/apache/cloudstack/pull/1559 CLOUDSTACK-9280: System VM volumes can be expunged if no SSVM exists. This commit adds a special SSVM endpoint which simply returns true for all operations sent to it, without actually

[GitHub] cloudstack pull request #1559: CLOUDSTACK-9280: System VM volumes can be exp...

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

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

2016-10-11 Thread singalrahul
Github user singalrahul commented on the issue: https://github.com/apache/cloudstack/pull/1578 LGTM After incorporating review comment, the marvin test goes fine :+1: Verify InternalDns on Isolated Network ... === TestName: test_01_Isolated_Network_with_zone | Status

Re: Issue with SSVM on KVM on master

2016-10-11 Thread Frank Maximus
Make sure that the VMware plug-ins are not in the war on the management server, when using kvm. If they are, other options get send to the ssvm, and then it will fail. All has to do with a property premium=true being set when spring loads the VMware plug-in. Regards, Frank On Tue, 11 Oct 2016 16:

Re: Issue with SSVM on KVM on master

2016-10-11 Thread Tutkowski, Mike
As a little correction to what I said, I meant to ask if there is a way in 4.10 to run system VMs without using noredist for the build as I only have KVM hosts in this particular environment. This does seem to work fine in 4.5, so it appears something has changed since that release in this rega