[GitHub] cloudstack issue #1918: Management Server UI (VM statistics page) CPU Utiliz...

2017-04-13 Thread jayakarteek
Github user jayakarteek commented on the issue: https://github.com/apache/cloudstack/pull/1918 tag:mergeready --- 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 #2041: CLOUDSTACK-9873: VR related periodic jobs are schedu...

2017-04-13 Thread ustcweizhou
Github user ustcweizhou commented on the issue: https://github.com/apache/cloudstack/pull/2041 @Slair1 this is already fixed by commit ba9dcba in 4.10/master --- 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 #1837: [4.9] Smoketest Health

2017-04-13 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1837 Trillian test result (tid-995) Environment: xenserver-65sp1 (x2), Advanced Networking with Mgmt server 6 Total time taken: 36760 seconds Marvin logs:

Re: Null Pointer listing public ips for a project

2017-04-13 Thread Wei ZHOU
Hi Will, I checked our platforms. We also have this issue. After investigation, I found a public ip was not released in an account removal in 2015 which should not happen. If you execute the following query, you should get empty result. If not, then something went wrong in the past. select *

Re: Null Pointer listing public ips for a project

2017-04-13 Thread Wei ZHOU
Hi Will, In our case, the account removal is terminated because the last host of a vm is removed from platform, so NPE was thrown. The NPE error is fixed by commit 4312d884629d4a9e7716da4c869433cdaa8181b8 We were running with cloudstack 4.2.1 before, so we fixed it by similar change but the

[GitHub] cloudstack issue #1837: [4.9] Smoketest Health

2017-04-13 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1837 Trillian test result (tid-997) Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7 Total time taken: 36449 seconds Marvin logs:

[GitHub] cloudstack issue #1837: [4.9] Smoketest Health

2017-04-13 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1837 Trillian test result (tid-996) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 36731 seconds Marvin logs:

[GitHub] cloudstack issue #1908: CLOUDSTACK-9317: Fixed disable static nat on leaving...

2017-04-13 Thread jayapalu
Github user jayapalu commented on the issue: https://github.com/apache/cloudstack/pull/1908 @ProjectMoon Jenkins and CI is passed, Can you please give 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

Re: CloudStack related changes in Ansible 2.3

2017-04-13 Thread Rohit Yadav
Thank you for your work Rene! BlueOrangutan with Trillian [1] uses the CloudStack ansible modules for deploying environments and testing CloudStack (PRs, packages etc). [1] https://github.com/shapeblue/Trillian Regards. From: Rene Moser

[GitHub] cloudstack issue #1836: [4.10/master] Smoketest Health

2017-04-13 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1836 Trillian test result (tid-994) Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7 Total time taken: 51552 seconds Marvin logs:

[GitHub] cloudstack issue #1837: [4.9] Smoketest Health

2017-04-13 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1837 @blueorangutan test matrix --- 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 #1837: [4.9] Smoketest Health

2017-04-13 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1837 @rhtyd a Trillian-Jenkins matrix job (centos6 mgmt + xs65sp1, centos7 mgmt + vmware55u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests --- If your project is set up for

[GitHub] cloudstack pull request #1282: CLOUDSTACK-9200: Fixed failed to delete snaps...

2017-04-13 Thread Slair1
Github user Slair1 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1282#discussion_r111500346 --- Diff: engine/storage/snapshot/src/org/apache/cloudstack/storage/snapshot/XenserverSnapshotStrategy.java --- @@ -245,6 +245,12 @@ public boolean

[GitHub] cloudstack issue #1716: CLOUDSTACK-9555 when a template is deleted and then ...

2017-04-13 Thread ustcweizhou
Github user ustcweizhou commented on the issue: https://github.com/apache/cloudstack/pull/1716 this is not an isolated issue. See https://issues.apache.org/jira/browse/CLOUDSTACK-8186 it would be better to fix it in framework/db/ --- If your project is set up for it, you can

Re: Null Pointer listing public ips for a project

2017-04-13 Thread Will Stevens
Yes. I believe this is the issue we are facing as well. The query you supplied returned 3 rows, so I think that is where the problem stems from. We have seen some periodic issues with the deletion of a project not actually cascading the delete of all of the resources associated with it. We have

[GitHub] cloudstack issue #1716: CLOUDSTACK-9555 when a template is deleted and then ...

2017-04-13 Thread cloudmonger
Github user cloudmonger commented on the issue: https://github.com/apache/cloudstack/pull/1716 ### ACS CI BVT Run **Sumarry:** Build Number 531 Hypervisor xenserver NetworkType Advanced Passed=109 Failed=3 Skipped=7 _Link to logs Folder

Re: Null Pointer listing public ips for a project

2017-04-13 Thread Will Stevens
Hey Wei, That sounds about right. I will have a look on our side and see what I can come up with. Thanks, *Will STEVENS* Lead Developer On Thu, Apr 13, 2017 at 3:48 PM, Wei ZHOU wrote: > Hi Will, > > I checked our platforms. We also have this

[GitHub] cloudstack issue #2041: CLOUDSTACK-9873: VR related periodic jobs are schedu...

2017-04-13 Thread Slair1
Github user Slair1 commented on the issue: https://github.com/apache/cloudstack/pull/2041 Any reason that wasn't back-ported to 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 your project does not have this

Re: CloudStack related changes in Ansible 2.3

2017-04-13 Thread Dag Sonstebo
Brilliant – thanks for the continued good work on this René. Regards, Dag Sonstebo Cloud Architect ShapeBlue On 12/04/2017, 16:12, "Rene Moser" wrote: Hi CloudStack users Ansible 2.3 is about to be released, I would like to summarize the CloudStack related

Re: [VOTE] Apache Cloudstack should join the gitbox experiment.

2017-04-13 Thread Wido den Hollander
Hi All, As there were no objections from committers nor PMC members I went ahead and filed a ticket with Infra: https://issues.apache.org/jira/browse/INFRA-13885 Waiting for their response and will update if I have more information regarding this move. Wido > Op 10 april 2017 om 18:22

Re: CloudStack related changes in Ansible 2.3

2017-04-13 Thread Jan-Arve Nygård
Great work! -thinktwo ons. 12. apr. 2017 kl. 17.13 skrev Rene Moser : > Hi CloudStack users > > Ansible 2.3 is about to be released, I would like to summarize the > CloudStack related features and changes in this release. > > > New modules > --- > > - cs_host > -

Two week interval developer standup/meeting

2017-04-13 Thread Wido den Hollander
Hi, With our move to Github/Gitbox [0] I would like to propose a online meeting with a two week interval. Our backlog of PRs on Github is growing and keeps growing. With labeling PRs on Github after moving to the Gitbox project I hope this improves, but I think that a quick call (<1h) every

[GitHub] cloudstack issue #1836: [4.10/master] Smoketest Health

2017-04-13 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1836 @rhtyd @karuturi This is a new improvement introduced in PR1941 that allows volume and VM snapshots to coexist. Now, test test_01_test_vm_volume_snapshot in test_vm_snapshots.py needs to be

Re: CloudStack related changes in Ansible 2.3

2017-04-13 Thread Rajani Karuturi
Great work Rene. Thank you. ~ Rajani http://cloudplatform.accelerite.com/ On April 12, 2017 at 8:43 PM, Rene Moser (m...@renemoser.net) wrote: Hi CloudStack users Ansible 2.3 is about to be released, I would like to summarize the CloudStack related features and changes in this release. New

[GitHub] cloudstack pull request #2043: CLOUDSTACK-9876: Removed test test_01_test_vm...

2017-04-13 Thread anshul1886
GitHub user anshul1886 opened a pull request: https://github.com/apache/cloudstack/pull/2043 CLOUDSTACK-9876: Removed test test_01_test_vm_volume_snapshot As we no longer have that restriction and now after fix for CLOUDSTACK-8663 we allow VM and volume snapshots to exist together

[GitHub] cloudstack issue #914: BUG-ID CLOUDSTACK-8939 VM Snapshot size with memory i...

2017-04-13 Thread yvsubhash
Github user yvsubhash commented on the issue: https://github.com/apache/cloudstack/pull/914 tag:mergeready --- 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 issue #1941: CLOUDSTACK-8663: Fixed various issues to allow VM sn...

2017-04-13 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1941 @anshul1886 There is a test regression due to this PR. Details are at https://github.com/apache/cloudstack/pull/1836#issuecomment-293897257 Can you take a look please? --- If your project

[GitHub] cloudstack issue #874: CLOUDSTACK-8897: baremetal:addHost:make host tag info...

2017-04-13 Thread harikrishna-patnala
Github user harikrishna-patnala commented on the issue: https://github.com/apache/cloudstack/pull/874 tag:mergeready --- 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 #1252: CLOUDSTACK-9182: Some running VMs turned off on manu...

2017-04-13 Thread cloudmonger
Github user cloudmonger commented on the issue: https://github.com/apache/cloudstack/pull/1252 ### ACS CI BVT Run **Sumarry:** Build Number 532 Hypervisor xenserver NetworkType Advanced Passed=110 Failed=2 Skipped=7 _Link to logs Folder

[GitHub] cloudstack pull request #2042: CLOUDSTACK-9875: Unable to re-apply Explicit ...

2017-04-13 Thread harikrishna-patnala
GitHub user harikrishna-patnala opened a pull request: https://github.com/apache/cloudstack/pull/2042 CLOUDSTACK-9875: Unable to re-apply Explicit dedication to VM Problem: When a VM is deployed with in an Affinity group which has the cluster dedicated to a subdomain (zone is

[GitHub] cloudstack issue #1996: CLOUDSTACK-9099: SecretKey is returned from the APIs

2017-04-13 Thread jayapalu
Github user jayapalu commented on the issue: https://github.com/apache/cloudstack/pull/1996 In the travis ci the tests are failing it could be because of timeout. But when I run some of the test locally it is passing. The same test test_invalid_gw_nm is failing in travis

[GitHub] cloudstack issue #1941: CLOUDSTACK-8663: Fixed various issues to allow VM sn...

2017-04-13 Thread anshul1886
Github user anshul1886 commented on the issue: https://github.com/apache/cloudstack/pull/1941 @karuturi Raised #2043 to remove the test which is no longer needed. --- 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 #1282: CLOUDSTACK-9200: Fixed failed to delete snaps...

2017-04-13 Thread anshul1886
Github user anshul1886 closed the pull request at: https://github.com/apache/cloudstack/pull/1282 --- 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

[GitHub] cloudstack pull request #1867: CLOUDSTACK-9706: Added snapshots cleanup in s...

2017-04-13 Thread anshul1886
Github user anshul1886 closed the pull request at: https://github.com/apache/cloudstack/pull/1867 --- 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

[GitHub] cloudstack pull request #1282: CLOUDSTACK-9200: Fixed failed to delete snaps...

2017-04-13 Thread anshul1886
Github user anshul1886 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1282#discussion_r111531779 --- Diff: engine/storage/snapshot/src/org/apache/cloudstack/storage/snapshot/XenserverSnapshotStrategy.java --- @@ -245,6 +245,12 @@ public boolean

[GitHub] cloudstack pull request #1867: CLOUDSTACK-9706: Added snapshots cleanup in s...

2017-04-13 Thread anshul1886
GitHub user anshul1886 reopened a pull request: https://github.com/apache/cloudstack/pull/1867 CLOUDSTACK-9706: Added snapshots cleanup in start and storage GC thre… …ad if they are failed to cleanup during DeleteSnapshot command You can merge this pull request into a Git

[GitHub] cloudstack pull request #2023: BUG-ID: CLOUDSTACK-9808 Added system Vm upgra...

2017-04-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/2023 --- 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

Re: [4.10] VPN disconnected while network changes taken

2017-04-13 Thread Rajani Karuturi
Hi Haijiao, Thanks for testing. Can you log a bug for this please? It can be a blocker for 4.10. @Will, Did you get a chance to take a look at this issue? Thanks, ~ Rajani http://cloudplatform.accelerite.com/ On April 12, 2017 at 7:12 AM, Will Stevens (wstev...@cloudops.com) wrote: Thanks,

[GitHub] cloudstack issue #1278: CLOUDSTACK-9198: Virtual router gets deployed in dis...

2017-04-13 Thread anshul1886
Github user anshul1886 commented on the issue: https://github.com/apache/cloudstack/pull/1278 @rafaelweingartner Sorry for the late reply. But it seems you have misunderstood me here. I am not pointing finger here. I was just trying to point out that there may be developer concern

[GitHub] cloudstack issue #1836: [4.10/master] Smoketest Health

2017-04-13 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1836 @rhtyd Thanks for running the tests and the report. I might request you again once the blockers are fixed :) @serg38 Thanks for finding the PR. I will try and request the PR author to fix

[GitHub] cloudstack pull request #2033: [master/4.10+] CLOUDSTACK-9462: Support for U...

2017-04-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/2033 --- 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 #1950: [4.10] CLOUDSTACK-9462: Build packages on Ubu...

2017-04-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/1950 --- 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 #899: BUG-ID:CLOUDSTACK-8921 snapshot_store_ref table shoul...

2017-04-13 Thread yvsubhash
Github user yvsubhash commented on the issue: https://github.com/apache/cloudstack/pull/899 tag:mergeready --- 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 #914: BUG-ID CLOUDSTACK-8939 VM Snapshot size with m...

2017-04-13 Thread sudhansu7
Github user sudhansu7 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/914#discussion_r111375928 --- Diff: plugins/hypervisors/xenserver/src/com/cloud/hypervisor/xenserver/resource/CitrixResourceBase.java --- @@ -3206,25 +3206,33 @@ public long

Re: [VOTE] Apache Cloudstack should join the gitbox experiment.

2017-04-13 Thread Daan Hoogland
Thanks Wido On 13/04/17 11:06, "Wido den Hollander" wrote: Hi All, As there were no objections from committers nor PMC members I went ahead and filed a ticket with Infra: https://issues.apache.org/jira/browse/INFRA-13885 Waiting for their response and will

[GitHub] cloudstack issue #555: CLOUDSTACK-8608. System VM's failed to start due to p...

2017-04-13 Thread sureshanaparti
Github user sureshanaparti commented on the issue: https://github.com/apache/cloudstack/pull/555 Continuing with the code changes here in a new PR #1875. This PR will be closed when PR #1875 is merged. --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1875: CLOUDSTACK-8608: [VMware] System VMs failed to start...

2017-04-13 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1875 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

[GitHub] cloudstack issue #1759: CLOUDSTACK-9589 vmName entries from host_details tab...

2017-04-13 Thread yvsubhash
Github user yvsubhash commented on the issue: https://github.com/apache/cloudstack/pull/1759 tag:mergeready --- 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

Null Pointer listing public ips for a project

2017-04-13 Thread Will Stevens
Hey All, Looking for the best way to resolve this issue. My line numbers in the stack trace will not match the line numbers I reference because I am running 4.7 and I am linking the master files. From what I can tell by reviewing the code, this has not been fixed in master. So here goes. When

Re: Null Pointer listing public ips for a project

2017-04-13 Thread Rohit Yadav
Hi Will, I tested this against a local KVM-based 4.9.2.0 environment and I could not reproduce the error. I see this in api logs: ==> apilog.log <== 2017-04-13 18:16:30,340 INFO [a.c.c.a.ApiServer] (catalina-exec-5:ctx-2b0966b8 ctx-2760e856) (logid:7439bdc4) (userId=2 accountId=2

Re: Null Pointer listing public ips for a project

2017-04-13 Thread Will Stevens
The problem with that is that we are using the 'projectid=-1' to search across all projects. I am not sure how a project gets into that state, but must be possible through the API since that is our interface with ACS. We should be more defensive in this api call though because an end user api