Re: [PR] Change storage pool scope from Cluster to Zone and vise versa [cloudstack]

2024-04-05 Thread via GitHub
abh1sar commented on PR #8875: URL: https://github.com/apache/cloudstack/pull/8875#issuecomment-2040987249 In a discussion with @rohityadavcloud and @andrijapanicsb it was decided to not gate this feature for other hypervisor and storage types. We will give the root admin the option to chan

Re: [PR] Change storage pool scope from Cluster to Zone and vise versa [cloudstack]

2024-04-05 Thread via GitHub
abh1sar commented on code in PR #8875: URL: https://github.com/apache/cloudstack/pull/8875#discussion_r1554533244 ## server/src/main/java/com/cloud/storage/StorageManagerImpl.java: ## @@ -1148,6 +1150,91 @@ public PrimaryDataStoreInfo updateStoragePool(UpdateStoragePoolCmd cmd)

Re: [PR] Change storage pool scope from Cluster to Zone and vise versa [cloudstack]

2024-04-05 Thread via GitHub
abh1sar commented on code in PR #8875: URL: https://github.com/apache/cloudstack/pull/8875#discussion_r1554533138 ## plugins/storage/volume/default/src/main/java/org/apache/cloudstack/storage/datastore/lifecycle/CloudStackPrimaryDataStoreLifeCycleImpl.java: ## @@ -543,4 +544,45

Re: [PR] Change storage pool scope from Cluster to Zone and vise versa [cloudstack]

2024-04-05 Thread via GitHub
abh1sar commented on code in PR #8875: URL: https://github.com/apache/cloudstack/pull/8875#discussion_r1554533111 ## server/src/main/java/com/cloud/storage/StorageManagerImpl.java: ## @@ -1148,6 +1150,91 @@ public PrimaryDataStoreInfo updateStoragePool(UpdateStoragePoolCmd cmd)

Re: [PR] Change storage pool scope from Cluster to Zone and vise versa [cloudstack]

2024-04-05 Thread via GitHub
abh1sar commented on code in PR #8875: URL: https://github.com/apache/cloudstack/pull/8875#discussion_r1554533096 ## engine/schema/src/main/java/com/cloud/storage/dao/VolumeDaoImpl.java: ## @@ -841,4 +866,13 @@ public List listByIds(List ids) { sc.setParameters("idIN",

Re: [PR] Change storage pool scope from Cluster to Zone and vise versa [cloudstack]

2024-04-05 Thread via GitHub
abh1sar commented on code in PR #8875: URL: https://github.com/apache/cloudstack/pull/8875#discussion_r1554532786 ## api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ChangeStoragePoolScopeCmd.java: ## @@ -0,0 +1,89 @@ +// Licensed to the Apache Software Foundati

Re: [PR] Change storage pool scope from Cluster to Zone and vise versa [cloudstack]

2024-04-05 Thread via GitHub
abh1sar commented on code in PR #8875: URL: https://github.com/apache/cloudstack/pull/8875#discussion_r1554532751 ## engine/storage/src/main/java/org/apache/cloudstack/storage/volume/datastore/PrimaryDataStoreHelper.java: ## @@ -265,4 +268,45 @@ public boolean deletePrimaryDataS

Re: [PR] Change storage pool scope from Cluster to Zone and vise versa [cloudstack]

2024-04-05 Thread via GitHub
abh1sar commented on code in PR #8875: URL: https://github.com/apache/cloudstack/pull/8875#discussion_r1554532435 ## server/src/main/java/com/cloud/storage/StorageManagerImpl.java: ## @@ -1148,6 +1150,91 @@ public PrimaryDataStoreInfo updateStoragePool(UpdateStoragePoolCmd cmd)

Re: [PR] Change storage pool scope from Cluster to Zone and vise versa [cloudstack]

2024-04-05 Thread via GitHub
abh1sar commented on code in PR #8875: URL: https://github.com/apache/cloudstack/pull/8875#discussion_r1554532474 ## plugins/storage/volume/adaptive/src/main/java/org/apache/cloudstack/storage/datastore/lifecycle/AdaptiveDataStoreLifeCycleImpl.java: ## @@ -404,4 +404,14 @@ publi

Re: [PR] Change storage pool scope from Cluster to Zone and vise versa [cloudstack]

2024-04-05 Thread via GitHub
abh1sar commented on code in PR #8875: URL: https://github.com/apache/cloudstack/pull/8875#discussion_r1554532347 ## api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ChangeStoragePoolScopeCmd.java: ## @@ -0,0 +1,89 @@ +// Licensed to the Apache Software Foundati

Re: [PR] Change storage pool scope from Cluster to Zone and vise versa [cloudstack]

2024-04-05 Thread via GitHub
abh1sar commented on code in PR #8875: URL: https://github.com/apache/cloudstack/pull/8875#discussion_r1554532368 ## api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ChangeStoragePoolScopeCmd.java: ## @@ -0,0 +1,89 @@ +// Licensed to the Apache Software Foundati

Re: [PR] Change storage pool scope from Cluster to Zone and vise versa [cloudstack]

2024-04-05 Thread via GitHub
abh1sar commented on code in PR #8875: URL: https://github.com/apache/cloudstack/pull/8875#discussion_r1554532232 ## plugins/storage/volume/default/src/main/java/org/apache/cloudstack/storage/datastore/lifecycle/CloudStackPrimaryDataStoreLifeCycleImpl.java: ## @@ -543,4 +544,45

Re: [I] Sesitive information of request.getRequestLine() may leak [cloudstack]

2024-04-05 Thread via GitHub
1561316811 commented on issue #8852: URL: https://github.com/apache/cloudstack/issues/8852#issuecomment-2040967009 Firstly, in the following link, we know the "request.getRequestLine()" is a sensitive variable, needed to "cleanString" after logging out. https://github.com/apache/cloudsta

Re: [I] The sensitive information of uri may leak [cloudstack]

2024-04-05 Thread via GitHub
1561316811 commented on issue #8853: URL: https://github.com/apache/cloudstack/issues/8853#issuecomment-2040963891 In the following code, in line 3096, we can infer that "nvp" variable may contain password by lines 3101 and 3106. But the "extraOpts" appends the information of "nvp.getValue

Re: [I] The sensitvie information job object may leak [cloudstack]

2024-04-05 Thread via GitHub
1561316811 commented on issue #8854: URL: https://github.com/apache/cloudstack/issues/8854#issuecomment-2040961656 Firstly, as we can see, in the following link. we know the "log.trace" need to log out "cleanedCommands", a sensitive variable but masked "password". So we infer "log.trace" ca

Re: [PR] Download Volume Snapshots [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8878: URL: https://github.com/apache/cloudstack/pull/8878#issuecomment-2040957733 [SF] Trillian test result (tid-9733) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 52117 seconds Marvin logs: https://github.com

Re: [PR] Configuration to disable URL validation when registering templates/ISOs [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8751: URL: https://github.com/apache/cloudstack/pull/8751#issuecomment-2040926904 [SF] Trillian test result (tid-9734) Environment: kvm-alma9 (x2), Advanced Networking with Mgmt server a9 Total time taken: 48648 seconds Marvin logs: https://github.com/

[PR] Updates to HPE-Primera and Pure FlashArray Drivers to use Host-based VLUN Assignments [cloudstack]

2024-04-05 Thread via GitHub
rg9975 opened a new pull request, #8889: URL: https://github.com/apache/cloudstack/pull/8889 ### Description This PR makes a number of bug fixes to the Primera and Pure storage array discovered in working environments after the release of 4.19.0.0. The following items are add

Re: [I] Virtual router is failed to start because firmware is EFI. [cloudstack]

2024-04-05 Thread via GitHub
hsato03 commented on issue #8734: URL: https://github.com/apache/cloudstack/issues/8734#issuecomment-2040757303 @rastopato @DaanHoogland I could reproduce this bug in my environment. This happens when the user's VM and the VR are stopped and the user starts its VM. In this process, t

Re: [PR] Allow overriding root disk offering & size, and expunge old root disk while restoring a VM [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8800: URL: https://github.com/apache/cloudstack/pull/8800#issuecomment-2040656168 @vishesh92 a [SL] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests -- This is an automated message from the Apache Git Service. To resp

Re: [PR] Change iops on offering change [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8872: URL: https://github.com/apache/cloudstack/pull/8872#issuecomment-2040656134 @vishesh92 a [SL] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests -- This is an automated message from the Apache Git Service. To resp

Re: [PR] Change iops on offering change [cloudstack]

2024-04-05 Thread via GitHub
vishesh92 commented on PR #8872: URL: https://github.com/apache/cloudstack/pull/8872#issuecomment-2040654646 @blueorangutan test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

Re: [PR] Allow overriding root disk offering & size, and expunge old root disk while restoring a VM [cloudstack]

2024-04-05 Thread via GitHub
vishesh92 commented on PR #8800: URL: https://github.com/apache/cloudstack/pull/8800#issuecomment-2040654016 @blueorangutan test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

Re: [PR] Allow overriding root disk offering & size, and expunge old root disk while restoring a VM [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8800: URL: https://github.com/apache/cloudstack/pull/8800#issuecomment-2040627062 [SF] Trillian test result (tid-9720) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 50313 seconds Marvin logs: https://github.com

Re: [PR] server: fix haproxy misconfiguration after VPC VR start [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8881: URL: https://github.com/apache/cloudstack/pull/8881#issuecomment-2040625162 [SF] Trillian test result (tid-9724) Environment: kvm-alma9 (x2), Advanced Networking with Mgmt server a9 Total time taken: 47144 seconds Marvin logs: https://github.com/

Re: [PR] Change iops on offering change [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8872: URL: https://github.com/apache/cloudstack/pull/8872#issuecomment-2040528704 Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 9178 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] Allow overriding root disk offering & size, and expunge old root disk while restoring a VM [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8800: URL: https://github.com/apache/cloudstack/pull/8800#issuecomment-2040528705 Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 9177 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] [HEALTH] 4.18 LTS Health Check, please don't merge this! [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #7345: URL: https://github.com/apache/cloudstack/pull/7345#issuecomment-2040479031 Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 9176 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

(cloudstack) 01/01: Updating pom.xml version numbers for release 4.18.2.0

2024-04-05 Thread joao
This is an automated email from the ASF dual-hosted git repository. joao pushed a commit to branch 4.18.2.0-RC20240405T1541 in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 0d19ffa61c76f592c77ea04a982e15e8575ceb45 Author: João Jandre <48719461+joaojan...@users.noreply.githu

(cloudstack) branch 4.18.2.0-RC20240405T1541 created (now 0d19ffa61c7)

2024-04-05 Thread joao
This is an automated email from the ASF dual-hosted git repository. joao pushed a change to branch 4.18.2.0-RC20240405T1541 in repository https://gitbox.apache.org/repos/asf/cloudstack.git at 0d19ffa61c7 Updating pom.xml version numbers for release 4.18.2.0 This branch includes the follow

Re: [PR] Change iops on offering change [cloudstack]

2024-04-05 Thread via GitHub
vishesh92 commented on PR #8872: URL: https://github.com/apache/cloudstack/pull/8872#issuecomment-2040432307 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

Re: [PR] Change iops on offering change [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8872: URL: https://github.com/apache/cloudstack/pull/8872#issuecomment-2040435677 @vishesh92 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

Re: [PR] Allow overriding root disk offering & size, and expunge old root disk while restoring a VM [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8800: URL: https://github.com/apache/cloudstack/pull/8800#issuecomment-2040428705 @vishesh92 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

Re: [PR] Allow overriding root disk offering & size, and expunge old root disk while restoring a VM [cloudstack]

2024-04-05 Thread via GitHub
vishesh92 commented on PR #8800: URL: https://github.com/apache/cloudstack/pull/8800#issuecomment-2040425363 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

svn commit: r68336 - in /dev/cloudstack/4.18.2.0: ./ apache-cloudstack-4.18.2.0-src.tar.bz2 apache-cloudstack-4.18.2.0-src.tar.bz2.asc apache-cloudstack-4.18.2.0-src.tar.bz2.sha512

2024-04-05 Thread joao
Author: joao Date: Fri Apr 5 18:42:04 2024 New Revision: 68336 Log: Committing release candidate artifacts for 4.18.2.0 to dist/dev/cloudstack in preparation for release vote Added: dev/cloudstack/4.18.2.0/ dev/cloudstack/4.18.2.0/apache-cloudstack-4.18.2.0-src.tar.bz2 (with props)

Re: [PR] [HEALTH] 4.18 LTS Health Check, please don't merge this! [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #7345: URL: https://github.com/apache/cloudstack/pull/7345#issuecomment-2040355334 @JoaoJandre a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

Re: [I] haproxy misconfiguration after restarting VPC with cleanup [cloudstack]

2024-04-05 Thread via GitHub
JoaoJandre closed issue #8745: haproxy misconfiguration after restarting VPC with cleanup URL: https://github.com/apache/cloudstack/issues/8745 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the sp

Re: [PR] [HEALTH] 4.18 LTS Health Check, please don't merge this! [cloudstack]

2024-04-05 Thread via GitHub
JoaoJandre commented on PR #7345: URL: https://github.com/apache/cloudstack/pull/7345#issuecomment-2040354627 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

Re: [PR] Restart VPC with clean-up not applying all LB rules [cloudstack]

2024-04-05 Thread via GitHub
JoaoJandre closed pull request #8765: Restart VPC with clean-up not applying all LB rules URL: https://github.com/apache/cloudstack/pull/8765 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

Re: [I] haproxy misconfiguration after restarting VPC with cleanup [cloudstack]

2024-04-05 Thread via GitHub
JoaoJandre commented on issue #8745: URL: https://github.com/apache/cloudstack/issues/8745#issuecomment-2040352304 Fixed by #8881 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comm

(cloudstack) branch 4.18 updated: server: fix haproxy misconfiguration after VPC VR start (#8881)

2024-04-05 Thread joao
This is an automated email from the ASF dual-hosted git repository. joao pushed a commit to branch 4.18 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.18 by this push: new a5508acc54d server: fix haproxy misconfiguration a

Re: [PR] server: fix haproxy misconfiguration after VPC VR start [cloudstack]

2024-04-05 Thread via GitHub
JoaoJandre commented on PR #8881: URL: https://github.com/apache/cloudstack/pull/8881#issuecomment-2040351276 Merging based on approvals and manual testing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

Re: [PR] server: fix haproxy misconfiguration after VPC VR start [cloudstack]

2024-04-05 Thread via GitHub
JoaoJandre merged PR #8881: URL: https://github.com/apache/cloudstack/pull/8881 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@clou

Re: [I] haproxy misconfiguration after restarting VPC with cleanup [cloudstack]

2024-04-05 Thread via GitHub
JoaoJandre commented on issue #8745: URL: https://github.com/apache/cloudstack/issues/8745#issuecomment-2040164168 > @JoaoJandre both tested and checked /etc/haproxy/haproxy.cfg to be exactly the same as before restart. (cc @weizhouapache @SadiJr ) > > less work then I thought.

Re: [PR] Normalize dates in Usage and Quota APIs [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8243: URL: https://github.com/apache/cloudstack/pull/8243#issuecomment-2040148045 Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 9175 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] libvirtstorage: Make sure netfs storage was really mounted [cloudstack]

2024-04-05 Thread via GitHub
rp- commented on code in PR #8887: URL: https://github.com/apache/cloudstack/pull/8887#discussion_r1553879973 ## plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/LibvirtStorageAdaptor.java: ## @@ -692,6 +702,10 @@ public KVMStoragePool createStoragePool(Str

Re: [I] haproxy misconfiguration after restarting VPC with cleanup [cloudstack]

2024-04-05 Thread via GitHub
DaanHoogland commented on issue #8745: URL: https://github.com/apache/cloudstack/issues/8745#issuecomment-2040092005 @JoaoJandre both tested and checked /etc/haproxy/haproxy.cfg to be exactly the same as before restart. (cc @weizhouapache @SadiJr ) -- This is an automated message from the

Re: [PR] Normalize dates in Usage and Quota APIs [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8243: URL: https://github.com/apache/cloudstack/pull/8243#issuecomment-2039970366 @winterhazel a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

Re: [PR] Normalize dates in Usage and Quota APIs [cloudstack]

2024-04-05 Thread via GitHub
winterhazel commented on PR #8243: URL: https://github.com/apache/cloudstack/pull/8243#issuecomment-2039966109 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] Normalize dates in Usage and Quota APIs [cloudstack]

2024-04-05 Thread via GitHub
winterhazel commented on PR #8243: URL: https://github.com/apache/cloudstack/pull/8243#issuecomment-2039964793 @GutoVeronezi this PR should be ready as it is currently, could you take another look at it? I just made a small change in the description of some params as I noticed that t

Re: [PR] Normalize dates in Usage and Quota APIs [cloudstack]

2024-04-05 Thread via GitHub
winterhazel commented on PR #8243: URL: https://github.com/apache/cloudstack/pull/8243#issuecomment-2039940037 > @winterhazel, you mentioned in the description that this PR also affects quotaStatement and quotaBalance; however, I am not seeing changes in their command classes. Could you che

Re: [PR] libvirtstorage: Make sure netfs storage was really mounted [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8887: URL: https://github.com/apache/cloudstack/pull/8887#issuecomment-2039918973 Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 9174 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] Fix assignVirtualMachine template checkAccess [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8886: URL: https://github.com/apache/cloudstack/pull/8886#issuecomment-2039918941 Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 9173 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] explanatory error message on delete attempt of default system offering [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8883: URL: https://github.com/apache/cloudstack/pull/8883#issuecomment-2039918939 Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 9172 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [I] Virtual router is failed to start because firmware is EFI. [cloudstack]

2024-04-05 Thread via GitHub
rastopato commented on issue #8734: URL: https://github.com/apache/cloudstack/issues/8734#issuecomment-2039909196 Hi, from Vmware prospective, it looks like normal Vm.. no problem there. Now, when i’m able to simulate it, i can’t get rid of it :( in ACS log, it looks like it

Re: [I] Maven build with noredist and simulator flags failing [cloudstack]

2024-04-05 Thread via GitHub
nvazquez commented on issue #8820: URL: https://github.com/apache/cloudstack/issues/8820#issuecomment-2039908074 Hi @rohityadavcloud it seems like the missing jar comes as a dependency of one of the vapi jars that are on the non-oss repo: com.vmware.vapi

Re: [I] Maven build with noredist and simulator flags failing [cloudstack]

2024-04-05 Thread via GitHub
Pearl1594 commented on issue #8820: URL: https://github.com/apache/cloudstack/issues/8820#issuecomment-2039893530 @rohityadavcloud did you install the dependencies from the non-oss repo? -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] Fix volume snapshot of encrypted NFS/StorPool volume [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8873: URL: https://github.com/apache/cloudstack/pull/8873#issuecomment-2039869898 [SF] Trillian Build Failed (tid-9735) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [PR] Restart VPC with clean-up not applying all LB rules [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8765: URL: https://github.com/apache/cloudstack/pull/8765#issuecomment-2039855970 Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 9171 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] Fix volume snapshot of encrypted NFS/StorPool volume [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8873: URL: https://github.com/apache/cloudstack/pull/8873#issuecomment-2039802975 @sureshanaparti a [SL] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests -- This is an automated message from the Apache Git Service. To

Re: [PR] Fix volume snapshot of encrypted NFS/StorPool volume [cloudstack]

2024-04-05 Thread via GitHub
sureshanaparti commented on PR #8873: URL: https://github.com/apache/cloudstack/pull/8873#issuecomment-2039799667 @blueorangutan test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] server: fix haproxy misconfiguration after VPC VR start [cloudstack]

2024-04-05 Thread via GitHub
DaanHoogland commented on code in PR #8881: URL: https://github.com/apache/cloudstack/pull/8881#discussion_r1553624243 ## server/src/main/java/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java: ## @@ -522,12 +528,32 @@ public boolean finalizeCommandsOnStart(fin

Re: [PR] Configuration to disable URL validation when registering templates/ISOs [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8751: URL: https://github.com/apache/cloudstack/pull/8751#issuecomment-2039789075 @DaanHoogland a [SL] Trillian-Jenkins test job (alma9 mgmt + kvm-alma9) has been kicked to run smoke tests -- This is an automated message from the Apache Git Service. To respo

Re: [PR] Configuration to disable URL validation when registering templates/ISOs [cloudstack]

2024-04-05 Thread via GitHub
DaanHoogland commented on PR #8751: URL: https://github.com/apache/cloudstack/pull/8751#issuecomment-2039785045 @blueorangutan test alma9 kvm-alma9 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [PR] Download Volume Snapshots [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8878: URL: https://github.com/apache/cloudstack/pull/8878#issuecomment-2039777362 @sureshanaparti a [SL] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests -- This is an automated message from the Apache Git Service. To

Re: [PR] Download Volume Snapshots [cloudstack]

2024-04-05 Thread via GitHub
sureshanaparti commented on PR #8878: URL: https://github.com/apache/cloudstack/pull/8878#issuecomment-2039775627 @blueorangutan test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] server: fix haproxy misconfiguration after VPC VR start [cloudstack]

2024-04-05 Thread via GitHub
sureshanaparti commented on code in PR #8881: URL: https://github.com/apache/cloudstack/pull/8881#discussion_r1553605762 ## server/src/main/java/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java: ## @@ -522,12 +528,32 @@ public boolean finalizeCommandsOnStart(f

Re: [PR] Configuration to disable URL validation when registering templates/ISOs [cloudstack]

2024-04-05 Thread via GitHub
winterhazel commented on code in PR #8751: URL: https://github.com/apache/cloudstack/pull/8751#discussion_r1553603897 ## engine/components-api/src/main/java/com/cloud/template/TemplateManager.java: ## @@ -51,6 +51,11 @@ public interface TemplateManager { static final Config

Re: [PR] libvirtstorage: Make sure netfs storage was really mounted [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8887: URL: https://github.com/apache/cloudstack/pull/8887#issuecomment-2039759654 @sureshanaparti a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progre

Re: [PR] explanatory error message on delete attempt of default system offering [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8883: URL: https://github.com/apache/cloudstack/pull/8883#issuecomment-2039759531 @sureshanaparti a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progre

Re: [PR] explanatory error message on delete attempt of default system offering [cloudstack]

2024-04-05 Thread via GitHub
sureshanaparti commented on PR #8883: URL: https://github.com/apache/cloudstack/pull/8883#issuecomment-2039758075 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

Re: [PR] Fix assignVirtualMachine template checkAccess [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8886: URL: https://github.com/apache/cloudstack/pull/8886#issuecomment-2039759591 @sureshanaparti a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progre

Re: [PR] Fix assignVirtualMachine template checkAccess [cloudstack]

2024-04-05 Thread via GitHub
sureshanaparti commented on PR #8886: URL: https://github.com/apache/cloudstack/pull/8886#issuecomment-2039756208 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

Re: [PR] libvirtstorage: Make sure netfs storage was really mounted [cloudstack]

2024-04-05 Thread via GitHub
sureshanaparti commented on PR #8887: URL: https://github.com/apache/cloudstack/pull/8887#issuecomment-2039755355 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

Re: [PR] libvirtstorage: Make sure netfs storage was really mounted [cloudstack]

2024-04-05 Thread via GitHub
sureshanaparti commented on code in PR #8887: URL: https://github.com/apache/cloudstack/pull/8887#discussion_r1553595111 ## plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/LibvirtStorageAdaptor.java: ## @@ -692,6 +702,10 @@ public KVMStoragePool createStor

Re: [PR] Normalize dates in Usage and Quota APIs [cloudstack]

2024-04-05 Thread via GitHub
GutoVeronezi commented on PR #8243: URL: https://github.com/apache/cloudstack/pull/8243#issuecomment-2039723185 @winterhazel dismiss my comments regarding `The response should present the data in UTC, not in the server timezone`. I checked other APIs, like `listEvents`, and they return the

Re: [PR] Restart VPC with clean-up not applying all LB rules [cloudstack]

2024-04-05 Thread via GitHub
DaanHoogland commented on PR #8765: URL: https://github.com/apache/cloudstack/pull/8765#issuecomment-2039710172 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] Restart VPC with clean-up not applying all LB rules [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8765: URL: https://github.com/apache/cloudstack/pull/8765#issuecomment-2039712551 @DaanHoogland a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress

Re: [I] haproxy misconfiguration after restarting VPC with cleanup [cloudstack]

2024-04-05 Thread via GitHub
DaanHoogland commented on issue #8745: URL: https://github.com/apache/cloudstack/issues/8745#issuecomment-2039702438 just reviewed both solutions (@JoaoJandre ) and both seem to do the job #8881 does it by overloading the call to create the LB commands #8765 does it by checking which li

Re: [I] Maven build with noredist and simulator flags failing [cloudstack]

2024-04-05 Thread via GitHub
rohityadavcloud commented on issue #8820: URL: https://github.com/apache/cloudstack/issues/8820#issuecomment-2039602686 Thanks @vishesh92 indeed my mvn version is 3.9.6, but this was on Mac: ``` [ERROR] Failed to execute goal on project cloud-plugin-network-nsx: Could not resolve depen

Re: [I] Virtual router is failed to start because firmware is EFI. [cloudstack]

2024-04-05 Thread via GitHub
rastopato commented on issue #8734: URL: https://github.com/apache/cloudstack/issues/8734#issuecomment-2039597336 Hi, i reconfigured my whole environment multiple times and now i’m not able to replicate the issue on VMware8. Anyway, i have another lab environment on VMware 7.0.3 an

Re: [PR] Bump express from 4.18.1 to 4.19.2 in /ui [cloudstack]

2024-04-05 Thread via GitHub
rohityadavcloud commented on PR #8844: URL: https://github.com/apache/cloudstack/pull/8844#issuecomment-2039556772 Closing this, we'll need to do a proper update/upgrade of all dependencies. Since we don't run npm/pkg but instead our UI is based on statically generated UI - this wouldn't af

(cloudstack) branch dependabot/npm_and_yarn/ui/express-4.19.2 deleted (was 2147ee3f0b5)

2024-04-05 Thread rohit
This is an automated email from the ASF dual-hosted git repository. rohit pushed a change to branch dependabot/npm_and_yarn/ui/express-4.19.2 in repository https://gitbox.apache.org/repos/asf/cloudstack.git was 2147ee3f0b5 Bump express from 4.18.1 to 4.19.2 in /ui The revisions that were o

Re: [PR] Bump express from 4.18.1 to 4.19.2 in /ui [cloudstack]

2024-04-05 Thread via GitHub
dependabot[bot] commented on PR #8844: URL: https://github.com/apache/cloudstack/pull/8844#issuecomment-2039555473 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version,

Re: [PR] Bump express from 4.18.1 to 4.19.2 in /ui [cloudstack]

2024-04-05 Thread via GitHub
rohityadavcloud closed pull request #8844: Bump express from 4.18.1 to 4.19.2 in /ui URL: https://github.com/apache/cloudstack/pull/8844 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

(cloudstack) branch dependabot/npm_and_yarn/ui/npm_and_yarn-security-group-db1567d747 deleted (was c78b63b26d1)

2024-04-05 Thread rohit
This is an automated email from the ASF dual-hosted git repository. rohit pushed a change to branch dependabot/npm_and_yarn/ui/npm_and_yarn-security-group-db1567d747 in repository https://gitbox.apache.org/repos/asf/cloudstack.git was c78b63b26d1 Bump the npm_and_yarn group group in /ui wi

Re: [PR] Bump the npm_and_yarn group group in /ui with 2 updates [cloudstack]

2024-04-05 Thread via GitHub
dependabot[bot] commented on PR #8828: URL: https://github.com/apache/cloudstack/pull/8828#issuecomment-2039555020 This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure [igno

Re: [PR] Bump the npm_and_yarn group group in /ui with 2 updates [cloudstack]

2024-04-05 Thread via GitHub
rohityadavcloud closed pull request #8828: Bump the npm_and_yarn group group in /ui with 2 updates URL: https://github.com/apache/cloudstack/pull/8828 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

(cloudstack) branch clean-collaborators deleted (was 14a089cdb10)

2024-04-05 Thread rohit
This is an automated email from the ASF dual-hosted git repository. rohit pushed a change to branch clean-collaborators in repository https://gitbox.apache.org/repos/asf/cloudstack.git was 14a089cdb10 cleanup collaborators The revisions that were on this branch are still contained in other

(cloudstack) branch main updated: cleanup collaborators (#8888)

2024-04-05 Thread rohit
This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/main by this push: new 2959cc67652 cleanup collaborators (#) 2959cc6

Re: [PR] cleanup collaborators [cloudstack]

2024-04-05 Thread via GitHub
rohityadavcloud merged PR #: URL: https://github.com/apache/cloudstack/pull/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

Re: [PR] Normalize dates in Usage and Quota APIs [cloudstack]

2024-04-05 Thread via GitHub
GutoVeronezi commented on PR #8243: URL: https://github.com/apache/cloudstack/pull/8243#issuecomment-2039545466 > quite some q&a work there @GutoVeronezi ;) would it make sense to split this in a series of smaller PRs? cc @winterhazel . As this PR is quite small in terms of concept an

Re: [PR] Fix listStoragePoolsMetricsCmd [cloudstack]

2024-04-05 Thread via GitHub
blueorangutan commented on PR #8885: URL: https://github.com/apache/cloudstack/pull/8885#issuecomment-2039522849 [SF] Trillian test result (tid-9719) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 50725 seconds Marvin logs: https://github.com

(cloudstack-terraform-provider) 01/01: Update hash generation

2024-04-05 Thread dahn
This is an automated email from the ASF dual-hosted git repository. dahn pushed a commit to branch DaanHoogland-patch-1-1 in repository https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git commit 669b71aad96999cc3fc97a90896fe858262cf36d Author: dahn AuthorDate: Fri Apr 5 12:59:

(cloudstack-terraform-provider) branch DaanHoogland-patch-1-1 created (now 669b71a)

2024-04-05 Thread dahn
This is an automated email from the ASF dual-hosted git repository. dahn pushed a change to branch DaanHoogland-patch-1-1 in repository https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git at 669b71a Update hash generation This branch includes the following new commits:

(cloudstack-terraform-provider) branch DaanHoogland-patch-1 created (now 4df15d9)

2024-04-05 Thread dahn
This is an automated email from the ASF dual-hosted git repository. dahn pushed a change to branch DaanHoogland-patch-1 in repository https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git at 4df15d9 update the hash generations This branch includes the following new commi

(cloudstack-terraform-provider) 01/01: update the hash generations

2024-04-05 Thread dahn
This is an automated email from the ASF dual-hosted git repository. dahn pushed a commit to branch DaanHoogland-patch-1 in repository https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git commit 4df15d9cda2979b808a9f0168a119054039ea955 Author: dahn AuthorDate: Fri Apr 5 12:58:49

Re: [I] Virtual router is failed to start because firmware is EFI. [cloudstack]

2024-04-05 Thread via GitHub
DaanHoogland commented on issue #8734: URL: https://github.com/apache/cloudstack/issues/8734#issuecomment-2039454819 vmware 8 also worked as expected -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [I] KVMHAMonitor getting initialized without host ha enabled [cloudstack]

2024-04-05 Thread via GitHub
DaanHoogland commented on issue #8682: URL: https://github.com/apache/cloudstack/issues/8682#issuecomment-2039360089 Hey @sbrueseke , I finally got a chance to look at this again.If you are using NFS this is how it is supposed to work , I think. If you are using LinStor, see the merged PR f

Re: [I] Unable to build Marvin [cloudstack]

2024-04-05 Thread via GitHub
rp- commented on issue #8799: URL: https://github.com/apache/cloudstack/issues/8799#issuecomment-2039344761 added full build info to the wiki -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

  1   2   >