Re: [PR] VR: fix dnmasq misconfiguration if there are multiple IP ranges in a shared network [cloudstack]

2024-03-04 Thread via GitHub
sureshanaparti commented on PR #8741: URL: https://github.com/apache/cloudstack/pull/8741#issuecomment-1978160927 @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 `deleteAccount` API to prevent deletion of the caller [cloudstack]

2024-03-04 Thread via GitHub
sureshanaparti commented on code in PR #8743: URL: https://github.com/apache/cloudstack/pull/8743#discussion_r1512288320 ## server/src/main/java/com/cloud/user/AccountManagerImpl.java: ## @@ -1815,7 +1815,15 @@ public boolean deleteUserAccount(long accountId) { // If th

Re: [PR] Fix `deleteAccount` API to prevent deletion of the caller [cloudstack]

2024-03-04 Thread via GitHub
codecov[bot] commented on PR #8743: URL: https://github.com/apache/cloudstack/pull/8743#issuecomment-1978156898 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/8743?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)

Re: [PR] Add configuration to limit the number of rows deleted from vm_stats [cloudstack]

2024-03-04 Thread via GitHub
vishesh92 commented on code in PR #8740: URL: https://github.com/apache/cloudstack/pull/8740#discussion_r1512245114 ## framework/db/src/main/java/com/cloud/utils/db/GenericDaoBase.java: ## @@ -1208,9 +1208,14 @@ public boolean expunge(final ID id) { } } -// F

(cloudstack-www) branch main updated: CloudFest blog (#180)

2024-03-04 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-www.git The following commit(s) were added to refs/heads/main by this push: new 084e70913 CloudFest blog (#180) 084e70913 is

Re: [PR] Add indexes for vm_stats [cloudstack]

2024-03-04 Thread via GitHub
vishesh92 commented on PR #8737: URL: https://github.com/apache/cloudstack/pull/8737#issuecomment-1978101928 > Hey, @vishesh92 > > Adding the `vm_stats` -> `timestamp` index to the table might not produce the effect that you want. When deleting very specific rows, adding an index to

Re: [PR] [4.20] VR: fix issue if userdata is binary data [cloudstack]

2024-03-04 Thread via GitHub
blueorangutan commented on PR #8739: URL: https://github.com/apache/cloudstack/pull/8739#issuecomment-1977851393 [SF] Trillian test result (tid-9386) Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server r8 Total time taken: 49495 seconds Marvin logs: https://github.co

Re: [PR] Nsx additional fixes [cloudstack]

2024-03-04 Thread via GitHub
codecov[bot] commented on PR #8744: URL: https://github.com/apache/cloudstack/pull/8744#issuecomment-1977825565 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/8744?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)

[PR] Nsx additional fixes [cloudstack]

2024-03-04 Thread via GitHub
Pearl1594 opened a new pull request, #8744: URL: https://github.com/apache/cloudstack/pull/8744 ### Description This PR... ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionali

(cloudstack) 06/06: add logs

2024-03-04 Thread pearl11594
This is an automated email from the ASF dual-hosted git repository. pearl11594 pushed a commit to branch nsx-additional-fixes in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 3e8bb8d8f84bafb0cf72dedc825ddc85342f4797 Author: Pearl Dsilva AuthorDate: Tue Feb 27 15:53:07 2024

(cloudstack) 02/06: FR03: Add UDP LB rules

2024-03-04 Thread pearl11594
This is an automated email from the ASF dual-hosted git repository. pearl11594 pushed a commit to branch nsx-additional-fixes in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit e4671cd7d9ce92873edb9966820c1200524162c6 Author: Pearl Dsilva AuthorDate: Thu Feb 22 13:11:46 2024

(cloudstack) 03/06: fix test failures

2024-03-04 Thread pearl11594
This is an automated email from the ASF dual-hosted git repository. pearl11594 pushed a commit to branch nsx-additional-fixes in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit fb178c0f4550c8c76ec98f0a34e9642162b955be Author: Pearl Dsilva AuthorDate: Fri Feb 23 10:16:14 2024

(cloudstack) 04/06: NSX: Fix DNS resolver for guest NSX networks (#23)

2024-03-04 Thread pearl11594
This is an automated email from the ASF dual-hosted git repository. pearl11594 pushed a commit to branch nsx-additional-fixes in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 059d20f573be9f28aa6163f6c844e71d971636df Author: Pearl Dsilva AuthorDate: Mon Feb 26 10:25:43 2024

(cloudstack) branch nsx-additional-fixes created (now 3e8bb8d8f84)

2024-03-04 Thread pearl11594
This is an automated email from the ASF dual-hosted git repository. pearl11594 pushed a change to branch nsx-additional-fixes in repository https://gitbox.apache.org/repos/asf/cloudstack.git at 3e8bb8d8f84 add logs This branch includes the following new commits: new c6d1e9d1a85 NSX:

(cloudstack) 05/06: NSX: Re-add network rules when network is updated

2024-03-04 Thread pearl11594
This is an automated email from the ASF dual-hosted git repository. pearl11594 pushed a commit to branch nsx-additional-fixes in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 4a56dbba92f274869f69940ea0c77f29f6e00f2f Author: Pearl Dsilva AuthorDate: Tue Feb 27 12:31:22 2024

(cloudstack) 01/06: NSX: Cleanup PF rule associated to an expunged VM

2024-03-04 Thread pearl11594
This is an automated email from the ASF dual-hosted git repository. pearl11594 pushed a commit to branch nsx-additional-fixes in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit c6d1e9d1a8528b5fc22d8c084d616b76b25d0608 Author: Pearl Dsilva AuthorDate: Thu Feb 22 11:40:30 2024

Re: [PR] Add indexes for vm_stats [cloudstack]

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

Re: [PR] [4.20] VR: fix issue if userdata is binary data [cloudstack]

2024-03-04 Thread via GitHub
blueorangutan commented on PR #8739: URL: https://github.com/apache/cloudstack/pull/8739#issuecomment-190656 [SF] Trillian test result (tid-9385) Environment: xenserver-71 (x2), Advanced Networking with Mgmt server 7 Total time taken: 44270 seconds Marvin logs: https://github.co

Re: [PR] [4.20] VR: fix issue if userdata is binary data [cloudstack]

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

Re: [PR] [Usage] Create network billing [cloudstack]

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

Re: [PR] Add logs to `LibvirtComputingResource`'s metrics collection process [cloudstack]

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

Re: [PR] [Quota] Update pre-populated Quota tariffs' type [cloudstack]

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

Re: [PR] Quota tariff events [cloudstack]

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

Re: [PR] Fix allocation of VMs with multiple clusters [cloudstack]

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

Re: [PR] Fix `deleteAccount` API to prevent deletion of the caller [cloudstack]

2024-03-04 Thread via GitHub
KlausDornsbach commented on PR #8743: URL: https://github.com/apache/cloudstack/pull/8743#issuecomment-1977375572 clgtm -- 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 u

Re: [PR] feature: webhooks [cloudstack]

2024-03-04 Thread via GitHub
blueorangutan commented on PR #8674: URL: https://github.com/apache/cloudstack/pull/8674#issuecomment-1977217978 @shwstppr 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 respo

Re: [PR] feature: webhooks [cloudstack]

2024-03-04 Thread via GitHub
shwstppr commented on PR #8674: URL: https://github.com/apache/cloudstack/pull/8674#issuecomment-1977214778 @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 commen

Re: [PR] [Usage] Create VPC billing [cloudstack]

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

Re: [I] Vmware Import Problem [cloudstack]

2024-03-04 Thread via GitHub
omurozlu commented on issue #8712: URL: https://github.com/apache/cloudstack/issues/8712#issuecomment-1977191579 @nvazquez, https://github.com/apache/cloudstack/assets/41322804/649e79f7-a039-4e84-a805-b27079136593";> https://github.com/apache/cloudstack/assets/41322804/bafb264f-715e-46a

Re: [I] Vmware Import Problem [cloudstack]

2024-03-04 Thread via GitHub
nvazquez commented on issue #8712: URL: https://github.com/apache/cloudstack/issues/8712#issuecomment-1977181521 Sorry @omurozlu I wrongly tested datastore cluster pools, but I see you are using VMFS pools instead. Can you share what's the output of this SQL query? select * fr

Re: [I] Vmware Import Problem [cloudstack]

2024-03-04 Thread via GitHub
omurozlu commented on issue #8712: URL: https://github.com/apache/cloudstack/issues/8712#issuecomment-1977156742 Hello again @nvazquez , I now tested again (reset system) https://github.com/apache/cloudstack/assets/41322804/094ea383-1dc2-42f3-8c4b-1553a536cc3d";> https://github.com/

[PR] Fix delete account [cloudstack]

2024-03-04 Thread via GitHub
lucas-a-martins opened a new pull request, #8743: URL: https://github.com/apache/cloudstack/pull/8743 ### Description ACS allows users to delete their own account by calling the `deleteAccount` API via CLI. Fixing this behavior has been previously suggested in this [comment](https://

Re: [PR] [Usage] Create VPC billing [cloudstack]

2024-03-04 Thread via GitHub
blueorangutan commented on PR #7235: URL: https://github.com/apache/cloudstack/pull/7235#issuecomment-1977101063 @BryanMLima 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] [Usage] Create VPC billing [cloudstack]

2024-03-04 Thread via GitHub
BryanMLima commented on PR #7235: URL: https://github.com/apache/cloudstack/pull/7235#issuecomment-1977098702 @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] Fix disk offering override in VM deployment wizard [cloudstack]

2024-03-04 Thread via GitHub
winterhazel commented on code in PR #8070: URL: https://github.com/apache/cloudstack/pull/8070#discussion_r1511472473 ## ui/src/views/compute/DeployVM.vue: ## @@ -1331,36 +1331,20 @@ export default { } this.serviceOffering = _.find(this.options.serviceOfferin

Re: [PR] feature: webhooks [cloudstack]

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

Re: [PR] feature: webhooks [cloudstack]

2024-03-04 Thread via GitHub
blueorangutan commented on PR #8674: URL: https://github.com/apache/cloudstack/pull/8674#issuecomment-1976804501 @shwstppr 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] feature: webhooks [cloudstack]

2024-03-04 Thread via GitHub
shwstppr commented on PR #8674: URL: https://github.com/apache/cloudstack/pull/8674#issuecomment-1976800991 @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 com

Re: [I] Vmware vAPP Parameters not getting applied when deploying Instance from Template [cloudstack]

2024-03-04 Thread via GitHub
nvazquez commented on issue #7354: URL: https://github.com/apache/cloudstack/issues/7354#issuecomment-1976794135 Hi @JoaoJandre @farhad-aslam - I have worked on a similar issue which I suspect in can fix this problem. @farhad-aslam can you please test this fix? https://github.com/apache/clo

Re: [PR] VR: fix dnmasq misconfiguration if there are multiple IP ranges in a shared network [cloudstack]

2024-03-04 Thread via GitHub
codecov[bot] commented on PR #8741: URL: https://github.com/apache/cloudstack/pull/8741#issuecomment-1976770586 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/8741?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)

[PR] Log4j2 refactor cloud engine orchestration module [cloudstack]

2024-03-04 Thread via GitHub
KlausDornsbach opened a new pull request, #8742: URL: https://github.com/apache/cloudstack/pull/8742 ### Description With the new version of Log4j there is some space for improving log readability using the new features. This PR refactors the logs from the cloud-orchestration module.

[PR] VR: fix dnmasq misconfiguration if there are multiple IP ranges in a shared network [cloudstack]

2024-03-04 Thread via GitHub
weizhouapache opened a new pull request, #8741: URL: https://github.com/apache/cloudstack/pull/8741 ### Description This PR fixes #8158 This PR also allows specifying IP in non-default IP range of shared networks when deploy a VM.

Re: [I] Vmware Import Problem [cloudstack]

2024-03-04 Thread via GitHub
nvazquez commented on issue #8712: URL: https://github.com/apache/cloudstack/issues/8712#issuecomment-1976654413 Hi @omurozlu - I have tested 4.19.0 creating a VM with a ROOT volume on a datastore cluster, unmanaging it and import it back and it succeeds. I have checked your logs and

Re: [PR] prevent duplicate ip table rules in SSVM [cloudstack]

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

Re: [PR] prevent duplicate ip table rules in SSVM [cloudstack]

2024-03-04 Thread via GitHub
blueorangutan commented on PR #8530: URL: https://github.com/apache/cloudstack/pull/8530#issuecomment-1976628185 @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: [PR] prevent duplicate ip table rules in SSVM [cloudstack]

2024-03-04 Thread via GitHub
DaanHoogland commented on PR #8530: URL: https://github.com/apache/cloudstack/pull/8530#issuecomment-1976627721 @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] prevent duplicate ip table rules in SSVM [cloudstack]

2024-03-04 Thread via GitHub
DaanHoogland commented on code in PR #8530: URL: https://github.com/apache/cloudstack/pull/8530#discussion_r1511191524 ## services/secondary-storage/server/src/main/java/org/apache/cloudstack/storage/resource/NfsSecondaryStorageResource.java: ## @@ -2287,22 +2287,39 @@ public sy

Re: [PR] Log4j2 refactor cloud api module [cloudstack]

2024-03-04 Thread via GitHub
JoaoJandre commented on PR #8728: URL: https://github.com/apache/cloudstack/pull/8728#issuecomment-1976623765 > clgtm, I think we need to implement some policies on when to log stack traces though. cc @JoaoJandre I think that some guidelines would be good, sadly the discussion regardi

Re: [PR] Add configuration to limit the number of rows deleted from vm_stats [cloudstack]

2024-03-04 Thread via GitHub
codecov[bot] commented on PR #8740: URL: https://github.com/apache/cloudstack/pull/8740#issuecomment-1976590519 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/8740?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)

Re: [PR] Add indexes for vm_stats [cloudstack]

2024-03-04 Thread via GitHub
JoaoJandre commented on code in PR #8737: URL: https://github.com/apache/cloudstack/pull/8737#discussion_r1511158717 ## engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade41900to41910.java: ## @@ -0,0 +1,91 @@ +// Licensed to the Apache Software Foundation (ASF) under one

Re: [PR] Add indexes for vm_stats [cloudstack]

2024-03-04 Thread via GitHub
JoaoJandre commented on PR #8737: URL: https://github.com/apache/cloudstack/pull/8737#issuecomment-1976576132 Hey, @vishesh92 Adding the `vm_stats` -> `timestamp` index to the table might not produce the effect that you want. When deleting very specific rows, adding an index to the

[PR] Add configuration to limit the number of rows deleted from vm_stats [cloudstack]

2024-03-04 Thread via GitHub
JoaoJandre opened a new pull request, #8740: URL: https://github.com/apache/cloudstack/pull/8740 ### Description ACS has a job that periodically removes records from the `vm_stats` table that are older than the retention time (setting `vm.stats.max.retention.time`). In environments t

(cloudstack-www) branch staging-site updated: author and link (#179)

2024-03-04 Thread dahn
This is an automated email from the ASF dual-hosted git repository. dahn pushed a commit to branch staging-site in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git The following commit(s) were added to refs/heads/staging-site by this push: new 3b07a69b5 author and link (#17

Re: [PR] Quota email configuration [cloudstack]

2024-03-04 Thread via GitHub
github-actions[bot] commented on PR #8307: URL: https://github.com/apache/cloudstack/pull/8307#issuecomment-1976512797 This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. -- This is an automated message from the Apache Gi

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

2024-03-04 Thread via GitHub
github-actions[bot] commented on PR #8243: URL: https://github.com/apache/cloudstack/pull/8243#issuecomment-1976512758 This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. -- This is an automated message from the Apache Gi

Re: [PR] [4.20] VR: fix issue if userdata is binary data [cloudstack]

2024-03-04 Thread via GitHub
blueorangutan commented on PR #8739: URL: https://github.com/apache/cloudstack/pull/8739#issuecomment-1976492099 @weizhouapache a [SL] Trillian-Jenkins matrix job (centos7 mgmt + xenserver71, rocky8 mgmt + vmware67u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests -- This

Re: [PR] [4.20] VR: fix issue if userdata is binary data [cloudstack]

2024-03-04 Thread via GitHub
weizhouapache commented on PR #8739: URL: https://github.com/apache/cloudstack/pull/8739#issuecomment-1976488087 @blueorangutan test matrix -- 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 spe

Re: [PR] [4.20] VR: fix issue if userdata is binary data [cloudstack]

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

Re: [PR] Add indexes for vm_stats [cloudstack]

2024-03-04 Thread via GitHub
blueorangutan commented on PR #8737: URL: https://github.com/apache/cloudstack/pull/8737#issuecomment-1976456644 @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] Add indexes for vm_stats [cloudstack]

2024-03-04 Thread via GitHub
vishesh92 commented on PR #8737: URL: https://github.com/apache/cloudstack/pull/8737#issuecomment-1976455722 @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] Add indexes for vm_stats [cloudstack]

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

Re: [I] To support multiple ports for autoscaling [cloudstack]

2024-03-04 Thread via GitHub
btzq commented on issue #8619: URL: https://github.com/apache/cloudstack/issues/8619#issuecomment-1976434196 This is a great feature for us. Right now, in order to overcome this limitation, we deploy an NGINX instance in our VM, configured with static routes. These static routes would then

Re: [I] Unable to create a instance on hyper-v host [cloudstack]

2024-03-04 Thread via GitHub
weizhouapache commented on issue #8738: URL: https://github.com/apache/cloudstack/issues/8738#issuecomment-1976426425 this seems to be caused by #7692 https://github.com/apache/cloudstack/blob/9a73a2f9e1433103373e7bd9da8b5feef4479feb/server/src/main/java/com/cloud/vm/UserVmManagerImp

Re: [PR] Usage: Fixup entity exists exception [cloudstack]

2024-03-04 Thread via GitHub
weizhouapache commented on PR #8726: URL: https://github.com/apache/cloudstack/pull/8726#issuecomment-1976418307 > > My point here was to try to identify the workflows causing those duplicated events; until far, I only saw the exception when manually intervening in the database. How

Re: [I] Unable to create a instance on hyper-v host [cloudstack]

2024-03-04 Thread via GitHub
DaanHoogland commented on issue #8738: URL: https://github.com/apache/cloudstack/issues/8738#issuecomment-1976412379 @kedupuganti-kub I am not sure if there are active hyperv users at the moment. There are no hyperv maintainers. We'll try to help of course. First thing to check: Are the sys

Re: [PR] Usage: Fixup entity exists exception [cloudstack]

2024-03-04 Thread via GitHub
DaanHoogland commented on PR #8726: URL: https://github.com/apache/cloudstack/pull/8726#issuecomment-1976399761 > My point here was to try to identify the workflows causing those duplicated events; until far, I only saw the exception when manually intervening in the database. However, if it

(cloudstack) branch main updated: Display dates in Quota and Usage messages according to the timezone configurations (#8230)

2024-03-04 Thread dahn
This is an automated email from the ASF dual-hosted git repository. dahn 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 9a73a2f9e14 Display dates in Quota and Usage messa

Re: [PR] Display dates in Quota and Usage messages according to the timezone configurations [cloudstack]

2024-03-04 Thread via GitHub
DaanHoogland merged PR #8230: URL: https://github.com/apache/cloudstack/pull/8230 -- 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...@cl

Re: [PR] Usage: Fixup entity exists exception [cloudstack]

2024-03-04 Thread via GitHub
GutoVeronezi commented on PR #8726: URL: https://github.com/apache/cloudstack/pull/8726#issuecomment-1976394159 > > > I have never seem an event being processed twice without manual intervention in the database; instead, I already saw dup events, like `NETWORK.OFFERING.REMOVE`, `NETWORK.OFF

Re: [PR] [Quota] Update pre-populated Quota tariffs' type [cloudstack]

2024-03-04 Thread via GitHub
blueorangutan commented on PR #8591: URL: https://github.com/apache/cloudstack/pull/8591#issuecomment-1976388860 @DaanHoogland 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 r

Re: [PR] Add logs to `LibvirtComputingResource`'s metrics collection process [cloudstack]

2024-03-04 Thread via GitHub
blueorangutan commented on PR #8511: URL: https://github.com/apache/cloudstack/pull/8511#issuecomment-1976385553 @DaanHoogland 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 r

Re: [PR] Add logs to `LibvirtComputingResource`'s metrics collection process [cloudstack]

2024-03-04 Thread via GitHub
DaanHoogland commented on PR #8511: URL: https://github.com/apache/cloudstack/pull/8511#issuecomment-1976384614 @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 co

Re: [PR] [Quota] Update pre-populated Quota tariffs' type [cloudstack]

2024-03-04 Thread via GitHub
DaanHoogland commented on PR #8591: URL: https://github.com/apache/cloudstack/pull/8591#issuecomment-1976385296 @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 co

Re: [PR] Display dates in Quota and Usage messages according to the timezone configurations [cloudstack]

2024-03-04 Thread via GitHub
GutoVeronezi commented on PR #8230: URL: https://github.com/apache/cloudstack/pull/8230#issuecomment-1976379374 > @GutoVeronezi is this ready as is according to you. cc @winterhazel @DaanHoogland, there is nothing else from my side. For me it is good to go. -- This is an automated m

Re: [PR] [4.20] VR: fix issue if userdata is binary data [cloudstack]

2024-03-04 Thread via GitHub
codecov[bot] commented on PR #8739: URL: https://github.com/apache/cloudstack/pull/8739#issuecomment-1976373855 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/8739?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)

Re: [PR] [4.20] VR: fix issue if userdata is binary data [cloudstack]

2024-03-04 Thread via GitHub
blueorangutan commented on PR #8739: URL: https://github.com/apache/cloudstack/pull/8739#issuecomment-1976358541 @weizhouapache 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 progres

Re: [PR] [4.20] VR: fix issue if userdata is binary data [cloudstack]

2024-03-04 Thread via GitHub
weizhouapache commented on PR #8739: URL: https://github.com/apache/cloudstack/pull/8739#issuecomment-1976357401 @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 specifi

[PR] [4.20] VR: fix issue if userdata is binary data [cloudstack]

2024-03-04 Thread via GitHub
weizhouapache opened a new pull request, #8739: URL: https://github.com/apache/cloudstack/pull/8739 ### Description This PR fixes the issue that VM cannot start with binary userdata. This is a regression of #8497 Steps to reproduce the issue and verify the fix 1. create

Re: [PR] Add indexes for vm_stats [cloudstack]

2024-03-04 Thread via GitHub
codecov[bot] commented on PR #8737: URL: https://github.com/apache/cloudstack/pull/8737#issuecomment-1976353616 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/8737?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)

Re: [PR] Add indexes for vm_stats [cloudstack]

2024-03-04 Thread via GitHub
blueorangutan commented on PR #8737: URL: https://github.com/apache/cloudstack/pull/8737#issuecomment-1976344743 @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] Add indexes for vm_stats [cloudstack]

2024-03-04 Thread via GitHub
vishesh92 commented on PR #8737: URL: https://github.com/apache/cloudstack/pull/8737#issuecomment-197634 @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] Quota tariff events [cloudstack]

2024-03-04 Thread via GitHub
blueorangutan commented on PR #8030: URL: https://github.com/apache/cloudstack/pull/8030#issuecomment-1976337974 @DaanHoogland 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 r

Re: [PR] Quota tariff events [cloudstack]

2024-03-04 Thread via GitHub
DaanHoogland commented on PR #8030: URL: https://github.com/apache/cloudstack/pull/8030#issuecomment-1976336603 @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 co

Re: [PR] Add indexes for vm_stats [cloudstack]

2024-03-04 Thread via GitHub
blueorangutan commented on PR #8737: URL: https://github.com/apache/cloudstack/pull/8737#issuecomment-1976334509 @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] Add indexes for vm_stats [cloudstack]

2024-03-04 Thread via GitHub
vishesh92 commented on PR #8737: URL: https://github.com/apache/cloudstack/pull/8737#issuecomment-1976332445 @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: [I] Unable to create a instance on hyper-v host [cloudstack]

2024-03-04 Thread via GitHub
boring-cyborg[bot] commented on issue #8738: URL: https://github.com/apache/cloudstack/issues/8738#issuecomment-1976327943 Thanks for opening your first issue here! Be sure to follow the issue template! -- This is an automated message from the Apache Git Service. To respond to the mes

[I] Unable to create a instance on hyper-v host [cloudstack]

2024-03-04 Thread via GitHub
kedupuganti-kub opened a new issue, #8738: URL: https://github.com/apache/cloudstack/issues/8738 # ISSUE TYPE * Other # COMPONENT NAME ~~~ ~~~ # CLOUDSTACK VERSION ~~~ ~~~ # CONFIGURATION #

[PR] Add indexes for vm_stats [cloudstack]

2024-03-04 Thread via GitHub
vishesh92 opened a new pull request, #8737: URL: https://github.com/apache/cloudstack/pull/8737 ### Description This PR adds the upgrade path for 4.19 to 4.19.1 and creates two missing indexes on vm_stats table: 1. `vm_stats` -> `vm_id`, `timestamp` - To speed up fetching of s

Re: [PR] [Usage] Create network billing [cloudstack]

2024-03-04 Thread via GitHub
blueorangutan commented on PR #7236: URL: https://github.com/apache/cloudstack/pull/7236#issuecomment-1976318269 @DaanHoogland 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 r

Re: [PR] Fix ordering of secondary storages with the algorithm `firstfitleastconsumed` [cloudstack]

2024-03-04 Thread via GitHub
DaanHoogland commented on PR #8557: URL: https://github.com/apache/cloudstack/pull/8557#issuecomment-1976318008 @sureshanaparti is this ok now? do we need more testing? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [PR] [Usage] Create network billing [cloudstack]

2024-03-04 Thread via GitHub
DaanHoogland commented on PR #7236: URL: https://github.com/apache/cloudstack/pull/7236#issuecomment-1976316253 @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 co

(cloudstack-www) branch staging-site updated: cloudfest2024 blog (#178)

2024-03-04 Thread dahn
This is an automated email from the ASF dual-hosted git repository. dahn pushed a commit to branch staging-site in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git The following commit(s) were added to refs/heads/staging-site by this push: new ca0a381a7 cloudfest2024 blog (

Re: [PR] [Quota] Update pre-populated Quota tariffs' type [cloudstack]

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

Re: [PR] Usage: Fixup entity exists exception [cloudstack]

2024-03-04 Thread via GitHub
DaanHoogland commented on PR #8726: URL: https://github.com/apache/cloudstack/pull/8726#issuecomment-1976234118 > > I have never seem an event being processed twice without manual intervention in the database; instead, I already saw dup events, like `NETWORK.OFFERING.REMOVE`, `NETWORK.OFFER

Re: [I] [UI] Storage menu not showing even with API permissions [cloudstack]

2024-03-04 Thread via GitHub
DaanHoogland commented on issue #8730: URL: https://github.com/apache/cloudstack/issues/8730#issuecomment-1976223664 > @DaanHoogland @winterhazel @sureshanaparti, I am probably overthinking this scenario, however, the `permission` property in the JS component (`storage.js`) works like an AN

Re: [PR] Fix allocation of VMs with multiple clusters [cloudstack]

2024-03-04 Thread via GitHub
blueorangutan commented on PR #8611: URL: https://github.com/apache/cloudstack/pull/8611#issuecomment-1976206701 @DaanHoogland 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 r

Re: [PR] Fix allocation of VMs with multiple clusters [cloudstack]

2024-03-04 Thread via GitHub
DaanHoogland commented on PR #8611: URL: https://github.com/apache/cloudstack/pull/8611#issuecomment-1976203214 @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 co

Re: [PR] SG: fix SQL exception when add security group rule with allowed account/group [cloudstack]

2024-03-04 Thread via GitHub
blueorangutan commented on PR #8616: URL: https://github.com/apache/cloudstack/pull/8616#issuecomment-1976166095 [SF] Trillian Build Failed (tid-9371) -- 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] Add logs to `LibvirtComputingResource`'s metrics collection process [cloudstack]

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

Re: [PR] Refactor cloud-agent module logs for Log4j2 [cloudstack]

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

  1   2   >