Re: cloudstack translations

2024-09-11 Thread João Jandre Paraquetti
Hello, Piotr If you're interested in translating ACS or improving the translation, you should create a PR translating the https://github.com/apache/cloudstack/blob/main/ui/public/locales/en.json file in a new file inside locales (like https://github.com/apache/cloudstack/blame/main/ui/public/

Re: [REVIVE][DISCUSS] Closing issues & PR after a certain time

2024-08-28 Thread João Jandre Paraquetti
Hi all, I would like to revive this discussion again, as I believe that Vishesh's initiative is great for the projects maintenance. Although the original proposal of marking as stale in 90 days and closing after another 30 days is somewhat aggressive, I think that awaiting 1+years to close a s

Re: Upgrade from 4.19.0.1 to 4.19.1.1 fails due to DB schema upgrade errors

2024-08-15 Thread João Jandre Paraquetti
Hello, Andrei This is happening because the procedure IDEMPOTENT_ADD_COLUMN does not exist in your cloud_usage DB. You can create it manually with the following queries: DROP PROCEDURE IF EXISTS `cloud_usage`.`IDEMPOTENT_ADD_COLUMN`; CREATE PROCEDURE `cloud_usage`.`IDEMPOTENT_ADD_COLUMN` (   

Re: Cloudstack 4.19 Behavior with MariaDB Galera Cluster

2024-08-13 Thread João Jandre Paraquetti
Hello Jon, Whether there will be randomness or not depends on your setup. As far as I know, there are two possible modes for the connection with Galera clusters: sequential and loadbalance. With the sequential mode, the connector will try to connect to hosts in the order in which they were de

Re: [DISCUSS] Deprecate/remove support for EOL distros and hypervisors

2024-06-21 Thread João Jandre Paraquetti
I agree with Rohit, EL7 is long past its due date and choosing to keep supporting it is a risk for the project. I believe we should stop recommending this dated OS for new environments now and start removing support on the next major versions (e.g. 5.0) . Also, +1 on not recommending the use of

Re: UI Slowness while populating Instance

2024-06-18 Thread João Jandre Paraquetti
Hi, Nixon What you are experiencing is most likely the same as Andrei (see https://lists.apache.org/thread/ltsw9tkkxv6pl2tr9r4q5m34xwlxxbqg), by default, the API used by the UI to list the VMs also lists the VM's metrics; since you have 100+ VMs, it is understandable that it would take some t

Re: Disabling VM metrics

2024-06-18 Thread João Jandre Paraquetti
Hello, Andrei Currently you cannot disable listing metrics when using the UI, this behavior has been discussed and changed with PR https://github.com/apache/cloudstack/pull/8782. On the next minor release (4.19.1) there will be a configuration to let you change the behavior of the `listVirtua

Re: [PROPOSAL] Update the 4.20.0.0 release schedule

2024-05-24 Thread João Jandre Paraquetti
Hi Suresh, all I agree that we should release 4.19.1.0 before 4.20.0.0, also, there are some features missing on 4.20.0.0 still that I'd like to get in, so more time wouldn't hurt. That being said, here is the updated schedule I propose: - On the third week of August, we freeze the main bran

Re: Backup VM on Cloudstack

2024-05-24 Thread João Jandre Paraquetti
Hello, Khang If your intention is to backup the VM's volumes, you can use the 'Snapshot' feature on KVM, which will create a copy of the volume, this can be done while the VM is stopped or running. With the `snapshot.backup.to.secondary` configuration, the Snapshot will be backed up to your s

Re: [VOTE] Apache CloudStack 4.18.2.0 RC1

2024-04-08 Thread João Jandre Paraquetti
gland wrote: ok, if it is a regression (introduction of a bug on formerly working functionality) It would mean a blocker and we can easily respin a new RC. What do you think @João Jandre Paraquetti ? On Mon, Apr 8, 2024 at 10:43 AM Rene Peinthor wrote: Probably neither a blocker or critical, ass

Re: Build own debs

2024-03-28 Thread João Jandre Paraquetti
Hello Jimmy, Although it was not present on the README, we have a version for Ubuntu 20 and java 11 on the repository. I have updated the README to list the Ubuntu 20 version: scclouds/cloudstack-deb-builder:ubuntu2004-jdk11-python3. We have been using this version for Ubuntu 22 with no issues,

[DISCUSS] Define a release schedule for the project

2024-03-15 Thread João Jandre Paraquetti
Hi all, I had posted this message on another thread, but following Rohit's advice I've decided to create a new one for it. That being said, I have another proposal for the versioning scheme. Instead of dropping the "X" on our X.Y.Z.N, we can set a fixed schedule (that can be further discussed

Re: Shallow Provision and K8s Docs

2024-02-16 Thread João Jandre Paraquetti
Hello Bharat, As Jithin said, what you're looking for is overprovisioning, where you can allocate more resources that you physically have. ACS supports three types of overprovisioning; CPU, memory and storage. To enable overprovisioning, you can use the following configurations: - cpu.overpro

Regarding the Log4j upgrade

2024-02-02 Thread João Jandre Paraquetti
Hi all, As some of you might already be aware, ACS version 4.20 will bring our logging library, log4j, from version 1.2 to 2.19. This change will bring us a number of benefits, such as:   * Async Loggers - performance similar to logging switched off   * Custom log levels   * Automatically rel

Re: migrate system vm to new primary pool

2024-01-29 Thread João Jandre Paraquetti
Hi, Piotr To migrate the system VMs to another storage, you'll need to stop them and then use the "Migrate system VM to another primary storage" option on the UI; or use the MigrateSystemVM API passing a new storage for its volume in the storageid parameter. To make all the new system VMs st

Re: New committer: Alexandre Mattioli

2024-01-12 Thread João Jandre Paraquetti
Congrats, Alexandre! Best regards, João Jandre On 1/10/24 19:27, Nux wrote: All, The Project Management Committee (PMC) for Apache CloudStack has invited Alexandre Mattioli to become a committer and we are pleased to announce that they have accepted. Alex has been instrumental in many feature

Re: Cloudstack 4.18.1.0 new feature (local volume snapshot changed)

2023-12-29 Thread João Jandre Paraquetti
Hello, Mikko The snapshot.backup.to.secondary global configuration dictates whether snapshots will stay on primary storage or will be backed up to secondary storage. Best regards, João Jandre On 12/29/23 10:50, Mikko Kaipila wrote: Hi, It seems that volume snapshot changed into primary sto

Re: Question on Compute Offerings.

2023-12-06 Thread João Jandre Paraquetti
Hello Palash, Adding to what Gary said about the CPU speed question, you should put at most the host's CPU speed that is returned in the "listHosts" API (You can also check the host's CPU speed on the UI: Infrastructure->Hosts->Select your host). This value is what ACS considers to be the hos

Re: [Consultation] Remove DB HA feature (db.ha.enabled)

2023-08-22 Thread João Jandre Paraquetti
Sure, Daniel PR #7895 is currently in draft as we need to do some more tests. However, the intention is to enable users to configure the DB connection URI directly through `db.properties` file. These are the tests that have been done so far with ACS without this PR changeset: Using the curre

Re: SNMP Traps Not Working

2023-08-17 Thread João Jandre Paraquetti
Hello, Willard Could you share your whole log4j config file? I'm asking because the default one will have the following configuration:                This is the only "logger" configuration that is using the SNMP appender by default. And the package that it is

Re: [VOTE] Upgrade Log4j to Log4j2

2023-06-07 Thread João Jandre Paraquetti
/bylaws.html Regards. From: João Jandre Paraquetti Sent: Tuesday, June 6, 2023 01:36 To: users@cloudstack.apache.org ; d...@cloudstack.apache.org Subject: Re: [VOTE] Upgrade Log4j to Log4j2 Hi all, This voting has been going on for quite some time already. In the

Re: [VOTE] Upgrade Log4j to Log4j2

2023-06-05 Thread João Jandre Paraquetti
simple to fix), I am +1 on the proposal. Best regards, Daniel Salvador (gutoveronezi) [1] https://lists.apache.org/thread/261j7m0p5mr4q7yclvo49mwhkxz4yov2 On Tue, May 16, 2023 at 1:28 PM João Jandre Paraquetti < j...@scclouds.com.br> wrote: Hello guys, I am opening this voting

Re: ACS upgrade to Log4J2 version 2.19

2023-05-26 Thread João Jandre Paraquetti
work. Best regards, Daniel Salvador (gutoveronezi) On Mon, May 1, 2023 at 4:10 AM Abhishek Kumar < shwst...@apache.org wrote: Great work. Though I feel this is a 5.0 change. I agree with Wei that this would create too much overhead for upcoming releases. 4.18 was pushed ahead a few month

[VOTE] Upgrade Log4j to Log4j2

2023-05-16 Thread João Jandre Paraquetti
Hello guys, I am opening this voting thread as result of the discussion in thread "ACS upgrade to Log4J2 version 2.19"[1]. The voting aims to continue the efforts and conclude the upgrade of the ACS logging library to Log4j2 through PR 7131[2]; merge the PR as soon as possible and provide wa

Re: ACS upgrade to Log4J2 version 2.19

2023-05-16 Thread João Jandre Paraquetti
he 4.19 RM and conduct/execute all of the work. Best regards, Daniel Salvador (gutoveronezi) On Mon, May 1, 2023 at 4:10 AM Abhishek Kumar wrote: Great work. Though I feel this is a 5.0 change. I agree with Wei that this would create too much overhead for upcoming releases. 4.18 was pushed

ACS upgrade to Log4J2 version 2.19

2023-04-28 Thread João Jandre Paraquetti
In PR #7131 (https://github.com/apache/cloudstack/pull/7131) I have proposed to normalize ACS's loggers, and more importantly, upgrade the library log4j to log4j2 version 2.19. Log4j2 has a lot of features that could offer benefits to ACS: * Async Loggers - performance similar to logging swit

Re: [4.18][RELEASE] RC1 up for vote

2023-02-16 Thread João Jandre Paraquetti
+1 Tested VM creation, migration, deletion, scaling, VM restart, VM snapshot and restore from snapshot. Tested volume creation, attach, detach, migration, deletion, volume snapshot and restore from snapshot. Tested registering a k8s ISO and creating a k8s cluster using the community ISO 1.24.0