[GitHub] [cloudstack] wido commented on pull request #4066: kvm: newer qemu-img and libvirt 6.0 expects backing file format

2020-05-11 Thread GitBox
wido commented on pull request #4066: URL: https://github.com/apache/cloudstack/pull/4066#issuecomment-626518666 This is on the to-do of @GabrielBrascher and me for the 4.15 release. We should stay away from Python 2 @weizhouapache as we are already working on getting all the code

[GitHub] [cloudstack] andrijapanicsb edited a comment on issue #4067: Usage Server running issue

2020-05-11 Thread GitBox
andrijapanicsb edited a comment on issue #4067: URL: https://github.com/apache/cloudstack/issues/4067#issuecomment-626553591 @rhtyd I've tested upgrading 4.13.0 to 4.14.0 and seen usage jobs run successfully - but let me verify with clean install as well (CentOS, Java 11.0.7)

[GitHub] [cloudstack] weizhouapache commented on pull request #4066: kvm: newer qemu-img and libvirt 6.0 expects backing file format

2020-05-11 Thread GitBox
weizhouapache commented on pull request #4066: URL: https://github.com/apache/cloudstack/pull/4066#issuecomment-626565765 @rhtyd @wido I have fixed some issues in ubuntu 20.04. it works fine with 4.14. https://github.com/apache/cloudstack/pull/4069 Questions (1) will we

[GitHub] [cloudstack] GabrielBrascher commented on issue #4067: Usage Server running issue

2020-05-11 Thread GitBox
GabrielBrascher commented on issue #4067: URL: https://github.com/apache/cloudstack/issues/4067#issuecomment-626571957 **4.14.0.0 RC2 on Ubuntu 18.04** I just checked the usage.log and I can see that it loaded Bean `IPAddressUsageParser` successfully. ``` 2020-05-11

[GitHub] [cloudstack] weizhouapache commented on pull request #4066: kvm: newer qemu-img and libvirt 6.0 expects backing file format

2020-05-11 Thread GitBox
weizhouapache commented on pull request #4066: URL: https://github.com/apache/cloudstack/pull/4066#issuecomment-626591969 @wido @rhtyd @PaulAngus @andrijapanicsb I have the impression that 4.14 will be next LTS. We have discussed it before. Is there conclusion for the discussion ?

[GitHub] [cloudstack] sureshanaparti opened a new pull request #4071: Dynamic roles improvements

2020-05-11 Thread GitBox
sureshanaparti opened a new pull request #4071: URL: https://github.com/apache/cloudstack/pull/4071 ## Description This PR addresses the below improvements for current Dynamic roles functionality. - Create a role from any of the existing role, using new parameter roleid in

[GitHub] [cloudstack] ravening opened a new pull request #4076: Support searching vm's by multiple id

2020-05-11 Thread GitBox
ravening opened a new pull request #4076: URL: https://github.com/apache/cloudstack/pull/4076 ## Description Add support to list virtual machines by multiple ids (not uuid) In older version of cloudstacj, the vm id's are stored as integer and not as UUID's. Currently it supports

[GitHub] [cloudstack] weizhouapache opened a new pull request #4069: [WIP] Ubuntu 20.04 support (as hypervisor)

2020-05-11 Thread GitBox
weizhouapache opened a new pull request #4069: URL: https://github.com/apache/cloudstack/pull/4069 ## Description This aims to support Ubuntu 20.04 as a hypervisor in cloudstack 4.15 ## Types of changes - [X] Breaking change (fix or

[cloudstack] branch master updated: fix dhcp lease entry wrong hostname (#4064)

2020-05-11 Thread andrijapanic
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/master by this push: new 60d7215 fix dhcp lease entry wrong

[cloudstack-primate] branch master updated: compute: cks cluster async actions fix (#331)

2020-05-11 Thread rohit
This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git The following commit(s) were added to refs/heads/master by this push: new 445e423 compute: cks cluster async

[GitHub] [cloudstack] ravening opened a new pull request #4074: Allow searching networks using name in api

2020-05-11 Thread GitBox
ravening opened a new pull request #4074: URL: https://github.com/apache/cloudstack/pull/4074 ## Description Add a new parameter "name" to search for network using its name (local)  > list networks name=shared-network { "count": 1, "network": [ {

[GitHub] [cloudstack] andrijapanicsb commented on issue #4067: Usage Server running issue

2020-05-11 Thread GitBox
andrijapanicsb commented on issue #4067: URL: https://github.com/apache/cloudstack/issues/4067#issuecomment-626631216 I can confirm exactly the same behaviour (like Gabriel's) on CentOS and I can confirm that the DB records for IP usage are created successfully.

[GitHub] [cloudstack] andrijapanicsb commented on issue #4067: Usage Server running issue

2020-05-11 Thread GitBox
andrijapanicsb commented on issue #4067: URL: https://github.com/apache/cloudstack/issues/4067#issuecomment-626553591 @rhtyd I've tested upgrading 4.13.0 to 4.14.0 and see usage jobs run successfully - but let me verify with clean install as well (CentOS, Java 11.0.7)

[GitHub] [cloudstack] ravening opened a new pull request #4073: Display network name for IP in shared networks

2020-05-11 Thread GitBox
ravening opened a new pull request #4073: URL: https://github.com/apache/cloudstack/pull/4073 ## Description In the list publicipaddress api call ,display the network name if ip is associated to shared network. The network name is displayed as of now only if Ip is associated with

[GitHub] [cloudstack] wido commented on pull request #4066: kvm: newer qemu-img and libvirt 6.0 expects backing file format

2020-05-11 Thread GitBox
wido commented on pull request #4066: URL: https://github.com/apache/cloudstack/pull/4066#issuecomment-626635263 @weizhouapache This is maybe not the place for that discussion, but I thought that because 4.13 was an LTS that 4.14 wouldn't be one and 4.15 would become the next LTS.

[GitHub] [cloudstack] andrijapanicsb commented on pull request #4066: kvm: newer qemu-img and libvirt 6.0 expects backing file format

2020-05-11 Thread GitBox
andrijapanicsb commented on pull request #4066: URL: https://github.com/apache/cloudstack/pull/4066#issuecomment-626640631 @weizhouapache , as 4.14.1 would be a fix release for the 4.14, so in short NO new features should go in, as far as I understand - 4.14.1. (4.13.1 or 4.15.1) would

[GitHub] [cloudstack] GabrielBrascher edited a comment on issue #4067: Usage Server running issue

2020-05-11 Thread GitBox
GabrielBrascher edited a comment on issue #4067: URL: https://github.com/apache/cloudstack/issues/4067#issuecomment-626571957 **4.14.0.0 RC2 on Ubuntu 18.04** I just checked the usage.log and I can see that it loaded Bean `IPAddressUsageParser` successfully. ``` 2020-05-11

[GitHub] [cloudstack] dimsijul opened a new pull request #4070: Update cloud-set-guest-password.in

2020-05-11 Thread GitBox
dimsijul opened a new pull request #4070: URL: https://github.com/apache/cloudstack/pull/4070 ## Description Adaptation of the original script to be able to work with netplan, network manager and ifupdown. ## Types of changes - [ ] Breaking change (fix or feature that

[GitHub] [cloudstack] jl0x61 opened a new issue #4072: System VMs stuck at Starting when adding a host

2020-05-11 Thread GitBox
jl0x61 opened a new issue #4072: URL: https://github.com/apache/cloudstack/issues/4072 # ISSUE TYPE * Bug Report # COMPONENT NAME ~~~ System VM Creation ~~~ # CLOUDSTACK VERSION ~~~ 4.13.1.0 ~~~ #

[cloudstack-primate] branch master updated: network: fix assorted list of minor bugs

2020-05-11 Thread rohit
This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git The following commit(s) were added to refs/heads/master by this push: new 71766bd network: fix assorted list

[GitHub] [cloudstack] wido commented on pull request #4066: kvm: newer qemu-img and libvirt 6.0 expects backing file format

2020-05-11 Thread GitBox
wido commented on pull request #4066: URL: https://github.com/apache/cloudstack/pull/4066#issuecomment-626571020 4.14 will not be a LTS, so why will there be a .1 release? And I think we shouldn't make a Py3 change in a minor release. This should be done in 4.15. 20.04

[GitHub] [cloudstack] ravening opened a new pull request #4075: Search VR using redundant state

2020-05-11 Thread GitBox
ravening opened a new pull request #4075: URL: https://github.com/apache/cloudstack/pull/4075 ## Description Allow VR's to be searched using its redundant state Under Infrastructure -> Virtual Routers -> Search box we can search using "MASTER", "BACKUP" and this will display

[GitHub] [cloudstack] rhtyd commented on a change in pull request #4069: [WIP] Ubuntu 20.04 support (as hypervisor)

2020-05-11 Thread GitBox
rhtyd commented on a change in pull request #4069: URL: https://github.com/apache/cloudstack/pull/4069#discussion_r422978904 ## File path: plugins/hypervisors/kvm/src/main/java/org/apache/cloudstack/utils/qemu/QemuImg.java ## @@ -149,6 +149,8 @@ public void create(final

[GitHub] [cloudstack] jl0x61 commented on issue #4072: System VMs stuck at Starting when adding a host

2020-05-11 Thread GitBox
jl0x61 commented on issue #4072: URL: https://github.com/apache/cloudstack/issues/4072#issuecomment-626649889 @weizhouapache I use the systemvm template downloaded from http://download.cloudstack.org/systemvm/4.11/systemvmtemplate-4.11.2-kvm.qcow2.bz2. Is it correct? Does the system VM

[GitHub] [cloudstack] Pearl1594 commented on a change in pull request #4053: Secondary Storage Usage Improvements

2020-05-11 Thread GitBox
Pearl1594 commented on a change in pull request #4053: URL: https://github.com/apache/cloudstack/pull/4053#discussion_r422978447 ## File path: engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/StorageOrchestrator.java ## @@ -0,0 +1,629 @@ +//

[GitHub] [cloudstack] Pearl1594 commented on a change in pull request #4053: Secondary Storage Usage Improvements

2020-05-11 Thread GitBox
Pearl1594 commented on a change in pull request #4053: URL: https://github.com/apache/cloudstack/pull/4053#discussion_r422978142 ## File path: api/src/main/java/org/apache/cloudstack/api/command/admin/storage/MigrateSecondaryStorageDataCmd.java ## @@ -0,0 +1,124 @@ +//

[GitHub] [cloudstack] rhtyd commented on pull request #4068: [WIP] Adding Centos8 Support

2020-05-11 Thread GitBox
rhtyd commented on pull request #4068: URL: https://github.com/apache/cloudstack/pull/4068#issuecomment-626650456 @davidjumani @shwstppr related PR for Ubuntu 20.04 with likely some overlapping parts - https://github.com/apache/cloudstack/pull/4069

[GitHub] [cloudstack] rhtyd commented on pull request #4069: [WIP] Ubuntu 20.04 support (as hypervisor)

2020-05-11 Thread GitBox
rhtyd commented on pull request #4069: URL: https://github.com/apache/cloudstack/pull/4069#issuecomment-626650193 Related PR for same effort, different distro - likely some overlaping bits - https://github.com/apache/cloudstack/pull/4068

[GitHub] [cloudstack] ravening opened a new pull request #4078: CLSTACK-7189 - Cleanup download urls when SSVM destroyed

2020-05-11 Thread GitBox
ravening opened a new pull request #4078: URL: https://github.com/apache/cloudstack/pull/4078 ## Description 1. When SSVM is destroyed the downloaded urls of template and volumes are not cleaned and because of that we cant download the templates/volumes using the

[GitHub] [cloudstack] rhtyd commented on pull request #4066: kvm: newer qemu-img and libvirt 6.0 expects backing file format

2020-05-11 Thread GitBox
rhtyd commented on pull request #4066: URL: https://github.com/apache/cloudstack/pull/4066#issuecomment-626647727 I'll close this in favour of @weizhouapache 's https://github.com/apache/cloudstack/pull/4069 This is an

[GitHub] [cloudstack] weizhouapache commented on issue #4072: System VMs stuck at Starting when adding a host

2020-05-11 Thread GitBox
weizhouapache commented on issue #4072: URL: https://github.com/apache/cloudstack/issues/4072#issuecomment-626647461 is the systemvm template correct ? This is an automated message from the Apache Git Service. To respond to

[GitHub] [cloudstack] Pearl1594 commented on a change in pull request #4053: Secondary Storage Usage Improvements

2020-05-11 Thread GitBox
Pearl1594 commented on a change in pull request #4053: URL: https://github.com/apache/cloudstack/pull/4053#discussion_r422977801 ## File path: api/src/main/java/org/apache/cloudstack/api/ApiConstants.java ## @@ -777,6 +780,7 @@ public static final String EXITCODE =

[GitHub] [cloudstack] Pearl1594 commented on a change in pull request #4053: Secondary Storage Usage Improvements

2020-05-11 Thread GitBox
Pearl1594 commented on a change in pull request #4053: URL: https://github.com/apache/cloudstack/pull/4053#discussion_r422977943 ## File path: api/src/main/java/com/cloud/storage/ImageStoreService.java ## @@ -0,0 +1,29 @@ +// Licensed to the Apache Software Foundation (ASF)

[GitHub] [cloudstack] rhtyd commented on a change in pull request #4069: [WIP] Ubuntu 20.04 support (as hypervisor)

2020-05-11 Thread GitBox
rhtyd commented on a change in pull request #4069: URL: https://github.com/apache/cloudstack/pull/4069#discussion_r422977886 ## File path: plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtMigrateCommandWrapper.java ## @@ -144,6 +148,14 @@

[GitHub] [cloudstack] Pearl1594 commented on a change in pull request #4053: Secondary Storage Usage Improvements

2020-05-11 Thread GitBox
Pearl1594 commented on a change in pull request #4053: URL: https://github.com/apache/cloudstack/pull/4053#discussion_r422977943 ## File path: api/src/main/java/com/cloud/storage/ImageStoreService.java ## @@ -0,0 +1,29 @@ +// Licensed to the Apache Software Foundation (ASF)

[GitHub] [cloudstack] rhtyd commented on a change in pull request #4069: [WIP] Ubuntu 20.04 support (as hypervisor)

2020-05-11 Thread GitBox
rhtyd commented on a change in pull request #4069: URL: https://github.com/apache/cloudstack/pull/4069#discussion_r422977620 ## File path: debian/cloudstack-agent.postinst ## @@ -46,6 +46,11 @@ case "$1" in fi fi +# Create symbolic link for

[GitHub] [cloudstack] ravening opened a new pull request #4077: Disable searching by instance name for customers

2020-05-11 Thread GitBox
ravening opened a new pull request #4077: URL: https://github.com/apache/cloudstack/pull/4077 ## Description Only admins should be able to search VM by instance name Customers should not see or serach VM's using the instance name (i-) ## Types of

svn commit: r39370 - in /dev/cloudstack/4.14.0.0: apache-cloudstack-4.14.0.0-src.tar.bz2 apache-cloudstack-4.14.0.0-src.tar.bz2.asc apache-cloudstack-4.14.0.0-src.tar.bz2.md5 apache-cloudstack-4.14.0.

2020-05-11 Thread andrijapanic
Author: andrijapanic Date: Mon May 11 14:06:30 2020 New Revision: 39370 Log: Committing release candidate artifacts for 4.14.0.0 to dist/dev/cloudstack in preparation for release vote Added: dev/cloudstack/4.14.0.0/apache-cloudstack-4.14.0.0-src.tar.bz2 (with props)

[cloudstack] 01/01: Updating pom.xml version numbers for release 4.14.0.0

2020-05-11 Thread andrijapanic
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch 4.14.0.0-RC20200511T1503 in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 6f96b3b2b391a9b7d085f76bcafa3989d9832b4e Author: andrijapanicsb AuthorDate: Mon May 11

[cloudstack] branch 4.14.0.0-RC20200511T1503 created (now 6f96b3b)

2020-05-11 Thread andrijapanic
This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a change to branch 4.14.0.0-RC20200511T1503 in repository https://gitbox.apache.org/repos/asf/cloudstack.git. at 6f96b3b Updating pom.xml version numbers for release 4.14.0.0 This branch includes the