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

2025-05-26 Thread via GitHub
GitHub user weizhouapache closed the discussion with a comment: Error message when starting virtual machine through ISO @tomorrrow666 "Connection refused" means the download request (from SSVM) is refused by the management server please double check the URL, firewall, etc GitHub link: http

Re: [D] What is your preferred EL distro to use with CloudStack? [cloudstack]

2025-05-26 Thread via GitHub
GitHub user rohityadavcloud added a comment to the discussion: What is your preferred EL distro to use with CloudStack? Thanks for sharing @btzq - my understanding is AlmaLinux [is no longer RHEL clone but a fork now](https://almalinux.org/blog/future-of-almalinux/) GitHub link: https://gith

Re: [D] What is your preferred EL distro to use with CloudStack? [cloudstack]

2025-05-26 Thread via GitHub
GitHub user btzq added a comment to the discussion: What is your preferred EL distro to use with CloudStack? @rohityadavcloud We did some storage IO benchmarks and found Almalinux provides better throughput out of the box. Since its also a RHEL clone, it gives us better confidence that its be

Re: [D] What is your preferred EL distro to use with CloudStack? [cloudstack]

2025-05-26 Thread via GitHub
GitHub user rohityadavcloud edited a discussion: What is your preferred EL distro to use with CloudStack? What is your preferred EL (Enterprise Linux) distro to use with CloudStack - when esp when using them to run CloudStack management & usage server, or use as KVM/hypervisor host? Note: th

Re: [D] What is your preferred EL distro to use with CloudStack? [cloudstack]

2025-05-26 Thread via GitHub
GitHub user rohityadavcloud added a comment to the discussion: What is your preferred EL distro to use with CloudStack? Fedora has a rolling release model and is actually upstream to RHEL, it's also not comparable with EL distros which follow LTS model and is not 1:1 compatible with RHEL. EL

Re: [D] What is your preferred EL distro to use with CloudStack? [cloudstack]

2025-05-26 Thread via GitHub
GitHub user rohityadavcloud added a comment to the discussion: What is your preferred EL distro to use with CloudStack? The purpose of this poll is to ascertain distribution of users across EL distros. This data helps us to know where & how much to put our efforts in CI/CD and supporting the

Re: [D] Secondary Storage NFS custom port [cloudstack]

2025-05-26 Thread via GitHub
GitHub user bhouse-nexthop added a comment to the discussion: Secondary Storage NFS custom port I agree with @amosgiture .. just use nfs-ganesha with different Psuedo and Path endpoints if you need to. That said, for primary storage I'm not sure why you wouldn't just use RBD, then only use n

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

2025-05-26 Thread via GitHub
GitHub user tomorrrow666 closed the discussion with a comment: Error message when starting virtual machine through ISO On the contrary, when "Direct Download" is not selected, the status shows "Connection refused". When "Direct Download" is selected, the status shows "Bypassed Secondary Stor

Re: [D] Secondary Storage NFS custom port [cloudstack]

2025-05-26 Thread Ron Gage
Hi: What I would look at would either using separate NFS endpoints for primary and secondary, or just different mountpoints being tied to different (performance-wise) disk pools.  Otherwise, you would be stuck using custom ports for primary and default port for secondary (I don't know if ther

Re: [D] Dedicated Cluster - No destination found for a deployment for VM instance [cloudstack]

2025-05-26 Thread via GitHub
GitHub user winterhazel edited a comment on the discussion: Dedicated Cluster - No destination found for a deployment for VM instance > How can I check why the cluster is in avoid list / state? The reason will usually be included in the deployment process' logs. In the logs, lines will contai

Re: [D] Dedicated Cluster - No destination found for a deployment for VM instance [cloudstack]

2025-05-26 Thread via GitHub
GitHub user winterhazel edited a comment on the discussion: Dedicated Cluster - No destination found for a deployment for VM instance > How can I check why the cluster is in avoid list / state? The reason will usually be included in the deployment process' logs. In the logs, lines will contai

Re: [D] Dedicated Cluster - No destination found for a deployment for VM instance [cloudstack]

2025-05-26 Thread via GitHub
GitHub user winterhazel added a comment to the discussion: Dedicated Cluster - No destination found for a deployment for VM instance > How can I check why the cluster is in avoid list / state? The reason will usually be included in the deployment process' logs. In the logs, there will be a li

Re: NFS Secondary Storage Recommendations?

2025-05-26 Thread Bryan Tiang
Hi Ron and Nischal Thanks for the recommendations! Will take a look. Is anyone here using Minio for Secondary Storage (or even as a Object Storage Offering in Production)? Im really curious to know more abut your experiences with it Regards, Bryan On May 26, 2025 at 10:46 PM +0800, Nischal P ,

Re: NFS Secondary Storage Recommendations?

2025-05-26 Thread Nischal P
Hi Bryan You could also check the Highly Available NFS using this guide https://linbit.com/blog/highly-available-nfs-for-proxmox-with-linstor-gateway/ It is for Proxmox but you could use the same for NFS other Linux VMs also and skip the Proxmox part. Thanks & Regards Nischal On Mon, May 26,

Re: Proposal: Fix S2S VPN Failure When Remote Peer is Behind NAT (configure.py

2025-05-26 Thread Wei ZHOU
Hi Francisco, I worked on a similar issue some months ago. The difference is that the left side is behind a NAT so I have to set file.addeq(" left=%s" % local_ip) file.addeq(" leftid=%s" % leftpeer) The solution above is similar to yours. I think it would be good to support a VPN gateway like

Re: NFS Secondary Storage Recommendations?

2025-05-26 Thread Ron Gage
Hi Bryan! My recommendation is look at Ceph.  The NFS4 setup in Ceph is quite easy to set up and among other good things can provide a redundant endpoint for connections - allowing you to perform updates/maintenance on one endpoint without taking the service offline.  It also supports replica

NFS Secondary Storage Recommendations?

2025-05-26 Thread Bryan Tiang
Hi Community! What kind of NFS solution are you guys use and recommend for Cloudstack Secondary Storage? What we were hoping for is a NFS solution that: - Open Source - Single endpoint Cloudstack Uses (Per Zone) to store all necessary files - Redundant replication of each volume to different st

Proposal: Fix S2S VPN Failure When Remote Peer is Behind NAT (configure.py

2025-05-26 Thread Francisco Arencibia Quesada
Hi team, We've identified an issue in CloudStack's site-to-site (S2S) VPN setup where tunnels fail to establish when the remote peer is behind a NAT. This scenario is common in hybrid networks or branch office connections where the VPN endpoint is not directly exposed to the internet. *Problem Su