Re: [PR] CKS: add ConfigDrive to cloud-init datasource_list in systemvm template [cloudstack]

2024-09-19 Thread via GitHub
blueorangutan commented on PR #7650: URL: https://github.com/apache/cloudstack/pull/7650#issuecomment-2362287341 [SF] Trillian test result (tid-11514) Environment: xenserver-74 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 90222 seconds Marvin logs: https://github

Re: [PR] Refactor configuration SystemVMDefaultHypervisor [cloudstack]

2024-09-19 Thread via GitHub
blueorangutan commented on PR #8934: URL: https://github.com/apache/cloudstack/pull/8934#issuecomment-2362010409 Packaging result [SF]: ✖️ el8 ✖️ el9 ✖️ debian ✖️ suse15. SL-JID 11154 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[PR] Fix main build errors [cloudstack]

2024-09-19 Thread via GitHub
JoaoJandre opened a new pull request, #9714: URL: https://github.com/apache/cloudstack/pull/9714 ### Description This PR fixes a build error introduced during the last merge with 4.19. Where a few loggers were left with their old names. ### Types of changes - [ ] Breaki

Re: [PR] Fix main build errors [cloudstack]

2024-09-19 Thread via GitHub
codecov[bot] commented on PR #9714: URL: https://github.com/apache/cloudstack/pull/9714#issuecomment-2362114903 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/9714?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments

Re: [I] Support the global setting "remote.access.vpn.client.iprange" for per vpc level [cloudstack]

2024-09-19 Thread via GitHub
DaanHoogland commented on issue #9707: URL: https://github.com/apache/cloudstack/issues/9707#issuecomment-2361978755 There are network_details and vpc_details tables, so network and vpc level setting can be defined. The setting needs adding and the logic implementing. -- This is an autom

Re: [PR] [HEALTH] 4.20/main Health Check, please don't merge this! [cloudstack]

2024-09-19 Thread via GitHub
blueorangutan commented on PR #9316: URL: https://github.com/apache/cloudstack/pull/9316#issuecomment-2361987345 [SF] Trillian Build Failed (tid-11522) -- 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 g

(cloudstack) branch main updated: Fix build errors (#9714)

2024-09-19 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou 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 a303c7c91ae Fix build errors (#9714) a303c7c91a

Re: [PR] Fix main build errors [cloudstack]

2024-09-19 Thread via GitHub
weizhouapache merged PR #9714: URL: https://github.com/apache/cloudstack/pull/9714 -- 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...@c

Re: [PR] Fix main build errors [cloudstack]

2024-09-19 Thread via GitHub
weizhouapache commented on PR #9714: URL: https://github.com/apache/cloudstack/pull/9714#issuecomment-2362150439 This happened many many time. Now normally we build locally and then push to github after succesful build. -- This is an automated message from the Apache Git Service. To

Re: [I] Can't add host server to cloudstack management server [cloudstack]

2024-09-19 Thread via GitHub
subincb30 commented on issue #9705: URL: https://github.com/apache/cloudstack/issues/9705#issuecomment-2362698684 Someone please help me to resolve the issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] Introducing granular command timeouts global setting [cloudstack]

2024-09-19 Thread via GitHub
blueorangutan commented on PR #9659: URL: https://github.com/apache/cloudstack/pull/9659#issuecomment-2362467733 [SF] Trillian test result (tid-11518) Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 71888 seconds Marvin logs: https://github.com/

Re: [I] Can't add host server to cloudstack management server [cloudstack]

2024-09-19 Thread via GitHub
weizhouapache commented on issue #9705: URL: https://github.com/apache/cloudstack/issues/9705#issuecomment-2362950548 @subincb30 have you configured `cloudbr0` on the kvm host ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [I] Can't add host server to cloudstack management server [cloudstack]

2024-09-19 Thread via GitHub
subincb30 commented on issue #9705: URL: https://github.com/apache/cloudstack/issues/9705#issuecomment-2362955362 Can you give me complete guide for that? I got some doc for for that but it was not clear. But, I found one new network interface in my server. --- 5: virbr0: mtu 150

Re: [I] Can't add host server to cloudstack management server [cloudstack]

2024-09-19 Thread via GitHub
weizhouapache commented on issue #9705: URL: https://github.com/apache/cloudstack/issues/9705#issuecomment-2362960032 @subincb30 please refer to https://docs.cloudstack.apache.org/en/4.19.1.1/installguide/hypervisor/kvm.html -- This is an automated message from the Apache Git Service.

Re: [I] Can't add host server to cloudstack management server [cloudstack]

2024-09-19 Thread via GitHub
subincb30 commented on issue #9705: URL: https://github.com/apache/cloudstack/issues/9705#issuecomment-2362967158 @weizhouapache I already checked this earlier. But, I am little bit confussed on it. I will paste my current netplan settings below. root@host:~# cat /etc/netplan

Re: [PR] fix nat table by getting the fitting device for an address [cloudstack]

2024-09-19 Thread via GitHub
weizhouapache commented on code in PR #9552: URL: https://github.com/apache/cloudstack/pull/9552#discussion_r1768085678 ## systemvm/debian/opt/cloud/bin/cs/CsAddress.py: ## @@ -693,11 +693,8 @@ def post_config_change(self, method): vpccidr = cmdline.get_vpccidr(

[PR] ui: load project list with minimum details [cloudstack]

2024-09-19 Thread via GitHub
rohityadavcloud opened a new pull request, #9711: URL: https://github.com/apache/cloudstack/pull/9711 This calls listProjects with details=min in the global header menu. Fixes #9679 ### Types of changes - [ ] Breaking change (fix or feature that would cause existing func

Re: [I] VR Redundant State not accurate for Single Virtual Router [cloudstack]

2024-09-19 Thread via GitHub
weizhouapache commented on issue #9674: URL: https://github.com/apache/cloudstack/issues/9674#issuecomment-2360814367 it could be simple UI change, the domainrouterresponse already has the following values ![image](https://github.com/user-attachments/assets/d2d9dad7-b823-4cf6-a88f-f

Re: [I] Project Dropdown in Dashboard takes minutes to load [cloudstack]

2024-09-19 Thread via GitHub
weizhouapache commented on issue #9679: URL: https://github.com/apache/cloudstack/issues/9679#issuecomment-2360809061 I will try to reproduce the issue and verify the fix assigned to myself -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] ui: load project list with minimum details [cloudstack]

2024-09-19 Thread via GitHub
weizhouapache commented on PR #9711: URL: https://github.com/apache/cloudstack/pull/9711#issuecomment-2360815468 @blueorangutan ui -- 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: [PR] ui: load project list with minimum details [cloudstack]

2024-09-19 Thread via GitHub
rohityadavcloud commented on PR #9711: URL: https://github.com/apache/cloudstack/pull/9711#issuecomment-2360816449 @blueorangutan ui -- 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: [I] Can't add host server to cloudstack management server [cloudstack]

2024-09-19 Thread via GitHub
weizhouapache commented on issue #9705: URL: https://github.com/apache/cloudstack/issues/9705#issuecomment-2360501018 the logs show ``` 2024-09-19 07:24:55,064 DEBUG [c.c.h.k.d.LibvirtServerDiscoverer] (qtp341748265-16:ctx-d80d59ca ctx-6dbc68fe) (logid:4e450a45) Succeeded to import ce

Re: [PR] [HEALTH] 4.20/main Health Check, please don't merge this! [cloudstack]

2024-09-19 Thread via GitHub
rohityadavcloud commented on PR #9316: URL: https://github.com/apache/cloudstack/pull/9316#issuecomment-2360822891 @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 speci

Re: [PR] ui: load project list with minimum details [cloudstack]

2024-09-19 Thread via GitHub
blueorangutan commented on PR #9711: URL: https://github.com/apache/cloudstack/pull/9711#issuecomment-2360818201 @rohityadavcloud a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. -- This is an automated message from the Apache Git Service. To resp

Re: [I] Support ConfigDrive option is VPC network offerings [cloudstack]

2024-09-19 Thread via GitHub
weizhouapache commented on issue #9706: URL: https://github.com/apache/cloudstack/issues/9706#issuecomment-2360503923 is it a UI bug of vpc offering creation dialog ? @vishesh92 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] ui: load project list with minimum details [cloudstack]

2024-09-19 Thread via GitHub
blueorangutan commented on PR #9711: URL: https://github.com/apache/cloudstack/pull/9711#issuecomment-2360853937 UI build: :heavy_check_mark: Live QA URL: https://qa.cloudstack.cloud/simulator/pr/9711 (QA-JID-454) -- This is an automated message from the Apache Git Service. To respond t

(cloudstack) branch healthcheck-main updated (8b8381d41fe -> 7258db66b55)

2024-09-19 Thread dahn
This is an automated email from the ASF dual-hosted git repository. dahn pushed a change to branch healthcheck-main in repository https://gitbox.apache.org/repos/asf/cloudstack.git discard 8b8381d41fe DO NOT MERGE add 7d95952bc1a Enable Backup and Recovery for Shared Filesystems (#9676)

(cloudstack) branch healthcheck-4.19 updated (cc954afd9bc -> 2cad6c2faee)

2024-09-19 Thread dahn
This is an automated email from the ASF dual-hosted git repository. dahn pushed a change to branch healthcheck-4.19 in repository https://gitbox.apache.org/repos/asf/cloudstack.git discard cc954afd9bc DO NOT MERGE add 3f5a77ef580 Linstor: Fix migrate primary storage (#9528) add a93f71

Re: [I] KVM host in Alert State with Alert message Can not find network [cloudstack]

2024-09-19 Thread via GitHub
DaanHoogland closed issue #9694: KVM host in Alert State with Alert message Can not find network URL: https://github.com/apache/cloudstack/issues/9694 -- 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] lb: fix haproxy cannot start if algorithm is not lowercase [cloudstack]

2024-09-19 Thread via GitHub
rohityadavcloud merged PR #9698: URL: https://github.com/apache/cloudstack/pull/9698 -- 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] [HEALTH] 4.19 LTS Health Check, please don't merge this! [cloudstack]

2024-09-19 Thread via GitHub
blueorangutan commented on PR #9315: URL: https://github.com/apache/cloudstack/pull/9315#issuecomment-2360971827 Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 11152 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] [HEALTH] 4.20/main Health Check, please don't merge this! [cloudstack]

2024-09-19 Thread via GitHub
blueorangutan commented on PR #9316: URL: https://github.com/apache/cloudstack/pull/9316#issuecomment-2360971822 Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 11151 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] [HEALTH] 4.20/main Health Check, please don't merge this! [cloudstack]

2024-09-19 Thread via GitHub
sonarcloud[bot] commented on PR #9316: URL: https://github.com/apache/cloudstack/pull/9316#issuecomment-2360978609 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonar

[I] Can't add host server to cloudstack management server [cloudstack]

2024-09-19 Thread via GitHub
subincb30 opened a new issue, #9705: URL: https://github.com/apache/cloudstack/issues/9705 # ISSUE TYPE * Bug Report * Improvement Request * Enhancement Request * Feature Idea * Documentation Report * Other # COMPONENT NAME ~~~

Re: [I] Can't add host server to cloudstack management server [cloudstack]

2024-09-19 Thread via GitHub
subincb30 commented on issue #9705: URL: https://github.com/apache/cloudstack/issues/9705#issuecomment-2360622207 @weizhouapache Please find the log below: --- root@host:~# tail -f /var/log/cloudstack/agent/setup.log DEBUG:root:execute:sudo /usr/sbin/service network-manager start

Re: [PR] UI: Checkbox to make a newly added Network the default one in the Ins… [cloudstack]

2024-09-19 Thread via GitHub
abh1sar commented on PR #9708: URL: https://github.com/apache/cloudstack/pull/9708#issuecomment-2360345545 @blueorangutan ui -- 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.

Re: [I] Can't add host server to cloudstack management server [cloudstack]

2024-09-19 Thread via GitHub
subincb30 commented on issue #9705: URL: https://github.com/apache/cloudstack/issues/9705#issuecomment-2360510631 @weizhouapache Sorry I didn't get your point. Also, I couldn't find any errors related to the cloud stack agent on the cloud stack management-server.log. -- This is an automa

[I] Support ConfigDrive option is VPC network offerings [cloudstack]

2024-09-19 Thread via GitHub
kiranchavala opened a new issue, #9706: URL: https://github.com/apache/cloudstack/issues/9706 ISSUE TYPE Enhancement/Improvement request COMPONENT NAME Component: VPC CLOUDSTACK VERSION Cloudstack version 4.19.1.1 SUMMARY Support ConfigDrive op

Re: [PR] PowerFlex on demand disable config key [cloudstack]

2024-09-19 Thread via GitHub
borisstoyanov commented on PR #9664: URL: https://github.com/apache/cloudstack/pull/9664#issuecomment-2360198792 > @mprokopchuk the description states that there is a SQL change, but I don't see any SQL changes, will it be added? If not, could you update the description? Looks like a

[I] Convert DATADISK to ROOT [cloudstack]

2024-09-19 Thread via GitHub
top-secrett opened a new issue, #9709: URL: https://github.com/apache/cloudstack/issues/9709 # ISSUE TYPE * Improvement Request * Enhancement Request * Feature Idea For what reason CloudStack doesn't allow to convert DATADISK to ROOT? It is very usefull

Re: [I] Can't add host server to cloudstack management server [cloudstack]

2024-09-19 Thread via GitHub
weizhouapache commented on issue #9705: URL: https://github.com/apache/cloudstack/issues/9705#issuecomment-2360612901 @subincb30 can you upload the file `/var/log/cloudstack/agent/setup.log` on the kvm host ? -- This is an automated message from the Apache Git Service. To respond

(cloudstack) branch main updated (7d95952bc1a -> 94a47ac7783)

2024-09-19 Thread joao
This is an automated email from the ASF dual-hosted git repository. joao pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 7d95952bc1a Enable Backup and Recovery for Shared Filesystems (#9676) add 94a47ac7783 VR: fix password server exc

Re: [PR] VR: fix password server exception when no password is found [cloudstack]

2024-09-19 Thread via GitHub
JoaoJandre merged PR #9699: URL: https://github.com/apache/cloudstack/pull/9699 -- 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] Can't add host server to cloudstack management server [cloudstack]

2024-09-19 Thread via GitHub
kiranchavala commented on issue #9705: URL: https://github.com/apache/cloudstack/issues/9705#issuecomment-2360212522 @subincb30 Could you please take look at the /var/log/cloudstack/management/management-server.log for any other exceptions and can you provide the log to invest

Re: [I] Can't add host server to cloudstack management server [cloudstack]

2024-09-19 Thread via GitHub
subincb30 commented on issue #9705: URL: https://github.com/apache/cloudstack/issues/9705#issuecomment-2360291058 Here is the recent logs: --- root@ubuntu:~# tail -f /var/log/cloudstack/management/management-server.log 2024-09-19 08:09:17,523 DEBUG [c.c.s.d.VolumeStatsDaoImpl] (

Re: [I] Convert DATADISK to ROOT [cloudstack]

2024-09-19 Thread via GitHub
DaanHoogland closed issue #9709: Convert DATADISK to ROOT URL: https://github.com/apache/cloudstack/issues/9709 -- 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,

Re: [I] Support ConfigDrive option is VPC network offerings [cloudstack]

2024-09-19 Thread via GitHub
vishesh92 commented on issue #9706: URL: https://github.com/apache/cloudstack/issues/9706#issuecomment-2360546956 > is it a UI bug of vpc offering creation dialog ? @vishesh92 To support configdrive for VPC, changes are required in both frontend and backend. -- This is an automated

Re: [I] Can't add host server to cloudstack management server [cloudstack]

2024-09-19 Thread via GitHub
subincb30 commented on issue #9705: URL: https://github.com/apache/cloudstack/issues/9705#issuecomment-2360554779 @weizhouapache Here is the full log with keyword: ctx-6dbc68fe: --- root@ubuntu:~# cat /var/log/cloudstack/management/management-server.log | grep ctx-6dbc68fe 2024-

Re: [I] Convert DATADISK to ROOT [cloudstack]

2024-09-19 Thread via GitHub
top-secrett commented on issue #9709: URL: https://github.com/apache/cloudstack/issues/9709#issuecomment-2360459712 @weizhouapache oh, really. Earlier I got error. Thank you -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] Convert DATADISK to ROOT [cloudstack]

2024-09-19 Thread via GitHub
top-secrett closed issue #9709: Convert DATADISK to ROOT URL: https://github.com/apache/cloudstack/issues/9709 -- 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

Re: [PR] UI: Checkbox to make a newly added Network the default one in the Ins… [cloudstack]

2024-09-19 Thread via GitHub
weizhouapache commented on code in PR #9708: URL: https://github.com/apache/cloudstack/pull/9708#discussion_r1766489832 ## ui/src/views/network/NicsTab.vue: ## @@ -368,9 +376,26 @@ export default { this.$pollJob({ jobId: response.addnictovirtualmachinerespons

Re: [PR] Fix resource count discrepancy while associating IP address to a network [cloudstack]

2024-09-19 Thread via GitHub
DaanHoogland merged PR #9563: URL: https://github.com/apache/cloudstack/pull/9563 -- 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: [I] Convert DATADISK to ROOT [cloudstack]

2024-09-19 Thread via GitHub
weizhouapache commented on issue #9709: URL: https://github.com/apache/cloudstack/issues/9709#issuecomment-2360434203 @top-secrett When you attacha DATADISK, you can specify the deviceid if deviceid is 0, the DATADISK will be attached as a ROOT disk. It works only if the vm do not ha

Re: [PR] UI: Checkbox to make a newly added Network the default one in the Ins… [cloudstack]

2024-09-19 Thread via GitHub
abh1sar commented on code in PR #9708: URL: https://github.com/apache/cloudstack/pull/9708#discussion_r1766670397 ## ui/src/views/network/NicsTab.vue: ## @@ -368,9 +376,26 @@ export default { this.$pollJob({ jobId: response.addnictovirtualmachineresponse.jobi

[PR] UI: Checkbox to make a newly added Network the default one in the Ins… [cloudstack]

2024-09-19 Thread via GitHub
abh1sar opened a new pull request, #9708: URL: https://github.com/apache/cloudstack/pull/9708 …tance's Network tab ### Description This PR adds a checkbox into the Add Network dialogue to make the newly added network the default one in Instance's Network Tab. This will save use

Re: [PR] UI: Checkbox to make a newly added Network the default one in the Ins… [cloudstack]

2024-09-19 Thread via GitHub
abh1sar commented on PR #9708: URL: https://github.com/apache/cloudstack/pull/9708#issuecomment-2360740638 @blueorangutan ui -- 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.

(cloudstack) 01/01: Merge remote-tracking branch 'apache/pr/8846' into 4.18-wei-pr8846

2024-09-19 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a commit to tag 4.18-wei-pr8846 in repository https://gitbox.apache.org/repos/asf/cloudstack.git commit 4145a7bfbaedffb64bc5c849085bcf6c3502c7dd Merge: 2e9986c6a63 721bac946c6 Author: Wei Zhou AuthorDate: Thu Sep

(cloudstack) tag 4.18-wei-pr8846 created (now 4145a7bfbae)

2024-09-19 Thread weizhou
This is an automated email from the ASF dual-hosted git repository. weizhou pushed a change to tag 4.18-wei-pr8846 in repository https://gitbox.apache.org/repos/asf/cloudstack.git at 4145a7bfbae (commit) This tag includes the following new commits: new 4145a7bfbae Merge remote-tracki

Re: [PR] UI: Checkbox to make a newly added Network the default one in the Ins… [cloudstack]

2024-09-19 Thread via GitHub
blueorangutan commented on PR #9708: URL: https://github.com/apache/cloudstack/pull/9708#issuecomment-2360741678 @abh1sar a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. -- This is an automated message from the Apache Git Service. To respond to t

Re: [PR] UI: Checkbox to make a newly added Network the default one in the Ins… [cloudstack]

2024-09-19 Thread via GitHub
weizhouapache commented on code in PR #9708: URL: https://github.com/apache/cloudstack/pull/9708#discussion_r1766684572 ## ui/src/views/network/NicsTab.vue: ## @@ -368,9 +376,26 @@ export default { this.$pollJob({ jobId: response.addnictovirtualmachinerespons

Re: [I] Can't add host server to cloudstack management server [cloudstack]

2024-09-19 Thread via GitHub
subincb30 commented on issue #9705: URL: https://github.com/apache/cloudstack/issues/9705#issuecomment-2360464698 Additionally, I found that the port 8250 is not listening in my cloudstack host server. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] UI: Checkbox to make a newly added Network the default one in the Ins… [cloudstack]

2024-09-19 Thread via GitHub
blueorangutan commented on PR #9708: URL: https://github.com/apache/cloudstack/pull/9708#issuecomment-2360777644 UI build: :heavy_check_mark: Live QA URL: https://qa.cloudstack.cloud/simulator/pr/9708 (QA-JID-453) -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] Bump send and express in /ui [cloudstack]

2024-09-19 Thread via GitHub
rohityadavcloud closed pull request #9704: Bump send and express in /ui URL: https://github.com/apache/cloudstack/pull/9704 -- 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] Bump send and express in /ui [cloudstack]

2024-09-19 Thread via GitHub
dependabot[bot] commented on PR #9704: URL: https://github.com/apache/cloudstack/pull/9704#issuecomment-2360778412 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR and I'll resolve any

Re: [PR] Bump serve-static and express in /ui [cloudstack]

2024-09-19 Thread via GitHub
rohityadavcloud closed pull request #9703: Bump serve-static and express in /ui URL: https://github.com/apache/cloudstack/pull/9703 -- 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] UI: enable project menu on mobile devices [cloudstack]

2024-09-19 Thread via GitHub
rohityadavcloud merged PR #9700: URL: https://github.com/apache/cloudstack/pull/9700 -- 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] UI: enable project menu on mobile devices [cloudstack]

2024-09-19 Thread via GitHub
rohityadavcloud commented on PR #9700: URL: https://github.com/apache/cloudstack/pull/9700#issuecomment-2360779942 Sorry mea culpa - I think it 'could' break on some screens; but LGTM. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

(cloudstack) branch dependabot/npm_and_yarn/ui/multi-d66d039ac5 deleted (was 74ad7986e7b)

2024-09-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/ui/multi-d66d039ac5 in repository https://gitbox.apache.org/repos/asf/cloudstack.git was 74ad7986e7b Bump serve-static and express in /ui The revisions that were

Re: [PR] Bump serve-static and express in /ui [cloudstack]

2024-09-19 Thread via GitHub
dependabot[bot] commented on PR #9703: URL: https://github.com/apache/cloudstack/pull/9703#issuecomment-2360778492 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR and I'll resolve any

(cloudstack) branch dependabot/npm_and_yarn/ui/multi-cf87d80143 deleted (was 611658a248c)

2024-09-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/ui/multi-cf87d80143 in repository https://gitbox.apache.org/repos/asf/cloudstack.git was 611658a248c Bump send and express in /ui The revisions that were on this

(cloudstack) branch 4.19 updated: UI: enable project menu on mobile (#9700)

2024-09-19 Thread rohit
This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch 4.19 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.19 by this push: new 50d7ebf5cf5 UI: enable project menu on mobile (#9

Re: [PR] VR: fix password server exception when no password is found [cloudstack]

2024-09-19 Thread via GitHub
rohityadavcloud commented on PR #9699: URL: https://github.com/apache/cloudstack/pull/9699#issuecomment-2360781800 LGTM, passing to @JoaoJandre to review and consider merging. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

(cloudstack) branch 4.19 updated: lb: fix haproxy cannot start if algorithm is not lowercase (#9698)

2024-09-19 Thread rohit
This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch 4.19 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.19 by this push: new 7f2ab635e97 lb: fix haproxy cannot start if algor

Re: [PR] engine-storage: Set SecretConsumerDetail for VM live migration with storage on shared NFS [cloudstack]

2024-09-19 Thread via GitHub
rohityadavcloud commented on PR #9222: URL: https://github.com/apache/cloudstack/pull/9222#issuecomment-2360789595 cc @kiranchavala -- 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: [I] Project Dropdown in Dashboard takes minutes to load [cloudstack]

2024-09-19 Thread via GitHub
btzq commented on issue #9679: URL: https://github.com/apache/cloudstack/issues/9679#issuecomment-2361430798 Awesome, thanks @weizhouapache ! -- 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

Re: [I] Project Dropdown in Dashboard takes minutes to load [cloudstack]

2024-09-19 Thread via GitHub
weizhouapache commented on issue #9679: URL: https://github.com/apache/cloudstack/issues/9679#issuecomment-2361426935 > @weizhouapache here you go > > ![WhatsApp Image 2024-09-19 at 11 30 52 PM](https://private-user-images.githubusercontent.com/147712084/369071539-389addd5-8760-4d48-9

Re: [PR] [VMware] Make disk controller selection on volume attachment consistent with VM creation and start [cloudstack]

2024-09-19 Thread via GitHub
JoaoJandre merged PR #9636: URL: https://github.com/apache/cloudstack/pull/9636 -- 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

(cloudstack) branch 4.19 updated (7f2ab635e97 -> 075f9811c4b)

2024-09-19 Thread joao
This is an automated email from the ASF dual-hosted git repository. joao pushed a change to branch 4.19 in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 7f2ab635e97 lb: fix haproxy cannot start if algorithm is not lowercase (#9698) add 075f9811c4b [VMware] Make dis

Re: [PR] fix nat table by getting the fitting device for an address [cloudstack]

2024-09-19 Thread via GitHub
blueorangutan commented on PR #9552: URL: https://github.com/apache/cloudstack/pull/9552#issuecomment-2361153163 Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 11153 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[I] Support the global setting "remote.access.vpn.client.iprange" for per vpc level [cloudstack]

2024-09-19 Thread via GitHub
kiranchavala opened a new issue, #9707: URL: https://github.com/apache/cloudstack/issues/9707 ISSUE TYPE Enhancement/Improvement request COMPONENT NAME Component: VPC CLOUDSTACK VERSION Cloudstack version 4.19.1.1 SUMMARY Support the global set

Re: [I] Project Dropdown in Dashboard takes minutes to load [cloudstack]

2024-09-19 Thread via GitHub
btzq commented on issue #9679: URL: https://github.com/apache/cloudstack/issues/9679#issuecomment-2361379354 @weizhouapache here you go ![WhatsApp Image 2024-09-19 at 11 30 52 PM](https://github.com/user-attachments/assets/389addd5-8760-4d48-9520-f5916aaf7900) First command tak

Re: [PR] Fix resource count discrepancy while associating IP address to a network [cloudstack]

2024-09-19 Thread via GitHub
DaanHoogland commented on PR #9563: URL: https://github.com/apache/cloudstack/pull/9563#issuecomment-2360432323 before: ``` for i in 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 ; do cmk associate ipaddress account=ACSUser domainid=0138c7b1-75d6-11ef-85da-1e00

Re: [I] Race condition in resource count while associating IP address to a network [cloudstack]

2024-09-19 Thread via GitHub
DaanHoogland commented on issue #9464: URL: https://github.com/apache/cloudstack/issues/9464#issuecomment-2360434955 fixed by #9516 -- 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: [I] Support the global setting "remote.access.vpn.client.iprange" for per vpc level [cloudstack]

2024-09-19 Thread via GitHub
weizhouapache commented on issue #9707: URL: https://github.com/apache/cloudstack/issues/9707#issuecomment-2360446868 I remember there were some work in the past to support network settings and vpc settings. however I was not able to find the PR -- This is an automated message

(cloudstack) branch 4.19 updated: Fix resource count discrepancy while associating IP address to a network or vpc (#9563)

2024-09-19 Thread dahn
This is an automated email from the ASF dual-hosted git repository. dahn pushed a commit to branch 4.19 in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/4.19 by this push: new e16a9715111 Fix resource count discrepancy while a

Re: [I] Race condition in resource count while associating IP address to a network [cloudstack]

2024-09-19 Thread via GitHub
DaanHoogland closed issue #9464: Race condition in resource count while associating IP address to a network URL: https://github.com/apache/cloudstack/issues/9464 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] UI: Checkbox to make a newly added Network the default one in the Ins… [cloudstack]

2024-09-19 Thread via GitHub
blueorangutan commented on PR #9708: URL: https://github.com/apache/cloudstack/pull/9708#issuecomment-2360350181 @abh1sar a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. -- This is an automated message from the Apache Git Service. To respond to t

Re: [PR] UI: Checkbox to make a newly added Network the default one in the Ins… [cloudstack]

2024-09-19 Thread via GitHub
codecov[bot] commented on PR #9708: URL: https://github.com/apache/cloudstack/pull/9708#issuecomment-2360374098 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/9708?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments

Re: [PR] UI: Checkbox to make a newly added Network the default one in the Ins… [cloudstack]

2024-09-19 Thread via GitHub
blueorangutan commented on PR #9708: URL: https://github.com/apache/cloudstack/pull/9708#issuecomment-2360395220 UI build: :heavy_check_mark: Live QA URL: https://qa.cloudstack.cloud/simulator/pr/9708 (QA-JID-452) -- This is an automated message from the Apache Git Service. To respond t

Re: [I] Can't add host server to cloudstack management server [cloudstack]

2024-09-19 Thread via GitHub
weizhouapache commented on issue #9705: URL: https://github.com/apache/cloudstack/issues/9705#issuecomment-2360527024 > @weizhouapache Sorry I didn't get your point. Also, I couldn't find any errors related to the cloud stack agent on the cloud stack management-server.log. the logs s

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

2024-09-19 Thread via GitHub
blueorangutan commented on PR #9315: URL: https://github.com/apache/cloudstack/pull/9315#issuecomment-2360826309 @rohityadavcloud 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 progr

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

2024-09-19 Thread via GitHub
rohityadavcloud commented on PR #9315: URL: https://github.com/apache/cloudstack/pull/9315#issuecomment-2360822857 @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 speci

Re: [PR] ui: load project list with minimum details [cloudstack]

2024-09-19 Thread via GitHub
codecov[bot] commented on PR #9711: URL: https://github.com/apache/cloudstack/pull/9711#issuecomment-2360831593 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/9711?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments

Re: [PR] [HEALTH] 4.20/main Health Check, please don't merge this! [cloudstack]

2024-09-19 Thread via GitHub
blueorangutan commented on PR #9316: URL: https://github.com/apache/cloudstack/pull/9316#issuecomment-2360826239 @rohityadavcloud 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 progr

Re: [I] Project Dropdown in Dashboard takes minutes to load [cloudstack]

2024-09-19 Thread via GitHub
weizhouapache commented on issue #9679: URL: https://github.com/apache/cloudstack/issues/9679#issuecomment-2360898602 @btzq can you run the following commands on mgmt server if you have downloaded cmk ? time cmk list projects listall=true filter=id,name >/dev/null time cmk list

Re: [PR] VR: fix password server exception when no password is found [cloudstack]

2024-09-19 Thread via GitHub
JoaoJandre commented on PR #9699: URL: https://github.com/apache/cloudstack/pull/9699#issuecomment-2360901595 The code LGTM. Could you add a description of the tests @weizhouapache ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] VR: fix password server exception when no password is found [cloudstack]

2024-09-19 Thread via GitHub
weizhouapache commented on PR #9699: URL: https://github.com/apache/cloudstack/pull/9699#issuecomment-2360917036 > The code LGTM. Could you add a description of the tests @weizhouapache ? @JoaoJandre update the description to include the steps of the test -- This is an automated

Re: [PR] Routed mode: minor improvements [cloudstack]

2024-09-19 Thread via GitHub
blueorangutan commented on PR #9697: URL: https://github.com/apache/cloudstack/pull/9697#issuecomment-2360921397 [SF] Trillian test result (tid-11516) Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 51439 seconds Marvin logs: https://github.com/

(cloudstack) branch main updated (94a47ac7783 -> 41e7a2a6897)

2024-09-19 Thread joao
This is an automated email from the ASF dual-hosted git repository. joao pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git from 94a47ac7783 VR: fix password server exception when no password is found (#9699) add a8ab47bb278 CPVM: move focus

(cloudstack) branch main updated: merge conflicts (in loggers)

2024-09-19 Thread joao
This is an automated email from the ASF dual-hosted git repository. joao 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 477beaffbf9 merge conflicts (in loggers) 477beaffb

  1   2   >