Re: [D] Error message when starting virtual machine through ISO [cloudstack]

2025-05-27 Thread via GitHub
GitHub user tomorrrow666 closed the discussion with a comment: Error message when starting virtual machine through ISO Using basic networking, with primary storage set to local storage, what global settings need to be configured after initializing the database? GitHub link: https://github.co

Re: [D] Unexpected Deletion of Valid Disks by CloudStack + XCP-ng 8.2.1 [cloudstack]

2025-05-27 Thread via GitHub
GitHub user midhunpjos added a comment to the discussion: Unexpected Deletion of Valid Disks by CloudStack + XCP-ng 8.2.1 @weizhouapache Not sure if below give some clue: Upon further analysis of the XCP-ng logs, it was observed that CloudStack repeatedly attempted to delete the disk ROOT-125

Re: [D] Error message when starting virtual machine through ISO [cloudstack]

2025-05-27 Thread via GitHub
GitHub user tomorrrow666 closed the discussion with a comment: Error message when starting virtual machine through ISO I'm wondering if it's because some global settings are configured incorrectly GitHub link: https://github.com/apache/cloudstack/discussions/10573#discussioncomment-13280327

Re: [D] Error message when starting virtual machine through ISO [cloudstack]

2025-05-27 Thread via GitHub
GitHub user tomorrrow666 closed the discussion with a comment: Error message when starting virtual machine through ISO A newly created instance is in the "Running" state, but the console cannot be opened. GitHub link: https://github.com/apache/cloudstack/discussions/10573#discussioncomment-1

Re: [D] Error message when starting virtual machine through ISO [cloudstack]

2025-05-27 Thread via GitHub
GitHub user weizhouapache closed the discussion with a comment: Error message when starting virtual machine through ISO I am a bit confused, are the questions related to what you asked before ? GitHub link: https://github.com/apache/cloudstack/discussions/10573#discussioncomment-13280291 ---

Re: [D] Error message when starting virtual machine through ISO [cloudstack]

2025-05-27 Thread via GitHub
GitHub user weizhouapache closed the discussion with a comment: Error message when starting virtual machine through ISO ok, good to know it what's the error ? no new window for console , or blank window or error message on the window ? GitHub link: https://github.com/apache/cloudstack/discu

Re: [D] Error message when starting virtual machine through ISO [cloudstack]

2025-05-27 Thread via GitHub
GitHub user tomorrrow666 closed the discussion with a comment: Error message when starting virtual machine through ISO A blank window appears, with the error code 'HTTP ERROR 502'. GitHub link: https://github.com/apache/cloudstack/discussions/10573#discussioncomment-13280749 This is an

Re: [D] Error message when starting virtual machine through ISO [cloudstack]

2025-05-27 Thread via GitHub
GitHub user weizhouapache closed the discussion with a comment: Error message when starting virtual machine through ISO is the agent of CPVM Up ? any error in the management-server.log or /var/log/cloud.log inside the CPVM ? GitHub link: https://github.com/apache/cloudstack/discussions/10573

Re: [D] Access multiple cloud instances from a single UI [cloudstack]

2025-05-27 Thread via GitHub
GitHub user DaanHoogland edited a discussion: Access multiple cloud instances from a single UI as a developer (and probably as a power user) I want to be able to work on different management servers from a single UI. This would mean different server-hosts to begin with, but also different ver

Re: [D] Error message when starting virtual machine through ISO [cloudstack]

2025-05-27 Thread via GitHub
GitHub user tomorrrow666 closed the discussion with a comment: Error message when starting virtual machine through ISO The CPVM status is "Running", the agent status is "Up", but the console cannot be opened. It displays a blank window with the error code "HTTP ERROR 502". GitHub link: http

Re: [D] Error message when starting virtual machine through ISO [cloudstack]

2025-05-27 Thread via GitHub
GitHub user weizhouapache closed the discussion with a comment: Error message when starting virtual machine through ISO ok, a related configuration is `secstorage.allowed.internal.sites` can you log into the ssvm and download the image via wget or curl command ? worth to check - ips in ssvm -

Re: [D] Error message when starting virtual machine through ISO [cloudstack]

2025-05-27 Thread via GitHub
GitHub user tomorrrow666 deleted a comment on the discussion: Error message when starting virtual machine through ISO I am using HTTP, and direct downloads are working fine, but I encountered an error when starting the instance: Unable to orchestrate the start of VM instance {"instanceName":"

Re: [D] Error message when starting virtual machine through ISO [cloudstack]

2025-05-27 Thread via GitHub
GitHub user tomorrrow666 deleted a comment on the discussion: Error message when starting virtual machine through ISO root@node:~# tail -20 /var/log/cloudstack/agent/agent.log 2025-05-23 07:10:31,889 INFO [kvm.storage.LibvirtStorageAdaptor] (agentRequest-Handler-2:[]) (logid:19422e36) Trying

Problem with CloudStack Usage

2025-05-27 Thread Joann Mõndresku
Hello. We tried to enable cloudstack-usage recently, but the management server is failing to pair up with it. In usage logs, the last line is "UsageServer ready...", no errors witnessed either. In management server logs, periodically UsageServerMonitorTask claims that usage server is not rea

Re: Problem with CloudStack Usage

2025-05-27 Thread João Jandre Paraquetti
Hi Joann, I would first check if the Usage server is able to connect to the DB. Could you confirm that the db.properties file is present at /etc/cloudstack/usage/ and that it has the correct values? Furthermore, could you restart the cloudstack-usage service and check if any errors/warnings

[VOTE] Apache Cloudstack 4.19.3.0

2025-05-27 Thread Daan Hoogland
Hi All, I've created a 4.19.3.0 release, with the following artifacts up for a vote: Git Branch and Commit SH: https://github.com/apache/cloudstack/tree/4.19.3.0-RC20250527T1642 Commit: b00400d5fa8ad2b08a85139ae32f443adfb793a1 Source release (checksums and signatures are available at the same lo

Re: [VOTE] Apache CloudStack 4.20.1.0

2025-05-27 Thread Pearl Dsilva
Hi All, I’ll be closing this vote due to an issue with the build. I’ll address the problem and create a new RC shortly. Thanks, Pearl On Tue, May 27, 2025 at 8:50 PM Pearl Dsilva wrote: > Hi All, > > I've created a 4.20.1.0 release, with the following artifacts up for a > vote: > > Git Branch

Re: [D] Access multiple cloud instances from a single UI [cloudstack]

2025-05-27 Thread via GitHub
GitHub user rajujith added a comment to the discussion: Access multiple cloud instances from a single UI @DaanHoogland, the idea looks interesting. What are the benefits you are expecting? GitHub link: https://github.com/apache/cloudstack/discussions/10921#discussioncomment-13292092 T

Re: [D] Access multiple cloud instances from a single UI [cloudstack]

2025-05-27 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Access multiple cloud instances from a single UI As an operator; I expect to be able to manage and troubleshoot multiple souverein clouds in one interface. As a developer I expect to implement cross region features like template- and

Re: Problem with CloudStack Usage

2025-05-27 Thread Joann Mõndresku
Hi. /etc/cloudstack/usage/db.properties is symlinked to /etc/cloudstack/management/db.properties It has these values defined: ``` db.usage.username=cloud db.usage.password=ENC(Encrypted Password) db.usage.host=localhost db.usage.driver=jdbc:mysql db.usage.port=3306 db.usage.name=cloud_usage db.u

[VOTE] Apache CloudStack 4.20.1.0 (RC2)

2025-05-27 Thread Pearl Dsilva
Hi All, I've created a 4.20.1.0 release (RC2), with the following artifacts up for a vote: Git Branch and Commit SH: https://github.com/apache/cloudstack/tree/4.20.1.0-RC20250527T2349 Commit: ff492442005bf06eeb2c9cecea1d95bff2235cc5 Source release (checksums and signatures are available at the s

Re: [Discussion] Versioning

2025-05-27 Thread Nicolas Vazquez
Hi all, Sorry for the delay, took time to digest all that has been discussed on the thread. I’ll try to summarize the discussion points raised by Joao for simplicity, please correct me if there are some misunderstandings from my side: * On breaking changes: * Allow bigger refactorin

[VOTE] Apache CloudStack 4.20.1.0

2025-05-27 Thread Pearl Dsilva
Hi All, I've created a 4.20.1.0 release, with the following artifacts up for a vote: Git Branch and Commit SH: https://github.com/apache/cloudstack/tree/4.20.1.0-RC20250527T2039 Commit: 354c86b34285a261ea0e350e59bdb2e58a6685fe Source release (checksums and signatures are available at the same lo

Re: [D] Error message when starting virtual machine through ISO [cloudstack]

2025-05-27 Thread via GitHub
GitHub user tomorrrow666 closed the discussion with a comment: Error message when starting virtual machine through ISO Is this a problem related to the certificate? GitHub link: https://github.com/apache/cloudstack/discussions/10573#discussioncomment-13291145 This is an automatically se