[GitHub] cloudstack issue #1597: added constant for magic code

2016-06-28 Thread syed
Github user syed commented on the issue: https://github.com/apache/cloudstack/pull/1597 @vcharmcaster it looks like your commit still did not fix the problems. Can you check the problems I mentioned in my previous comments. There are some trailing spaces and tabs which need to be

[GitHub] cloudstack issue #1597: added constant for magic code

2016-06-28 Thread vcharmcaster
Github user vcharmcaster commented on the issue: https://github.com/apache/cloudstack/pull/1597 @swill @syed updated formatting. Let me know if i missed something. --- 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

Re: 4.9/master Testing Coordination

2016-06-28 Thread Will Stevens
Rohit, Simon and his team is in the final push getting their next internal production release ready to ship, so their testing of 4.9 has paused while they get that ready. I suspect he and his team will have limited time to dedicate to this in this week. Just figured I would pass that along if he

Re: 4.9/master Testing Coordination

2016-06-28 Thread Rohit Yadav
Hi Simon, Thanks for sharing. I'm continuing the discussion from a PR (https://github.com/apache/cloudstack/pull/1549#issuecomment-229070969) here wrt NIO ssl agent connection. Are you using latest master, and are you able to consistently reproduce the issue? Make sure that both management

[GitHub] cloudstack issue #1549: CLOUDSTACK-9348: NioConnection improvements

2016-06-28 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1549 @swill close to two months now. Can you add the mgmt server logs, heap dump and any other dumps which can help me fix the issue. @swill @kiwiflyer Can you please open a JIRA issue where you

[GitHub] cloudstack issue #1598: [CLOUDSTACK-9423] Add ability to get virtual size of...

2016-06-28 Thread swill
Github user swill commented on the issue: https://github.com/apache/cloudstack/pull/1598 Good enough. Thanks... :) --- 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 #1598: [CLOUDSTACK-9423] Add ability to get virtual size of...

2016-06-28 Thread syed
Github user syed commented on the issue: https://github.com/apache/cloudstack/pull/1598 @swill. I've fixed the whitespaces and rebased everything. Should be good now. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cloudstack pull request #1547: Fixes for VirtualRouters in Basic Networking,...

2016-06-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/1547 --- 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 #1598: [CLOUDSTACK-9423] Add ability to get virtual size of...

2016-06-28 Thread swill
Github user swill commented on the issue: https://github.com/apache/cloudstack/pull/1598 @syed, can you do a once through and clean up some of the white space issues in this diff. I have highlighted a couple. The method indent is the most important, but there are a few other cases

[GitHub] cloudstack pull request #1598: [CLOUDSTACK-9423] Add ability to get virtual ...

2016-06-28 Thread swill
Github user swill commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1598#discussion_r68779423 --- Diff: core/src/com/cloud/storage/template/VhdProcessor.java --- @@ -91,27 +97,58 @@ public long getVirtualSize(File file) throws IOException {

[GitHub] cloudstack pull request #1598: [CLOUDSTACK-9423] Add ability to get virtual ...

2016-06-28 Thread swill
Github user swill commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1598#discussion_r68779079 --- Diff: core/src/com/cloud/storage/template/VhdProcessor.java --- @@ -91,27 +97,58 @@ public long getVirtualSize(File file) throws IOException {

[GitHub] cloudstack pull request #1596: CLOUDSTACK-9353: [XenServer] Fixed VM migrati...

2016-06-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/1596 --- 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 pull request #1581: CLOUDSTACK-9404 Fixed ordering of network ACL...

2016-06-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/1581 --- 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 #1597: added constant for magic code

2016-06-28 Thread swill
Github user swill commented on the issue: https://github.com/apache/cloudstack/pull/1597 Should the result of the splits be stripped of whitespace to make sure there is no extra whitespace being saved into variables? --- If your project is set up for it, you can reply to this email

[GitHub] cloudstack issue #1595: ui: show resize volume button to all users

2016-06-28 Thread syed
Github user syed commented on the issue: https://github.com/apache/cloudstack/pull/1595 LGTM :+1: --- 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

[GitHub] cloudstack issue #1597: added constant for magic code

2016-06-28 Thread syed
Github user syed commented on the issue: https://github.com/apache/cloudstack/pull/1597 Looks like there are some trailing space problems. Can you please fix that @vcharmcaster ```

[GitHub] cloudstack issue #1598: [CLOUDSTACK-9423] Add ability to get virtual size of...

2016-06-28 Thread swill
Github user swill commented on the issue: https://github.com/apache/cloudstack/pull/1598 This is coming back clean. Since it fixes issues in 4.9, I think it should be merged... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cloudstack issue #1596: CLOUDSTACK-9353: [XenServer] Fixed VM migration with...

2016-06-28 Thread swill
Github user swill commented on the issue: https://github.com/apache/cloudstack/pull/1596 Ok, this is coming back clean. Do you guys agree I should merge this into 4.9 as it fixes issues? Thanks... --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1596: CLOUDSTACK-9353: [XenServer] Fixed VM migration with...

2016-06-28 Thread swill
Github user swill commented on the issue: https://github.com/apache/cloudstack/pull/1596 ### CI RESULTS ``` Tests Run: 85 Skipped: 0 Failed: 0 Errors: 0 Duration: 4h 02m 49s ``` **Associated Uploads**

[GitHub] cloudstack issue #1598: [CLOUDSTACK-9423] Add ability to get virtual size of...

2016-06-28 Thread swill
Github user swill commented on the issue: https://github.com/apache/cloudstack/pull/1598 ### CI RESULTS ``` Tests Run: 85 Skipped: 0 Failed: 0 Errors: 0 Duration: 4h 07m 10s ``` **Associated Uploads**

[GitHub] cloudstack issue #1549: CLOUDSTACK-9348: NioConnection improvements

2016-06-28 Thread swill
Github user swill commented on the issue: https://github.com/apache/cloudstack/pull/1549 This was shared in the "4.9/master Testing Coordination" thread. Simon Weller and his team at ENA have run into this on the latest master in both of their hardware labs while testing master for

[DISCUSS] Split Marvin to its own repository

2016-06-28 Thread Rohit Yadav
All, I've made few changes which allows for a standalone Marvin. We currently have Marvin in the CloudStack repository because of the 'cloudstackAPI' code generation that is done during build time. Marvin allows 'cloudstackAPI' to be generated at runtime if a URL end-point is provided. Some

[GitHub] cloudstack issue #1599: Independent marvin

2016-06-28 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1599 /cc @swill @jburwell @abhinandanprateek @murali-reddy @DaanHoogland @wido --- 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 pull request #1599: Independent marvin

2016-06-28 Thread rhtyd
GitHub user rhtyd opened a pull request: https://github.com/apache/cloudstack/pull/1599 Independent marvin The aim is to make marvin independent of CloudStack. I had started this work few months ago, but recently resumed it after working on Trillian. - The aim is to show

[GitHub] cloudstack pull request #1549: CLOUDSTACK-9348: NioConnection improvements

2016-06-28 Thread rhtyd
Github user rhtyd commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1549#discussion_r68709839 --- Diff: utils/src/main/java/com/cloud/utils/nio/NioConnection.java --- @@ -125,7 +125,7 @@ public boolean isStartup() { public Boolean call()

[GitHub] cloudstack issue #1549: CLOUDSTACK-9348: NioConnection improvements

2016-06-28 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1549 @swill may I have the mgmt server and agent logs when the failures were intercepted. This is to make sure it's not your environment specific issue. I'll also need the JRE version in use (openjdk,