Re: [D] Direct Ip Public [cloudstack]

2024-09-16 Thread via GitHub
GitHub user boring-cyborg[bot] added a comment to the discussion: Direct Ip Public Thanks for opening your first issue here! Be sure to follow the issue template! GitHub link: https://github.com/apache/cloudstack/discussions/9688#discussioncomment-10656261 This is an automatically sent

Re: [D] Direct Ip Public [cloudstack]

2024-09-16 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Direct Ip Public You can use shared network GitHub link: https://github.com/apache/cloudstack/discussions/9688#discussioncomment-10656262 This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, plea

Re: [D] Does Cloudstack VPC support TLS for Inter VM Communications [cloudstack]

2024-09-16 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Does Cloudstack VPC support TLS for Inter VM Communications @btzq traffic in the VPC is mostly the responcibility of the customer/user. They should make sure they secure their traffic. VPCs have their traffic secured by using specifi

Re: CloudStack Compatibility with Percona XtraDB

2024-09-16 Thread Rohit Yadav
Hi Francisco, Active-active DB cluster setup isn't supported or possible due to the GET_LOCK/RELEASE_LOCK limitations you've found. However, if you're using a MySQL router or ProxySQL or similar middleware, then you can split reads across nodes but write to only a single node at a time. Altern

Re: [D] Hyper-V Issue on CloudStack VM Running Windows Server 2019 [cloudstack]

2024-09-16 Thread via GitHub
GitHub user btzq added a comment to the discussion: Hyper-V Issue on CloudStack VM Running Windows Server 2019 Hi @Narasimha201997 , Want to confirm the description: - You have a server running HyperV as Hypervisor right now? or - You are using a KVM Hypervisor, which is hosting a Guest

Re: [D] Hyper-V Issue on CloudStack VM Running Windows Server 2019 [cloudstack]

2024-09-16 Thread via GitHub
GitHub user boring-cyborg[bot] added a comment to the discussion: Hyper-V Issue on CloudStack VM Running Windows Server 2019 Thanks for opening your first issue here! Be sure to follow the issue template! GitHub link: https://github.com/apache/cloudstack/discussions/9689#discussioncomment-10

Re: [D] Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots [cloudstack]

2024-09-16 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots > @weizhouapache @hanisirfan I faced with same problem. I create new template > from iso image. After reboot new password doesn'

Re: [D] Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots [cloudstack]

2024-09-16 Thread via GitHub
GitHub user top-secrett added a comment to the discussion: Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots @weizhouapache @hanisirfan I faced with same problem. I create new template from iso image. After reboot new password doesn't appl

Re: [D] Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots [cloudstack]

2024-09-16 Thread via GitHub
GitHub user boring-cyborg[bot] added a comment to the discussion: Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots Thanks for opening your first issue here! Be sure to follow the issue template! GitHub link: https://github.com/apache/cl

Re: [D] Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots [cloudstack]

2024-09-16 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots just for your information, I have tested the ubuntu 24.04 cloud images, the ssh and password reset worked fine https://cloud-ima

Re: [D] Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots [cloudstack]

2024-09-16 Thread via GitHub
GitHub user top-secrett added a comment to the discussion: Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots @hanisirfan On Ubuntu 22 instead service with script above, I created service with script in /etc/init.d/ and enabled it. In cloud

Re: [D] Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots [cloudstack]

2024-09-16 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots > @hanisirfan On Ubuntu 22 instead service with script above, I created service > with script in /etc/init.d/ and enabled it. In

Re: [D] Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots [cloudstack]

2024-09-16 Thread via GitHub
GitHub user top-secrett added a comment to the discussion: Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots On Almalinux 9 all works fine without script. You just neet to install wget to get password from virtual router GitHub link: htt

Re: [D] Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots [cloudstack]

2024-09-16 Thread via GitHub
GitHub user hanisirfan added a comment to the discussion: Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots I was having problem with Rocky Linux 9.4 and Ubuntu 24.04. Rocky now fixed but Ubuntu haven't. It's due to a bug in cloud-init. Ca

Re: [D] Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots [cloudstack]

2024-09-16 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots thanks guys, it sounds like this does not need fixing in CloudStack, is that right? GitHub link: https://github.com/apache/clou

Re: [D] Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots [cloudstack]

2024-09-16 Thread via GitHub
GitHub user hanisirfan added a comment to the discussion: Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots Was the cloud-set-guest-password not required anymore for new distro versions? Btw @weizhouapache, I tested on both minimal Rocky Li

Re: [D] Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots [cloudstack]

2024-09-16 Thread via GitHub
GitHub user top-secrett added a comment to the discussion: Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots @hanisirfan thank you For now I found working solution. All my features like password and ssh key reset, lvresize and resize2fs wo

Re: [D] Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots [cloudstack]

2024-09-16 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots > thanks guys, it sounds like this does not need fixing in CloudStack, is that > right? I think yes, you are right you can move

Re: [D] Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots [cloudstack]

2024-09-16 Thread via GitHub
GitHub user top-secrett added a comment to the discussion: Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots @weizhouapache it works only once. I've tryed to deal with this script https://github.com/apache/cloudstack/blob/main/setup/bindir

Re: [D] Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots [cloudstack]

2024-09-16 Thread via GitHub
GitHub user top-secrett added a comment to the discussion: Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots @hanisirfan @weizhouapache I think I found a solution. Maybe It is not the best, but it works on Ubuntu 22. 1. In ```/etc/cloud/cl

Re: [D] Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots [cloudstack]

2024-09-16 Thread via GitHub
GitHub user top-secrett added a comment to the discussion: Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots > will it run before cloud-init ? I don't know exactly, but it works. BUT I try to find another solutions, because after ```clo

Re: [D] Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots [cloudstack]

2024-09-16 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Rocky Linux 9 and Ubuntu 24.04 template with cloud-init doesn't reset password on next subsequent boots @hanisirfan @top-secrett thank you both for the sharing GitHub link: https://github.com/apache/cloudstack/discussions/9690#di

Re: [D] Hyper-V Issue on CloudStack VM Running Windows Server 2019 [cloudstack]

2024-09-16 Thread via GitHub
GitHub user rohityadavcloud added a comment to the discussion: Hyper-V Issue on CloudStack VM Running Windows Server 2019 Is hardware assisted virtualisation enabled on your host & have you configured KVM agent to allow host passthrough? GitHub link: https://github.com/apache/cloudstack/disc

Re: CloudStack Compatibility with Percona XtraDB

2024-09-16 Thread Jürgen Gotteswinter
Hello, i am currently also working on such a setup, like you said it causes issues when distributing the write requests. My solution is to use keepalived on each cluster node to make sure writes only go to a single node (VIP with NAT 3306 -> 127.0.0.1:3306). So far, no problems. Cheers, Jue

Re: CloudStack Compatibility with Percona XtraDB

2024-09-16 Thread Francisco Arencibia Quesada
Could you share your config file Juergen? I have a keepalive but in the haproxies. Kind regards On Mon, Sep 16, 2024 at 3:03 PM Jürgen Gotteswinter wrote: > Hello, > > i am currently also working on such a setup, like you said it causes > issues when distributing the write requests. My solution