Re: [VOTE] Apache CloudStack 4.20.0.0 RC3

2024-11-26 Thread Rohit Yadav
+1 (binding) Tested by upgrading my local lab env from 4.19.1.3 to 4.20.0.0 RC3 (deb) packages on four hosts; three x86 hosts & one aarch64 hosts; with local storage, NFS & Ceph. Tested vm and volume lifecycles after upgrading, as well as deploying new systemvms, routers & CKS cluster; with bot

Re: CloudStack HCI Appliance

2024-11-26 Thread Ravi Kumar Tenneti
This is great news and please publish MD5 checksum also as after downloading 3.9GB, we are not sure whether the ISO image is correct or not. So, please publish the checksum details. On Fri, 22 Nov 2024 at 12:08, Philipp Reisner wrote: > Dear CloudStack users, > > Yesterday, LINBIT announced th

Re: CloudStack HCI Appliance

2024-11-26 Thread MP B
Hi Philipp, Thanks for this nice package, would be really helpful to build a platform quickly So, I have tried installing yesterday with 2 nic, I got stuck at "Making the LINSTOR controller service highly available" with an error...Will try again share the snap... But however as an option, wi

Re: 回复: Re: cloudstack - HA testing

2024-11-26 Thread MP B
HI, Thankyou very much for responding I have a test platform built using Oracle virtualbox in my Windows laptop...any ideas how a similar test is possible...? On Tue, Nov 26, 2024 at 8:05 PM Leo wrote: > I found these in the logs right now: 2024-11-26 22:23:54,237 INFO > [c.c.a.m.AgentManag

Re: [VOTE] Apache CloudStack 4.20.0.0 RC3

2024-11-26 Thread Fabricio Duarte
+1 Tested the following on a KVM environment with 3 hosts (2 Ubuntu 24.04, 1 OL9) and 1 MS (Ubuntu 24.04). * Usage (& consequently VM, volume, template, ISO, VM snapshot, snapshot, network, VPC, public IP, PF and LB lifecycles) * Quota * Autoscale VM groups * Kubernetes * SSH key pairs * Use

Re: [D] Password reset for imported VM [cloudstack]

2024-11-26 Thread via GitHub
GitHub user tdtmusic2 added a comment to the discussion: Password reset for imported VM > I'm not sure why but templateid option is available for remote KVM host VM > import. > https://github.com/apache/cloudstack/blob/main/ui/src/views/tools/ImportUnmanagedInstance.vue#L114 > Maybe we can i

Re: [D] Shareable RAW disk [cloudstack]

2024-11-26 Thread via GitHub
GitHub user luboss79 added a comment to the discussion: Shareable RAW disk @wido Thanks for the positive reaction.. I'm not a developer, but I can participate in testing :) GitHub link: https://github.com/apache/cloudstack/discussions/9976#discussioncomment-11387454 This is an automatic

Re: [D] How to automate an advance zone deployment [cloudstack]

2024-11-26 Thread via GitHub
GitHub user KuasarCloud added a comment to the discussion: How to automate an advance zone deployment Thanks Wei, I will take a look! GitHub link: https://github.com/apache/cloudstack/discussions/9978#discussioncomment-11387303 This is an automatically sent email for users@cloudstack.ap

Re: [D] Shareable RAW disk [cloudstack]

2024-11-26 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Shareable RAW disk good idea GitHub link: https://github.com/apache/cloudstack/discussions/9976#discussioncomment-11387183 This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an ema

Re: [D] How to automate an advance zone deployment [cloudstack]

2024-11-26 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: How to automate an advance zone deployment > Using CloudMonkey but at some point I need to register a access/secret key > which is manual, if you use the default credential (admin/password), you can set it in .cmk/config file. in t

Re: [D] How to automate an advance zone deployment [cloudstack]

2024-11-26 Thread via GitHub
GitHub user KuasarCloud edited a discussion: How to automate an advance zone deployment Hi, I created a all-in-one ACS deploy using Ansible and would like also to automate an advanced zone deployment and I was thinking in options - Using CloudMonkey but at some point I need to register a acce

Re: [D] New install - 4.19.1 on Centos Stream 9, database upgrade fails. [cloudstack]

2024-11-26 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: New install - 4.19.1 on Centos Stream 9, database upgrade fails. @rongage I have tested with latest MariaDB-server 11.6.2, it works ``` curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash dnf install MariaDB-

Re: [D] Shareable RAW disk [cloudstack]

2024-11-26 Thread via GitHub
GitHub user wido added a comment to the discussion: Shareable RAW disk Think this is a valid and easy use-case. It could also be used to perform application failover between VMs. I know some people do this to quickly start their SQL database on another server without needing to wait for the VM

回复:回复: Re: cloudstack - HA testing

2024-11-26 Thread Leo
I found these in the logs right now: 2024-11-26 22:23:54,237 INFO [c.c.a.m.AgentManagerImpl] (AgentTaskPool-9:ctx-f584332b) (logid:25e332ec) Host 12 is disconnecting with event ShutdownRequested. So maybe I have to cut off the power physically to test the HA? I will do it tomorrow.

Re: [VOTE] Apache CloudStack 4.20.0.0 RC3

2024-11-26 Thread Boris Stoyanov
+1 Binding I’ve tested some manual lifecycle operations around VMs, Volumes, Networks, and Infra. Thanks Boris. From: Pearl d'Silva Date: Monday, 25 November 2024 at 6:47 pm To: d...@cloudstack.apache.org , users@cloudstack.apache.org Subject: Re: [VOTE] Apache CloudStack 4.20.0.0 RC3 +1 Te

回复: Re: cloudstack - HA testing

2024-11-26 Thread 史洲洲
Hi BPB, Yes, I have the same question regarding VM's HA. I have taken the following steps: 1. Enabled HA in the compute offer, and now "Offer HA" is set to true. (Image URL: https://imgur.com/a/GTu468l) 2. Enabled HA in the cluster, and the result is as shown. (Image URL: https://imgur.com

[D] Shareable RAW disk [cloudstack]

2024-11-26 Thread via GitHub
GitHub user luboss79 created a discussion: Shareable RAW disk Please add the support for using the shared RAW disk between the VM instances. Just to create the virtual disk in UI, mark it as shared and then attach it to more than 1 VM instance. This the common requirements for installing the O

Re: [D] Password reset for imported VM [cloudstack]

2024-11-26 Thread via GitHub
GitHub user shwstppr added a comment to the discussion: Password reset for imported VM I'm not sure why but templateid option is available for remote KVM host VM import. https://github.com/apache/cloudstack/blob/main/ui/src/views/tools/ImportUnmanagedInstance.vue#L114 Maybe we can investigate

Re: Strange issue with public and private traffic

2024-11-26 Thread Jeroen Kleijer
Hi Jithin, The more I thought about it, the more it made sense to me that the Public IP addresses should be accessible on all hypervisors within the same zone so I modified our installation method such that it matched this and after that everything worked yes. :) Thanks! Kind regards, Jeroen Kle

LDAP questions

2024-11-26 Thread Jeroen Kleijer
Hi all, I've been able to set up an LDAP connection such that Apache CloudStack (4.19.1.2) can query our LDAP environment. However, it's a large organisation and if I set my basedn variable to the root of the LDAP tree, it'll seriously take forever to try to add a single account. It looks as thoug