Re: KVM Host Integration - Network Interfaces

2023-08-22 Thread Jithin Raju
Hi Wilken, For each hypervisor type, you can set a traffic label per traffic type in each zone. You should be able to find that under zone-> Physical networks. -Jithin From: W. Verleger - proIO GmbH Date: Tuesday, 22 August 2023 at 6:41 PM To: users@cloudstack.apache.org Subject: KVM Host

Re: Database High Availablity With Automatic failover

2023-08-22 Thread Jithin Raju
Hi Joan, That feature is known to have some issues. You may file an issue in GitHub. -Jithin From: Joan g Date: Monday, 21 August 2023 at 10:08 PM To: users@cloudstack.apache.org Subject: Database High Availablity With Automatic failover Hi, Community, I would like to know if it is possible

Some Min.IO Storage Users here?

2023-08-22 Thread Ivet Petrova
Hi all, I am interested do we have some community members, who are active Min.IO users? We will be working with them on some joint marketing activities around the integration with ACS and I would be happy if someone using them can get in touch with me! Kind regards,

delete template with UploadAbandoned status

2023-08-22 Thread Francisco Arencibia Quesada
good morning all, I have tried with this #cloudmonkey deleteTemplate id=XXX forced=true but it fails, :( Have any of you had this problem before? Kind regards -- *Francisco Arencibia Quesada.* *DevOps Engineer*

Re: delete template with UploadAbandoned status

2023-08-22 Thread Francisco Arencibia Quesada
solved by following: https://lists.apache.org/thread/b6r78btr9t9f48db7drkq9r50kpc3pvf Regards On Tue, Aug 22, 2023 at 12:04 PM Francisco Arencibia Quesada < arencibia.franci...@gmail.com> wrote: > good morning all, > > I have tried with this > #cloudmonkey deleteTemplate id=XXX forced=true >

KVM Host Integration - Network Interfaces

2023-08-22 Thread W. Verleger - proIO GmbH
Hi all, We are running ACS 4.18.0.0 with one XCP-ng Host integrated in one Zone already. As physical network we defined "Mgmt" (Management) and "Frontnet" (Guest, Public). Now we want to add a new KVM host to the same Zone but a different cluster. Therefor we defined on the KVM host two new

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

2023-08-22 Thread Nux
Hello everyone, A few weeks ago I asked you if you use or managed to use the DB HA Cloudstack feature (db.ha.enabled)[1] and after reading some of the replies and doing intensive testing myself I have found out that the feature is indeed non-functional, it's broken. In my testing I

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

2023-08-22 Thread Rohit Yadav
+1 it's a broken feature that at least doesn't work with MySQL 8.x, I'm not sure if it worked with prior versions of MySQL. However, we need to document some sort of suggested MySQL HA setup in our docs. Regards. From: Nux Sent: Tuesday, August 22, 2023 18:54

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

2023-08-22 Thread Nux
Happy to contribute a doc on how to achieve HA if we decide to remove this. Thanks On 2023-08-22 15:01, Rohit Yadav wrote: +1 it's a broken feature that at least doesn't work with MySQL 8.x, I'm not sure if it worked with prior versions of MySQL. However, we need to document some sort of

Re: Imported templates not working

2023-08-22 Thread Nux
Hi, Is the template UEFI capable? Sorry for trivial question. Which HV is this? On 2023-08-21 09:45, Francisco Arencibia Quesada wrote: Hi, the error is: UEFI Interactive Shell v.2.2 EDK II UEFI v2.70 (EDK II, 0x0001) Mapping table: BLK0: ... BLK1: . BLK2:

Re: [PROPOSE] ACS 4.18.1.0 release

2023-08-22 Thread Nux
Thanks for the update, Wei. Good job so far! On 2023-08-21 12:48, Wei ZHOU wrote: Hi all, In the last weeks, we have merged a few bug fixes into the 4.18 branch. We are still working on remaining bug fixes and reviewing pull requests. 22 pull requests are open for review:

Re: Register Now for CloudStack Collaboration Conference - First 50 get a CloudStack T-shirt

2023-08-22 Thread Nux
Do you have a picture of them? Thanks On 2023-08-21 13:14, Ivet Petrova wrote: Hi all, I am happy to announce that we have a special surprise for the early birds! As you know the CloudStack Collaboration Conference will happen on November 23-24th in Paris, France. Now we have a special

Re: Imported templates not working

2023-08-22 Thread Francisco Arencibia Quesada
Thank you team, It has been solved. It was a manual ostype that was causing the problem. It is solved now by setting windows 2016 ostype, the machines are booting correctly Thank you all :) Regards On Mon, Aug 21, 2023 at 10:45 AM Francisco Arencibia Quesada < arencibia.franci...@gmail.com>

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

2023-08-22 Thread K B Shiv Kumar
We faced some issues when running Galera. We went back to master slave. Anyone using Galera in production for a long time? Regards, Shiv > On 22-Aug-2023, at 19:34, Nux wrote: > > Happy to contribute a doc on how to achieve HA if we decide to remove this. > > Thanks > > On 2023-08-22 15:01,

Windows guests hang on boot up

2023-08-22 Thread Gary Dixon
ACS 4.15.2 KVM hosts Ubuntu 20.04 Hi all Is anyone else seeing an issue where Windows guests VM's are getting stuck at the windows boot logo after being rebooted ? It is the same issue as reported here https://borncity.com/win/2023/04/04/kvm-bug-windows-vms-can-hang-at-boot-after-11-days/

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

2023-08-22 Thread Nux
But what do you think of the removal of DB HA code? When using Galera you need to query against a single node, don't spread the load among all 3, as this will break certain locking functionality in Cloudstack and lead to problems. In a Haproxy configuration you should be keeping just one

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

2023-08-22 Thread K B Shiv Kumar
Well, if it is broken and it is not prominently mentioned anywhere new adopters may go ahead with that on production. So I guess best to remove or at least mention that it is not production grade. Thanks Shiv > On 22-Aug-2023, at 20:12, Nux wrote: > > But what do you think of the removal of

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

2023-08-22 Thread Rohit Yadav
Shiv, Lucian, all, It's a known limitation for all available MySQL clustering solutions such as Galera, Percona XtraDB, Innodb Cluster that GET_LOCK [1] isn't supported [2][3]. The GET_LOCK is used by CloudStack for global locking critical code when more than one management server(s) are

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

2023-08-22 Thread Nux
Thanks for elaborating, Rohit. On 2023-08-22 16:25, Rohit Yadav wrote: Shiv, Lucian, all, It's a known limitation for all available MySQL clustering solutions such as Galera, Percona XtraDB, Innodb Cluster that GET_LOCK [1] isn't supported [2][3]. The GET_LOCK is used by CloudStack for

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

2023-08-22 Thread Nux
New adopters may not go ahead with it in production because they won't get it working, unless they fix a lot of code, that would be a nice pull request. :) On 2023-08-22 16:25, K B Shiv Kumar wrote: Well, if it is broken and it is not prominently mentioned anywhere new adopters may go ahead

Re: Windows guests hang on boot up

2023-08-22 Thread Stephan Bienek
Hi Gary, indeed we are seeing the same on all of our KVM based virtualization platform, for example CloudStack and Proxmox. We usually see this behavior when rebooting after updates. As we update and reboot using Ansible, we implemented a check if the reboot failed within the defined

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

2023-08-22 Thread Daniel Salvador
Hello Lucian and all, I am -1 on removing the whole DB HA feature from CloudStack. As we discussed on July[1], the current properties we have on "db.properties" regarding DB HA are hardcoded and only address some MySQL properties, which are not fully compatible with the properties for

Storage not in virsh pool-list

2023-08-22 Thread Hean Seng
HI in KVM host , virsh pool-list it did not show primary storage that is enabled in GUI the storage is healthy in GUI, but virsh pool-list does not show . Agent Log: 2023-08-22 19:30:34,067 INFO [kvm.storage.LibvirtStorageAdaptor] (agentRequest-Handler-1:null) (logid:ad31d0e2) Trying to

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