[GitHub] cloudstack issue #1862: CLOUDSTACK-9704 Remove dependency on VmwareContext o...

2017-01-04 Thread sateesh-chodapuneedi
Github user sateesh-chodapuneedi commented on the issue: https://github.com/apache/cloudstack/pull/1862 ping @anshulgangwar @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 fea

[GitHub] cloudstack issue #1841: CLOUDSTACK-9684 Invalid zone id error while listing ...

2017-01-04 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1841 @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 wishes

[GitHub] cloudstack issue #1841: CLOUDSTACK-9684 Invalid zone id error while listing ...

2017-01-04 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1841 @karuturi I understand these words: "help", "hello", "thanks", "package", "test" Test command usage: test [mgmt os] [hypervisor] [additional tests] Mgmt OS options: ['centos6', 'cen

[GitHub] cloudstack issue #1841: CLOUDSTACK-9684 Invalid zone id error while listing ...

2017-01-04 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1841 @blueorangutan test centos7 vmware-60u2 --- 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 featur

[GitHub] cloudstack issue #1862: CLOUDSTACK-9704 Remove dependency on VmwareContext o...

2017-01-04 Thread anshul1886
Github user anshul1886 commented on the issue: https://github.com/apache/cloudstack/pull/1862 @sateesh-chodapuneedi code changes 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 feat

4.9 api docs went missing

2017-01-04 Thread Linas Žilinskas
Hello. Not sure if intentional, but 4.9 api docs at https://cloudstack.apache.org/api.html are missing now. It seems the page got reverted to a previous version. Linas Žilinskas Head of Development website facebook twitter

[GitHub] cloudstack issue #1847: CLOUDSTACK-9691: Fixed unhandeled excetion in list s...

2017-01-04 Thread anshul1886
Github user anshul1886 commented on the issue: https://github.com/apache/cloudstack/pull/1847 @mike-tutkowski was in python mode so used try except mode instead of null check which is recommended in java. Pushed the changes for null check. --- If your project is set up for it, you ca

[GitHub] cloudstack pull request #1735: CLOUDSTACK-9570: Bug in listSnapshots for sna...

2017-01-04 Thread anshul1886
Github user anshul1886 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1735#discussion_r94554986 --- Diff: api/src/org/apache/cloudstack/api/command/user/snapshot/ListSnapshotsCmd.java --- @@ -115,8 +115,10 @@ public void execute() {

[GitHub] cloudstack pull request #1735: CLOUDSTACK-9570: Bug in listSnapshots for sna...

2017-01-04 Thread anshul1886
Github user anshul1886 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1735#discussion_r94555654 --- Diff: server/src/com/cloud/api/ApiResponseHelper.java --- @@ -526,16 +529,18 @@ public static DataStoreRole getDataStoreRole(Snapshot snapshot, Sn

[GitHub] cloudstack pull request #1735: CLOUDSTACK-9570: Bug in listSnapshots for sna...

2017-01-04 Thread anshul1886
Github user anshul1886 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1735#discussion_r94555784 --- Diff: server/src/com/cloud/storage/snapshot/SnapshotManagerImpl.java --- @@ -517,10 +517,10 @@ public String getSecondaryStorageURL(SnapshotVO sna

[GitHub] cloudstack issue #1864: CLOUDSTACK-9710: Switch to using JDK 1.8 and Strongs...

2017-01-04 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1864 @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 #1864: CLOUDSTACK-9710: Switch to using JDK 1.8 and Strongs...

2017-01-04 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1864 @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 #1864: CLOUDSTACK-9710: Switch to using JDK 1.8 and Strongs...

2017-01-04 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1864 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-446 --- 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 d

Re: 4.9 api docs went missing

2017-01-04 Thread Özhan Rüzgar Karaman
Hi; I think they are setting up the api page for new CloudStack release, its not accessible till this Monday. Thanks Özhan On Wed, Jan 4, 2017 at 12:42 PM, Linas Žilinskas wrote: > Hello. > > Not sure if intentional, but 4.9 api docs at > https://cloudstack.apache.org/api.html are missing now.

Re: [GitHub] cloudstack pull request #1735: CLOUDSTACK-9570: Bug in listSnapshots for sna...

2017-01-04 Thread Sergey Levitskiy
@anshul1886 Actually in unmanaged primary storage scenario the removal of PS doesn't check for the existence of the volume snapshot copy. Snapshot should be allowed to exist on secondary after primary is gone. In VMware environment snapshot copy on primary only improves performance but in the en

Re: [VOTE] Apache Cloudstack 4.9.2.0 (RC2)

2017-01-04 Thread Milamber
Hello, My vote +1 (binding) Tests are passed on a virtual topology of servers (CS over CS) (1mgr+2nodes+1nfs) : 1/ Fresh install of 4.9.2.0 RC2 (adv net) on Ubuntu 14.04.5 + KVM + NFS : OK Some standard tests with success (create vm, migration, HA, create networks, create user, create ssh

[GitHub] cloudstack pull request #1830: CLOUDSTACK-9677: Adding storage policy suppor...

2017-01-04 Thread pdube
GitHub user pdube reopened a pull request: https://github.com/apache/cloudstack/pull/1830 CLOUDSTACK-9677: Adding storage policy support for swift as secondary… … storage Added support to use storage policies with swift You can merge this pull request into a Git reposit

[GitHub] cloudstack issue #1830: CLOUDSTACK-9677: Adding storage policy support for s...

2017-01-04 Thread pdube
Github user pdube commented on the issue: https://github.com/apache/cloudstack/pull/1830 @syed Think you could take a look? 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

[GitHub] cloudstack pull request #1830: CLOUDSTACK-9677: Adding storage policy suppor...

2017-01-04 Thread pdube
Github user pdube closed the pull request at: https://github.com/apache/cloudstack/pull/1830 --- 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 #1830: CLOUDSTACK-9677: Adding storage policy support for s...

2017-01-04 Thread pdube
Github user pdube commented on the issue: https://github.com/apache/cloudstack/pull/1830 Oops, closed by accident --- 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 wish

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

2017-01-04 Thread pdube
Github user pdube commented on the issue: https://github.com/apache/cloudstack/pull/1829 @rhtyd @koushik-das definitely a blocker IMHO. Being unable to start/reboot a VM that has 3 volumes is unacceptable in a public cloud scenario --- If your project is set up for it, you can reply

[GitHub] cloudstack issue #1864: CLOUDSTACK-9710: Switch to using JDK 1.8 and Strongs...

2017-01-04 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1864 @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 #1864: CLOUDSTACK-9710: Switch to using JDK 1.8 and Strongs...

2017-01-04 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1864 @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 #977: [4.10] CLOUDSTACK-8746: VM Snapshotting implementatio...

2017-01-04 Thread nathanejohnson
Github user nathanejohnson commented on the issue: https://github.com/apache/cloudstack/pull/977 @ustcweizhou I'm pulling this down for testing, I will update with logs and screen shots soon --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cloudstack issue #1864: CLOUDSTACK-9710: Switch to using JDK 1.8 and Strongs...

2017-01-04 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1864 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-447 --- 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 d

[GitHub] cloudstack pull request #1888: CLOUDSTACK-9710: Switch to JRE1.8

2017-01-04 Thread rhtyd
GitHub user rhtyd opened a pull request: https://github.com/apache/cloudstack/pull/1888 CLOUDSTACK-9710: Switch to JRE1.8 - Switches Travis to use jdk1.8 - Changes java-version to 1.8 - Change jdk/maven version to 1.8 - Switch to F5/java8 compatible library release -

[GitHub] cloudstack issue #1888: CLOUDSTACK-9710: Switch to JRE1.8

2017-01-04 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1888 @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 #1888: CLOUDSTACK-9710: Switch to JRE1.8

2017-01-04 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1888 @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 #1888: CLOUDSTACK-9710: Switch to JRE1.8

2017-01-04 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1888 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-448 --- 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 d

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

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

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

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

[GitHub] cloudstack issue #1847: CLOUDSTACK-9691: Fixed unhandeled excetion in list s...

2017-01-04 Thread mike-tutkowski
Github user mike-tutkowski commented on the issue: https://github.com/apache/cloudstack/pull/1847 To clarify this line: "If that comes back null, then we apparently have removed primary storage, which can only be done if your snapshots don't reside on it. If dataStore == null

[GitHub] cloudstack issue #1847: CLOUDSTACK-9691: Fixed unhandeled excetion in list s...

2017-01-04 Thread mike-tutkowski
Github user mike-tutkowski commented on the issue: https://github.com/apache/cloudstack/pull/1847 Code = 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 s

[GitHub] cloudstack pull request #1735: CLOUDSTACK-9570: Bug in listSnapshots for sna...

2017-01-04 Thread mike-tutkowski
Github user mike-tutkowski commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1735#discussion_r94657561 --- Diff: server/src/com/cloud/api/ApiResponseHelper.java --- @@ -526,16 +529,18 @@ public static DataStoreRole getDataStoreRole(Snapshot snapshot

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

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

[GitHub] cloudstack issue #1888: CLOUDSTACK-9710: Switch to JRE1.8

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

[GitHub] cloudstack pull request #1888: CLOUDSTACK-9710: Switch to JRE1.8

2017-01-04 Thread rhtyd
Github user rhtyd closed the pull request at: https://github.com/apache/cloudstack/pull/1888 --- 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 pull request #1888: CLOUDSTACK-9710: Switch to JRE1.8

2017-01-04 Thread rhtyd
GitHub user rhtyd reopened a pull request: https://github.com/apache/cloudstack/pull/1888 CLOUDSTACK-9710: Switch to JRE1.8 - Switches Travis to use jdk1.8 - Changes java-version to 1.8 - Change jdk/maven version to 1.8 - Switch to F5/java8 compatible library release

Re: [VOTE] Apache Cloudstack 4.9.2.0 (RC2)

2017-01-04 Thread Rajani Karuturi
+1 (binding) Did basic manual tests(create templates, launch vm, networks etc.) on fresh install of 4.9.2 with xen 6.2 Did not see any issues. Thanks, ~ Rajani http://cloudplatform.accelerite.com/ On January 3, 2017 at 12:35 PM, Rohit Yadav (bhais...@apache.org) wrote: Hi All, I've created

[GitHub] cloudstack issue #1888: CLOUDSTACK-9710: Switch to JRE1.8

2017-01-04 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1888 This one is open for review, pinging for review -- @swill @karuturi @abhinandanprateek @murali-reddy @PaulAngus @nvazquez @serg38 @milamberspace @wido @syed @mike-tutkowski and others Hig

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

2017-01-04 Thread koushik-das
Github user koushik-das commented on the issue: https://github.com/apache/cloudstack/pull/1829 @pdube The description mentions about a way to workaround the problem, thats the reason for not calling it a blocker. If you think the issue is important for the current 4.9 release, please

Re: [GitHub] cloudstack pull request #1735: CLOUDSTACK-9570: Bug in listSnapshots for sna...

2017-01-04 Thread Anshul Gangwar
In case of unmanaged primary storage, we only care about secondary storage for snapshot. In case of VMware primary storage is only involved while taking snapshot. As far as I know process to take snapshot is to take VM snapshot, backup volume to secondary and then remove the VM snapshot on prima

[GitHub] cloudstack pull request #1889: CLOUDSTACK-9718: Revamp the dropdown showing ...

2017-01-04 Thread rashmidixit
GitHub user rashmidixit opened a pull request: https://github.com/apache/cloudstack/pull/1889 CLOUDSTACK-9718: Revamp the dropdown showing lists of hosts available for migration in a Zone Refer to [CLOUDSTACK-9718](https://issues.apache.org/jira/browse/CLOUDSTACK-9718) for more de

[GitHub] cloudstack pull request #1886: CLOUDSTACK-9728: Fixed traffic sentinel HTTP ...

2017-01-04 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1886#discussion_r94721965 --- Diff: core/src/com/cloud/network/resource/TrafficSentinelResource.java --- @@ -228,6 +239,7 @@ private DirectNetworkUsageAnswer getPublicIpBytes

[GitHub] cloudstack issue #1888: CLOUDSTACK-9710: Switch to JRE1.8

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