Re: [PR] Maintenance mode: Add host to deployment planner avoid list to fix local storage migration [cloudstack]

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

Re: [I] veeam B&R : ERROR while removing instance from backup offering [cloudstack]

2024-11-06 Thread via GitHub
rajujith commented on issue #9896: URL: https://github.com/apache/cloudstack/issues/9896#issuecomment-2459582429 > @rajujith just to confirm, irrespect to the error log, the operation still succeeded, right ? Yes. -- This is an automated message from the Apache Git Service. To resp

Re: [PR] api,agent,server,engine-schema: scalability improvements [cloudstack]

2024-11-06 Thread via GitHub
blueorangutan commented on PR #9840: URL: https://github.com/apache/cloudstack/pull/9840#issuecomment-2459677934 [SF] Trillian test result (tid-11749) Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 64218 seconds Marvin logs: https://github.com/

Re: [PR] kvm: ref-count storage pool usage [cloudstack]

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

Re: [PR] kvm: ref-count storage pool usage [cloudstack]

2024-11-06 Thread via GitHub
rp- commented on PR #9498: URL: https://github.com/apache/cloudstack/pull/9498#issuecomment-2459062417 @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 comment. T

Re: [PR] Veeam: set backed_volumes for each backup [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache commented on PR #9898: URL: https://github.com/apache/cloudstack/pull/9898#issuecomment-2459972411 > I actually think the actual issue is with the UI also - in case of historic backups where backup volume details is maintained on the vm (not backup): > > https://github

Re: [PR] api,agent,server,engine-schema: scalability improvements [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache commented on code in PR #9840: URL: https://github.com/apache/cloudstack/pull/9840#discussion_r1830783169 ## agent/src/main/java/com/cloud/agent/Agent.java: ## @@ -444,59 +466,87 @@ protected void cancelTasks() { * when host is added back */ protec

Re: [PR] Veeam: set backed_volumes for each backup [cloudstack]

2024-11-06 Thread via GitHub
blueorangutan commented on PR #9898: URL: https://github.com/apache/cloudstack/pull/9898#issuecomment-2459851613 @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: [I] veeam B&R : ERROR while removing instance from backup offering [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache commented on issue #9896: URL: https://github.com/apache/cloudstack/issues/9896#issuecomment-2459321605 @rajujith just to confirm, irrespect to the error log, the operation still succeeded, right ? -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] api,agent,server,engine-schema: scalability improvements [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache commented on code in PR #9840: URL: https://github.com/apache/cloudstack/pull/9840#discussion_r1830811771 ## server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java: ## @@ -2428,7 +2428,7 @@ protected void checkIfZoneIsDeletable(final long zoneId

Re: [PR] Veeam: set backed_volumes for each backup [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache commented on PR #9898: URL: https://github.com/apache/cloudstack/pull/9898#issuecomment-2459880703 for existing backups without backed_volumes, do you have any idea how to proceed ? @rohityadavcloud @Pearl1594 -- This is an automated message from the Apache Git Serv

[PR] systemvm: fix keystore is reset when patch a systemvm [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache opened a new pull request, #9900: URL: https://github.com/apache/cloudstack/pull/9900 ### Description This PR fixes #9086 Steps to reproduce the issue - create an env - check certs in SSVM keytool -list -keystore /usr/local/cloud/systemvm/certs/realhostip

Re: [PR] systemvm: fix keystore is reset when patch a systemvm [cloudstack]

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

Re: [PR] Veeam: set backed_volumes for each backup [cloudstack]

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

Re: [PR] api,agent,server,engine-schema: scalability improvements [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache commented on code in PR #9840: URL: https://github.com/apache/cloudstack/pull/9840#discussion_r1830793395 ## agent/src/main/java/com/cloud/agent/Agent.java: ## @@ -1136,22 +1175,16 @@ public void doTask(final Task task) throws TaskExecutionException {

Re: [PR] api,agent,server,engine-schema: scalability improvements [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache commented on code in PR #9840: URL: https://github.com/apache/cloudstack/pull/9840#discussion_r1830798457 ## server/src/main/java/com/cloud/alert/AlertManagerImpl.java: ## @@ -257,6 +259,64 @@ public void sendAlert(AlertType alertType, long dataCenterId, Long podI

Re: [PR] api,agent,server,engine-schema: scalability improvements [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache commented on code in PR #9840: URL: https://github.com/apache/cloudstack/pull/9840#discussion_r1830802218 ## engine/orchestration/src/main/java/com/cloud/agent/manager/AgentManagerImpl.java: ## @@ -223,17 +231,20 @@ public boolean configure(final String name, final

Re: [I] Veeam B&R : Restore and attach backup volume is not possible [cloudstack]

2024-11-06 Thread via GitHub
rajujith commented on issue #9897: URL: https://github.com/apache/cloudstack/issues/9897#issuecomment-2459361080 > @rajujith can you do it via cmk ? just to see if it is a UI issue @weizhouapache It is not a UI issue. ``` cmk list backups id=7266e7be-7188-4a1d-b29b-5c81b0d7bbda

Re: [PR] Veeam: set backed_volumes for each backup [cloudstack]

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

Re: [PR] api,agent,server,engine-schema: scalability improvements [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache commented on code in PR #9840: URL: https://github.com/apache/cloudstack/pull/9840#discussion_r1830810003 ## engine/schema/src/main/java/com/cloud/capacity/dao/CapacityDaoImpl.java: ## @@ -671,6 +671,18 @@ public CapacityVO findByHostIdType(Long hostId, short capa

Re: [PR] api,agent,server,engine-schema: scalability improvements [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache commented on code in PR #9840: URL: https://github.com/apache/cloudstack/pull/9840#discussion_r1830795370 ## api/src/main/java/org/apache/cloudstack/api/command/admin/domain/ListDomainsCmd.java: ## @@ -142,7 +142,10 @@ protected void updateDomainResponse(List resp

Re: [PR] kvm: fix ovs network creation issue [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache commented on PR #9869: URL: https://github.com/apache/cloudstack/pull/9869#issuecomment-2459112371 tested on centos7 and ubuntu 24 with OVS, looks good cc @rohityadavcloud @DaanHoogland @GutoVeronezi -- This is an automated message from the Apache Git Service. To resp

Re: [PR] api,agent,server,engine-schema: scalability improvements [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache commented on code in PR #9840: URL: https://github.com/apache/cloudstack/pull/9840#discussion_r1830795370 ## api/src/main/java/org/apache/cloudstack/api/command/admin/domain/ListDomainsCmd.java: ## @@ -142,7 +142,10 @@ protected void updateDomainResponse(List resp

Re: [PR] api,agent,server,engine-schema: scalability improvements [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache commented on PR #9840: URL: https://github.com/apache/cloudstack/pull/9840#issuecomment-2459561113 @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 th

Re: [I] Veeam B&R : Restore and attach backup volume is not possible [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache commented on issue #9897: URL: https://github.com/apache/cloudstack/issues/9897#issuecomment-2459308871 @rajujith can you do it via cmk ? just to see if it is a UI issue -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] api,agent,server,engine-schema: scalability improvements [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache commented on code in PR #9840: URL: https://github.com/apache/cloudstack/pull/9840#discussion_r1830813266 ## utils/src/main/java/com/cloud/utils/nio/NioConnection.java: ## @@ -190,9 +209,25 @@ public Boolean call() throws NioConnectionException { abstract vo

[I] Veeam B&R : Restore and attach backup volume is not possible [cloudstack]

2024-11-06 Thread via GitHub
rajujith opened a new issue, #9897: URL: https://github.com/apache/cloudstack/issues/9897 # ISSUE TYPE * Bug Report # COMPONENT NAME ~~~ Veeam B&R ~~~ # CLOUDSTACK VERSION ~~~ 4.20 - SNAPSHOT ~~~ # CONFIGU

Re: [I] Veeam B&R : Restore and attach backup volume is not possible [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache commented on issue #9897: URL: https://github.com/apache/cloudstack/issues/9897#issuecomment-2459841929 > > @rajujith can you do it via cmk ? just to see if it is a UI issue > > @weizhouapache It is not a UI issue. > > ``` > cmk list backups id=7266e7be-7188-4a

[PR] Veeam: set backed_volumes for each backup [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache opened a new pull request, #9898: URL: https://github.com/apache/cloudstack/pull/9898 ### Description This PR should fix #9897 ### Types of changes - [ ] Breaking change (fix or feature that would

Re: [PR] Veeam: set backed_volumes for each backup [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache commented on PR #9898: URL: https://github.com/apache/cloudstack/pull/9898#issuecomment-2459847623 @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

Re: [PR] fix: remove double element from 2FA form [cloudstack]

2024-11-06 Thread via GitHub
phsm commented on PR #9851: URL: https://github.com/apache/cloudstack/pull/9851#issuecomment-2459677590 Hello, is there any progress with this PR? -- 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

[I] veeam B&R : ERROR while removing instance from backup offering [cloudstack]

2024-11-06 Thread via GitHub
rajujith opened a new issue, #9896: URL: https://github.com/apache/cloudstack/issues/9896 # ISSUE TYPE * Bug Report # COMPONENT NAME ~~~ Logging ~~~ # CLOUDSTACK VERSION ~~~ 4.20-SNAPSHOT ~~~ # CONFIGURATION

Re: [PR] api,agent,server,engine-schema: scalability improvements [cloudstack]

2024-11-06 Thread via GitHub
blueorangutan commented on PR #9840: URL: https://github.com/apache/cloudstack/pull/9840#issuecomment-2461298643 [SF] Trillian test result (tid-11754) Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 57015 seconds Marvin logs: https://github.com/

[I] Prometheus Exporter Nullpointer exception 2 [cloudstack]

2024-11-06 Thread via GitHub
hulucc opened a new issue, #9901: URL: https://github.com/apache/cloudstack/issues/9901 ISSUE TYPE Bug Report COMPONENT NAME Prometheus Exporter CLOUDSTACK VERSION 4.18 After the fix of #8024, get anothoer `NullPointerException` in prometheus exporte

Re: [I] Prometheus Exporter Nullpointer exception 2 [cloudstack]

2024-11-06 Thread via GitHub
hulucc closed issue #9901: Prometheus Exporter Nullpointer exception 2 URL: https://github.com/apache/cloudstack/issues/9901 -- 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

Re: [I] Maintenance mode destination nullpointer with local storage data disk [cloudstack]

2024-11-06 Thread via GitHub
DaanHoogland commented on issue #9887: URL: https://github.com/apache/cloudstack/issues/9887#issuecomment-2460262960 @BartJM is #9892 a full solution for the issue, or just a partial solution? -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [I] Backup offerings of all zones are listed for any instance [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache commented on issue #9895: URL: https://github.com/apache/cloudstack/issues/9895#issuecomment-2459272685 looks like a small UI bug -- 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

Re: [PR] api,agent,server,engine-schema: scalability improvements [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache commented on code in PR #9840: URL: https://github.com/apache/cloudstack/pull/9840#discussion_r1830802705 ## engine/orchestration/src/main/java/com/cloud/vm/VirtualMachineManagerImpl.java: ## @@ -3793,12 +3803,12 @@ public int getTimeout() { public boolean pro

Re: [PR] api,agent,server,engine-schema: scalability improvements [cloudstack]

2024-11-06 Thread via GitHub
weizhouapache commented on code in PR #9840: URL: https://github.com/apache/cloudstack/pull/9840#discussion_r1830810823 ## engine/schema/src/main/java/org/apache/cloudstack/storage/datastore/db/PrimaryDataStoreDao.java: ## @@ -154,4 +154,6 @@ Pair, Integer> searchForIdsAndCount(

Re: [PR] api,agent,server,engine-schema: scalability improvements [cloudstack]

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

Re: [I] UI: Opening direct URL to domain causes visual bug/glitch [cloudstack]

2024-11-06 Thread via GitHub
DaanHoogland commented on issue #9893: URL: https://github.com/apache/cloudstack/issues/9893#issuecomment-2460315070 @Rubueno I can confirm this is an issue in 4.19.1 . for refreshing you can click another link on the left menu and back to domains. -- This is an automated message from the