Re: [D] Need help with network rate limit [cloudstack]

2025-09-09 Thread via GitHub
GitHub user SviridoffA added a comment to the discussion: Need help with network rate limit Thanks for clarification! Could you please advise me on how I can apply a new offer with a new limit to an existing network? When I changed the offer, the virtual router was recreated, but the limit re

Re: [D] Need help with network rate limit [cloudstack]

2025-09-09 Thread via GitHub
GitHub user SviridoffA closed a discussion: Need help with network rate limit Please help, I need to increase the rate limit for the client network. I created an offer where I set the limit to 500 Mbps and applied it to the client network. However, the speed didn’t change and remained at the d

Re: [D] Need help with network rate limit [cloudstack]

2025-09-09 Thread via GitHub
GitHub user SviridoffA added a comment to the discussion: Need help with network rate limit To summarize: I'm noting this for myself, and it might be useful for others too. My main task was to change the network rate limit. I modified the offering, but changes didn’t apply to the network’s vi

Re: [D] SSL - LetsEncrypt the Console Proxy [cloudstack]

2025-09-09 Thread via GitHub
GitHub user daviftorres added a comment to the discussion: SSL - LetsEncrypt the Console Proxy Sure! This is my cheat sheet for deploying and performing the most common operations on HashiCorp Vault. I’ll leave the link here because I try to keep it always up to date: https://dft.wiki/?p=507

Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-09 Thread via GitHub
GitHub user SviridoffA closed a discussion: Change type of machine in KVM hypervisor Hi Everyone! Please help me 🙏! Can someone tell me if there's any way to change parameter arch='x86_64' machine='pc-i440fx-8.2' in a virtual machine's XML to arch='x86_64' machine='pc-q35-8.2' without CloudSt

Re: [D] Need help with network rate limit [cloudstack]

2025-09-09 Thread via GitHub
GitHub user SviridoffA edited a comment on the discussion: Need help with network rate limit UPD: I found out that the limits are applied to the virtual machine of this network if I perform a power off and power on of the VMs. GitHub link: https://github.com/apache/cloudstack/discussions/116

Re: [D] Need help with network rate limit [cloudstack]

2025-09-09 Thread via GitHub
GitHub user SviridoffA added a comment to the discussion: Need help with network rate limit UPD: I found out that the limits are applied to the virtual machine if I perform a power off and power on of the VM. GitHub link: https://github.com/apache/cloudstack/discussions/11600#discussioncomme

[D] Need help with network rate limit [cloudstack]

2025-09-09 Thread via GitHub
GitHub user SviridoffA created a discussion: Need help with network rate limit Please help, I need to increase the rate limit for the client network. I created an offer where I set the limit to 500 Mbps and applied it to the client network. However, the speed didn’t change and remained at the

Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-09 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Change type of machine in KVM hypervisor if you start from cloudstack, these changes will be overwritten, but if you stop/start out of bound they won’t. GitHub link: https://github.com/apache/cloudstack/discussions/11583#discussionc

Re: [D] Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) [cloudstack]

2025-09-08 Thread via GitHub
GitHub user dR3b added a comment to the discussion: Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) Thanks i will check this. GitHub link: https://github.com/apache/cloudstack/discussions/11562#discussioncomment-14347519 This is an automatically

Re: [D] I'd like a clarification on CS planner algorythms [cloudstack]

2025-09-08 Thread via GitHub
GitHub user sudo87 added a comment to the discussion: I'd like a clarification on CS planner algorythms ```vm.allocation.algorithm = userdispersing``` algorithm takes only Running Instances into consideration for allocation. Query used in the allocation logic indicates the same: ``` SELECT h

[D] Issue with Creating High Availability Kubernetes Cluster in CloudStack VPC - External Load Balancer IP Configuration [cloudstack]

2025-09-08 Thread via GitHub
GitHub user hodie-aurora created a discussion: Issue with Creating High Availability Kubernetes Cluster in CloudStack VPC - External Load Balancer IP Configuration Subject: Issue with Creating High Availability Kubernetes Cluster in CloudStack VPC - External Load Balancer IP Configuration Hel

Re: [D] SSL - LetsEncrypt the Console Proxy [cloudstack]

2025-09-08 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: SSL - LetsEncrypt the Console Proxy > @davidjumani @weizhouapache can you advice how this would impact novnc? it > seems not relevant to the type of console but i am not sure. @DaanHoogland it provides a default certificate (like ol

Re: [D] SSL - LetsEncrypt the Console Proxy [cloudstack]

2025-09-08 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: SSL - LetsEncrypt the Console Proxy @daviftorres , if you could share here, that would be great. GitHub link: https://github.com/apache/cloudstack/discussions/11597#discussioncomment-14340306 This is an automatically sent email

Re: [D] haproxy or nginx ssl offload condig [cloudstack]

2025-09-08 Thread via GitHub
GitHub user daviftorres added a comment to the discussion: haproxy or nginx ssl offload condig @alwayshusslin , I think this discussion contains the answers you are looking for. https://github.com/apache/cloudstack/discussions/11562 GitHub link: https://github.com/apache/cloudstack/discussio

Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-08 Thread via GitHub
GitHub user SviridoffA added a comment to the discussion: Change type of machine in KVM hypervisor Hi @DaanHoogland! Do you mean "virsh edit"? But won't it be overwritten during start or migration operations? GitHub link: https://github.com/apache/cloudstack/discussions/11583#discussioncomme

Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-08 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Change type of machine in KVM hypervisor how about using virsh to edit the domain on the hypervisor? (don’t try this at home!!!) GitHub link: https://github.com/apache/cloudstack/discussions/11583#discussioncomment-14340437 Th

Re: [D] SSL - LetsEncrypt the Console Proxy [cloudstack]

2025-09-08 Thread via GitHub
GitHub user lukasmrtvy added a comment to the discussion: SSL - LetsEncrypt the Console Proxy But Systemvms will have always ( in advanced mode ) IPs assigned from the Public network and private IPs from the Management network, its not possible to change this behavior. One can only assign a d

Re: [D] SSL - LetsEncrypt the Console Proxy [cloudstack]

2025-09-08 Thread via GitHub
GitHub user rohityadavcloud added a comment to the discussion: SSL - LetsEncrypt the Console Proxy This is btw possible by using nginx proxy which is used for SSL termination. I've detailed how to do this here - https://markmail.org/message/ukueqxzrrv7g3nte GitHub link: https://github.com/a

Re: [D] SSL - LetsEncrypt the Console Proxy [cloudstack]

2025-09-08 Thread via GitHub
GitHub user rohityadavcloud added a comment to the discussion: SSL - LetsEncrypt the Console Proxy My email/suggestion was to use RFC1918 networks for both public and management networks, of course this won't work for your use-case. You can use the traditional approach to setup/upload certifi

Re: [D] SSL - LetsEncrypt the Console Proxy [cloudstack]

2025-09-08 Thread via GitHub
GitHub user rohityadavcloud added a comment to the discussion: SSL - LetsEncrypt the Console Proxy The email thread I've shared in fact saves you an IP address - typically how you can deploy a private ACS cloud behind a single public IP; you can deploy parts of the pod IP range in a private R

Re: [D] SSL - LetsEncrypt the Console Proxy [cloudstack]

2025-09-08 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: SSL - LetsEncrypt the Console Proxy @davidjumani @weizhouapache can you advice how this would impact novnc? it seems not relevant to the type of console but i am not sure. GitHub link: https://github.com/apache/cloudstack/discussion

[D] SSL - LetsEncrypt the Console Proxy [cloudstack]

2025-09-08 Thread via GitHub
GitHub user asender created a discussion: SSL - LetsEncrypt the Console Proxy # ISSUE TYPE * Feature Idea # COMPONENT NAME ~~~ Console Proxy VM ~~~ # CLOUDSTACK VERSION 4.11.1+ # CONFIGURATION LetsEncrypt the Console Proxy Many new applications are now integrating l

Re: [D] SSL - LetsEncrypt the Console Proxy [cloudstack]

2025-09-08 Thread via GitHub
GitHub user daviftorres added a comment to the discussion: SSL - LetsEncrypt the Console Proxy Dear @asender, I’d like to apologise for having a different view on the certificate strategy for the Console Proxy (and System VMs in general). Since System VMs are ephemeral, they would request ne

Re: [D] SSL - LetsEncrypt the Console Proxy [cloudstack]

2025-09-08 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: SSL - LetsEncrypt the Console Proxy any plans for this @asender ? GitHub link: https://github.com/apache/cloudstack/discussions/11597#discussioncomment-14340292 This is an automatically sent email for users@cloudstack.apache.or

Re: [D] haproxy or nginx ssl offload condig [cloudstack]

2025-09-07 Thread via GitHub
GitHub user mahdiadnan added a comment to the discussion: haproxy or nginx ssl offload condig Hi, A simple FE/BE in HTTP mode would be enough to terminate the SSL at the proxy for the console proxy page, but for the WSS, you should have something like this in order to work: frontend cloudst

Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-07 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Change type of machine in KVM hypervisor @SviridoffA there is a recent PR for it: #11569 GitHub link: https://github.com/apache/cloudstack/discussions/11583#discussioncomment-14315870 This is an automatically sent email for

Re: [D] Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) [cloudstack]

2025-09-07 Thread via GitHub
GitHub user daviftorres added a comment to the discussion: Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) Here’s my NGINX setup (very similar to what @dR3b and @bhouse-nexthop shared). I’m assuming SSL (wildcard cert) is terminated on NGINX for all se

Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-07 Thread via GitHub
GitHub user SviridoffA added a comment to the discussion: Change type of machine in KVM hypervisor Hi @weizhouapache, thanks for this information. It's a great enhancement, but if I can't build CloudStack myself with this PR, is there any other way to do this at the moment? I have tried ```

Re: [D] Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) [cloudstack]

2025-09-07 Thread via GitHub
GitHub user daviftorres edited a comment on the discussion: Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) Here’s my NGINX setup (very similar to what @dR3b and @bhouse-nexthop shared). I’m assuming SSL (wildcard cert) is terminated on NGINX for all s

Re: [D] I'd like a clarification on CS planner algorythms [cloudstack]

2025-09-07 Thread via GitHub
GitHub user akrasnov-drv added a comment to the discussion: I'd like a clarification on CS planner algorythms Finally I moved back to random, it's not perfect but works a lot better in my case, and I see a change comparing to 4.20.1 here. Previously random did not help. Likely option to place

Re: [D] disk resize issue with windows templates created from vms using iso [cloudstack]

2025-09-07 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: disk resize issue with windows templates created from vms using iso > Hi, anyone please update here. @puspendrakumar-cyber I think this is not a cloudstack issue, you may search for the solutions in wider communities or forums. Gi

Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-07 Thread via GitHub
GitHub user SviridoffA added a comment to the discussion: Change type of machine in KVM hypervisor It seems the only way to do this now is to create a virtual machine with UEFI settings. If you choose this option, VM type will be set to pc-q35-8.2. However, this cannot be applied to an alread

Re: [D] bucket creation fail [cloudstack]

2025-09-07 Thread via GitHub
GitHub user PPisz closed the discussion with a comment: bucket creation fail Hi Abishar, you are right, preparing an additional hostname in the zonegroup that does not contain s3. solves the problem. GitHub link: https://github.com/apache/cloudstack/discussions/10444#discussioncomment-1433114

Re: [D] I'd like a clarification on CS planner algorythms [cloudstack]

2025-09-07 Thread via GitHub
GitHub user akrasnov-drv added a comment to the discussion: I'd like a clarification on CS planner algorythms I did several more tests. Seems the issue is in timing. If I start 1 VM in 3 minutes, then spreading works. But if I ask to start additional VM while the previous are in "Starting" sta

Re: [D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-05 Thread via GitHub
GitHub user SviridoffA edited a discussion: Change type of machine in KVM hypervisor Hi Everyone! Please help me 🙏! Can someone tell me if there's any way to change parameter arch='x86_64' machine='pc-i440fx-8.2' in a virtual machine's XML to arch='x86_64' machine='pc-q35-8.2' without CloudSt

[D] Change type of machine in KVM hypervisor [cloudstack]

2025-09-05 Thread via GitHub
GitHub user SviridoffA created a discussion: Change type of machine in KVM hypervisor Hi Everyone! Please help me 🙏! Can someone tell me if there's any way to change parameter hvm in a virtual machine's XML to hvm without CloudStack overwriting these changes, perhaps through some extra confi

Re: [D] disk resize issue with windows templates created from vms using iso [cloudstack]

2025-09-05 Thread via GitHub
GitHub user puspendrakumar-cyber added a comment to the discussion: disk resize issue with windows templates created from vms using iso Hi, anyone please update here. GitHub link: https://github.com/apache/cloudstack/discussions/11520#discussioncomment-14314887 This is an automatically

Re: [D] Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) [cloudstack]

2025-09-04 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) @dR3b have you configured reverse proxy for websocket ? Do you use ssl offloading ? GitHub link: https://github.com/apache/cloudstack/discus

Re: [D] Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) [cloudstack]

2025-09-04 Thread via GitHub
GitHub user TadiosAbebe added a comment to the discussion: Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) @patrick-jpg-668 I would also be glad to see your haproxy/pfsense config for the console proxy vms. I remember trying once and giving up. GitHu

Re: [D] Adding custom dns registers on vpc [cloudstack]

2025-09-04 Thread via GitHub
GitHub user KuasarCloud added a comment to the discussion: Adding custom dns registers on vpc Hi @wido, thanks for stepping in! Is there anything I can help with? GitHub link: https://github.com/apache/cloudstack/discussions/10401#discussioncomment-14308591 This is an automatically sent

Re: [D] Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) [cloudstack]

2025-09-04 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) @dR3b is the nginx configured in the console proxy VM ? if not, you should use `http://:8080/` instead of localhost can you upload ssl certifi

Re: [D] I'd like a clarification on CS planner algorythms [cloudstack]

2025-09-04 Thread via GitHub
GitHub user akrasnov-drv edited a comment on the discussion: I'd like a clarification on CS planner algorythms I - upgraded to 4.21 - set vm.allocation.algorithm to userdispersing - set volume.allocation.algorithm to userdispersing - set vm.deployment.planner to UserDispersingPlanner - recreat

Re: [D] Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) [cloudstack]

2025-09-04 Thread via GitHub
GitHub user daviftorres edited a comment on the discussion: Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) Here’s my NGINX setup (very similar to what @dR3b and @bhouse-nexthop shared). I’m assuming SSL (wildcard cert) is terminated on NGINX for all s

Re: [D] I'd like a clarification on CS planner algorythms [cloudstack]

2025-09-04 Thread via GitHub
GitHub user akrasnov-drv added a comment to the discussion: I'd like a clarification on CS planner algorythms I - upgraded to 4.21 - set vm.allocation.algorithm to userdispersing - set volume.allocation.algorithm to userdispersing - set vm.deployment.planner to UserDispersingPlanner - recreate

Re: [D] Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) [cloudstack]

2025-09-04 Thread via GitHub
GitHub user dR3b added a comment to the discussion: Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) I’ve created a diagram here to show what I actually want: Port 8080, works fine: https://github.com/user-attachments/assets/ba238739-e938-4e46-8bd9-5c89

Re: [D] Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) [cloudstack]

2025-09-04 Thread via GitHub
GitHub user dR3b added a comment to the discussion: Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) Yes i think so: ``` server { listen 80; listen [::]:80; server_name x.y.z; access_log /var/log/nginx/cloudstack-ht

Re: [D] Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) [cloudstack]

2025-09-04 Thread via GitHub
GitHub user dR3b added a comment to the discussion: Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) @patrick-jpg-668 Would you be able to show us your configuration, please? GitHub link: https://github.com/apache/cloudstack/discussions/11562#discussio

Re: [D] Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) [cloudstack]

2025-09-03 Thread via GitHub
GitHub user bhouse-nexthop added a comment to the discussion: Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) The biggest issue with a proxy would be the fact that the consolevm and ssvm can spawn multiple instances dynamically so you'd have to do some

Re: [D] Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) [cloudstack]

2025-09-03 Thread via GitHub
GitHub user daviftorres added a comment to the discussion: Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) > Not sure about Nginx or Apache but i'm using HAProxy on pfSense and work > pretty well for the console. Hey @patrick-jpg-668 , you are correct

Re: [D] Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) [cloudstack]

2025-09-03 Thread via GitHub
GitHub user patrick-jpg-668 added a comment to the discussion: Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) Not sure about Nginx or Apache but i'm using HAProxy on pfSense and work pretty well for the console. GitHub link: https://github.com/apac

Re: [D] I'd like a clarification on CS planner algorythms [cloudstack]

2025-09-03 Thread via GitHub
GitHub user akrasnov-drv added a comment to the discussion: I'd like a clarification on CS planner algorythms Oh, there is new version. I'm still on 4.20.1.0. It has just random for volume, and it did not help. I tried setting volume to random, and VM to userspreading. Then 4 VMs I started with

Re: [D] Recurrent errors in database on vm schedules [cloudstack]

2025-09-03 Thread via GitHub
GitHub user weizhouapache closed the discussion with a comment: Recurrent errors in database on vm schedules thanks @KuasarCloud closing this GitHub link: https://github.com/apache/cloudstack/discussions/11238#discussioncomment-14296381 This is an automatically sent email for users@cl

Re: [D] Recurrent errors in database on vm schedules [cloudstack]

2025-09-03 Thread via GitHub
GitHub user KuasarCloud closed a discussion: Recurrent errors in database on vm schedules Hey community! After creating a schedule to start/stop vm_instances, a recurrent error appears in logs 025-07-17 11:29:19,383 ERROR [o.a.c.v.s.d.VMScheduledJobDaoImpl] (VMSchedulerPollTask:[ctx-d11d130

Re: [D] Adding custom dns registers on vpc [cloudstack]

2025-09-03 Thread via GitHub
GitHub user wido added a comment to the discussion: Adding custom dns registers on vpc Indeed @DaanHoogland , that could technically work. My work is still very limited as I simply didn't put the effort into it required to get this working. The idea is there, not the result yet. GitHub link:

Re: [D] Adding custom dns registers on vpc [cloudstack]

2025-09-03 Thread via GitHub
GitHub user KuasarCloud added a comment to the discussion: Adding custom dns registers on vpc A typical use case could be if I have a PostgreSQL replication setup within the VPC. Instead of relying on the IP address, I could create a read-replica endpoint based on a crafted hostname. This wou

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-09-03 Thread via GitHub
GitHub user dR3b added a comment to the discussion: [HTTP ERROR 503 Service Unavailable] Yes that's right. Jepp, that's certainly rare. GitHub link: https://github.com/apache/cloudstack/discussions/11534#discussioncomment-14282936 This is an automatically sent email for users@cloudstack

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-09-03 Thread via GitHub
GitHub user kenneth0595 added a comment to the discussion: [HTTP ERROR 503 Service Unavailable] Yes I did resolve the issue. On Mon, Sep 1, 2025 at 23:44 dahn ***@***.***> wrote: > So your issue is resolved now, @kenneth0595 > ? > > — > Reply to this email dir

Re: [D] Recurring error in the VR Router in ACS 4.20.1 [cloudstack]

2025-09-03 Thread via GitHub
GitHub user KuasarCloud closed the discussion with a comment: Recurring error in the VR Router in ACS 4.20.1 it didn't happen again, I'm closing this discussion GitHub link: https://github.com/apache/cloudstack/discussions/11240#discussioncomment-14288692 This is an automatically sent e

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-09-03 Thread via GitHub
GitHub user weizhouapache closed the discussion with a comment: [HTTP ERROR 503 Service Unavailable] closing this ticket, as @kenneth0595 and @dR3b have fixed their issues. GitHub link: https://github.com/apache/cloudstack/discussions/11534#discussioncomment-14284322 This is an automat

Re: [D] VNF Template For a Fortigate [cloudstack]

2025-09-02 Thread via GitHub
GitHub user justinestruch added a comment to the discussion: VNF Template For a Fortigate @kiranchavala Hi I understand there is support for VNF appliances but I am asking if anyone has gotten a Fortigate VM to deploy successfully? The OVA works fine if deployed via VCenter but using Cloudsta

[D] Cloudstack-Management start up error. [cloudstack]

2025-09-02 Thread via GitHub
GitHub user patrick-jpg-668 created a discussion: Cloudstack-Management start up error. Hello all, I’m running CloudStack version 4.20.0.0 and noticed the following error when starting the service. I’ve checked all network offerings, specifically "DefaultSharedNetworkOfferingWithSGService,"

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-09-02 Thread via GitHub
GitHub user dR3b edited a comment on the discussion: [HTTP ERROR 503 Service Unavailable] @DaanHoogland I don't use selinux and the user was `root`. I think the question is: When is this file [1] created? After the package installation, or after configuring and deploying a zone? I didn’t do t

Re: [D] Recurrent errors in database on vm schedules [cloudstack]

2025-09-02 Thread via GitHub
GitHub user KuasarCloud added a comment to the discussion: Recurrent errors in database on vm schedules Hi @DaanHoogland, issue created at https://github.com/apache/cloudstack/issues/11564 and to answer your question, it keeps going forever, the only way to stop it is eliminating the rule Gi

Re: [D] Recurring volume snapshots retention not working [cloudstack]

2025-09-02 Thread via GitHub
GitHub user KuasarCloud added a comment to the discussion: Recurring volume snapshots retention not working Hi @DaanHoogland, I believe I’ve identified the issue, and I think it can be reproduced as follows: 1. A user creates a volume from one of the scheduled snapshots.

Re: [D] Recurring error in the VR Router in ACS 4.20.1 [cloudstack]

2025-09-02 Thread via GitHub
GitHub user KuasarCloud closed a discussion: Recurring error in the VR Router in ACS 4.20.1 Hey community! After upgrading to 4.20.1 I'm getting this error when trying to start a VM. A VPC clean up is needed everytime, any clue? ``` 2025-07-17 15:44:15,094 WARN [c.c.v.ClusteredVirtualMachin

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-09-02 Thread via GitHub
GitHub user DaanHoogland closed the discussion with a comment: [HTTP ERROR 503 Service Unavailable] I am still trying to @dR3b ’s scenario and will create an issue from the comments if I can reproduce. but, yes, we can close. GitHub link: https://github.com/apache/cloudstack/discussions/1153

Re: [D] disk resize issue with windows templates created from vms using iso [cloudstack]

2025-09-02 Thread via GitHub
GitHub user puspendrakumar-cyber added a comment to the discussion: disk resize issue with windows templates created from vms using iso Hi. Everything is working expected only c drive showing as attached https://github.com/user-attachments/assets/9cc2f7ee-d36b-4f36-ae70-9d3666087978"; /> it

Re: [D] Ceph cluster full, how to live migrate a VM and one of its volumes to a different host and pool? [cloudstack]

2025-09-02 Thread via GitHub
GitHub user Rubueno added a comment to the discussion: Ceph cluster full, how to live migrate a VM and one of its volumes to a different host and pool? Yes, of course it works when the VM is offline, but this is running production VMs which will impact many thousands of customers, which cannot

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-09-02 Thread via GitHub
GitHub user dR3b closed the discussion with a comment: [HTTP ERROR 503 Service Unavailable] Thanks for the information and your time! GitHub link: https://github.com/apache/cloudstack/discussions/11534#discussioncomment-14286063 This is an automatically sent email for users@cloudstack.a

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-09-02 Thread via GitHub
GitHub user DaanHoogland closed the discussion with a comment: [HTTP ERROR 503 Service Unavailable] I replayed the scenario as we described it @dR3b , but there must be an extra factor. The upgrade went smoothly without any errors. GitHub link: https://github.com/apache/cloudstack/discussion

[D] Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) [cloudstack]

2025-09-02 Thread via GitHub
GitHub user dR3b created a discussion: Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support) Hello, I’m looking for a working configuration for Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support). I’m currently setting

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-09-02 Thread via GitHub
GitHub user kenneth0595 closed a discussion: [HTTP ERROR 503 Service Unavailable] ### problem I upgraded CloudStack from version 4.20.1 to 4.21.0, and when I tried to access the portal, I encountered a 503 error. I just checked log from managent server log. The error log shown as below. 202

Re: [D] Ceph cluster full, how to live migrate a VM and one of its volumes to a different host and pool? [cloudstack]

2025-09-02 Thread via GitHub
GitHub user wido added a comment to the discussion: Ceph cluster full, how to live migrate a VM and one of its volumes to a different host and pool? This is not implemented indeed. This functionality is only present in more recent Qemu versions (last 2y) and that would require updating the Clo

Re: [D] Ceph cluster full, how to live migrate a VM and one of its volumes to a different host and pool? [cloudstack]

2025-09-02 Thread via GitHub
GitHub user Rubueno edited a comment on the discussion: Ceph cluster full, how to live migrate a VM and one of its volumes to a different host and pool? Yes, of course it works when the VM is offline (in that case we use migrateVolume), but this is running production VMs which will impact many

Re: [D] Ceph cluster full, how to live migrate a VM and one of its volumes to a different host and pool? [cloudstack]

2025-09-02 Thread via GitHub
GitHub user Rubueno edited a comment on the discussion: Ceph cluster full, how to live migrate a VM and one of its volumes to a different host and pool? Yes, of course it works when the VM is offline, but this is running production VMs which will impact many thousands of customers, which canno

Re: [D] Ceph cluster full, how to live migrate a VM and one of its volumes to a different host and pool? [cloudstack]

2025-09-02 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Ceph cluster full, how to live migrate a VM and one of its volumes to a different host and pool? @Rubueno in my opinion, similar to some other storage providers, we should migrate the volume (between ceph pools) instead of vm howev

[D] Ceph cluster full, how to live migrate a VM and one of its volumes to a different host and pool? [cloudstack]

2025-09-02 Thread via GitHub
GitHub user Rubueno created a discussion: Ceph cluster full, how to live migrate a VM and one of its volumes to a different host and pool? We are running into a full ceph cluster. How can we live migrate a VM to a different host and one of its volumes to a different pool? Currently we cannot

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-09-02 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: [HTTP ERROR 503 Service Unavailable] and when on 4.20 you just started the MS without creating a zone, right? This is not a usual scenario, but seems like it should work. GitHub link: https://github.com/apache/cloudstack/discussions

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-09-01 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: [HTTP ERROR 503 Service Unavailable] that is a very interesting question @dR3b . do you have selinux configured? Usually this works out of the box, but for security it might not be allowed. Or maybe you did (part of) the configuration

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-09-01 Thread via GitHub
GitHub user dR3b added a comment to the discussion: [HTTP ERROR 503 Service Unavailable] * install 4.20 * start the management server -> `ok` * install 4.21 * start the management server -> `error` GitHub link: https://github.com/apache/cloudstack/discussions/11534#discussioncomment-14277173

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-09-01 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: [HTTP ERROR 503 Service Unavailable] So your issue is resolved now, @kenneth0595 ? GitHub link: https://github.com/apache/cloudstack/discussions/11534#discussioncomment-14277039 This is an automatically sent email for users@clo

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-09-01 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: [HTTP ERROR 503 Service Unavailable] @dR3b , so your scenario was - install version 1 - install version 2 - start the management server - problem... right? GitHub link: https://github.com/apache/cloudstack/discussions/11534#discussi

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-09-01 Thread via GitHub
GitHub user DaanHoogland edited a comment on the discussion: [HTTP ERROR 503 Service Unavailable] @dR3b , so your scenario was - install version 1 - install version 2 - start the management server - problem… right? GitHub link: https://github.com/apache/cloudstack/discussions/11534#discuss

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-09-01 Thread via GitHub
GitHub user kenneth0595 added a comment to the discussion: [HTTP ERROR 503 Service Unavailable] Hi! This is Kenneth, who opened this case first. In my case, there was a problem when upgrading the database table. With the introduction of new Kubernetes feature updates, several additional func

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-09-01 Thread via GitHub
GitHub user dR3b edited a comment on the discussion: [HTTP ERROR 503 Service Unavailable] @DaanHoogland I don't use selinux and the user was `root`. I think the question is: When is this file [1] created? After the package installation, or after configuring and deploying a zone? I didn’t do t

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-09-01 Thread via GitHub
GitHub user dR3b edited a comment on the discussion: [HTTP ERROR 503 Service Unavailable] @DaanHoogland I don't use selinux and the user was `root`. I think the question is: When is this file [1] created? After the package installation, or after configuring and deploying a zone? I didn’t do t

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-09-01 Thread via GitHub
GitHub user dR3b added a comment to the discussion: [HTTP ERROR 503 Service Unavailable] @DaanHoogland I don't use selinux and the user was `root`. I think the question is: When is this file [1] created? After the package installation, or after configuring and deploying a zone? I didn’t do th

Re: [D] VNF Template For a Fortigate [cloudstack]

2025-09-01 Thread via GitHub
GitHub user kiranchavala added a comment to the discussion: VNF Template For a Fortigate @justinestruch There is support for deploying Virtual Appliances from cloudstack https://docs.cloudstack.apache.org/en/4.21.0.0/adminguide/virtual_machines.html#id6 GitHub link: https://github.com/ap

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-09-01 Thread via GitHub
GitHub user kenneth0595 edited a comment on the discussion: [HTTP ERROR 503 Service Unavailable] @weizhouapache server.properties log shown below. ``` [root@Oracle-kvm-hypervisor-01 ~]# tail -n +379667 /var/log/cloudstack/management/management-server.log | grep -i Exception -A5 2025-08-29 1

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-08-31 Thread via GitHub
GitHub user weizhouapache edited a comment on the discussion: [HTTP ERROR 503 Service Unavailable] > @weizhouapache Here is my complete log file after updating to 4.21.0: > [management-server.log](https://github.com/user-attachments/files/22066432/management-server.log) > found this error: s

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-08-31 Thread via GitHub
GitHub user dR3b edited a comment on the discussion: [HTTP ERROR 503 Service Unavailable] ^^ This! Thanks! Its up and running. So is this a bug or did i miss something? GitHub link: https://github.com/apache/cloudstack/discussions/11534#discussioncomment-14269409 This is an automaticall

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-08-31 Thread via GitHub
GitHub user dR3b added a comment to the discussion: [HTTP ERROR 503 Service Unavailable] ^^ This! Thanks! Its up and running. GitHub link: https://github.com/apache/cloudstack/discussions/11534#discussioncomment-14269409 This is an automatically sent email for users@cloudstack.apache.or

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-08-31 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: [HTTP ERROR 503 Service Unavailable] > @weizhouapache Here is my complete log file after updating to 4.21.0: > [management-server.log](https://github.com/user-attachments/files/22066432/management-server.log) > found this error: su

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-08-31 Thread via GitHub
GitHub user dR3b added a comment to the discussion: [HTTP ERROR 503 Service Unavailable] @weizhouapache Here is my complete log file after updating to 4.21.0: [management-server.log](https://github.com/user-attachments/files/22066432/management-server.log) GitHub link: https://github.com/apa

Re: [D] Not able to attach iso - "is not a valid QCOW2" [cloudstack]

2025-08-30 Thread via GitHub
GitHub user damien-kamerman closed a discussion: Not able to attach iso - "is not a valid QCOW2" Hi, I'm not able to attach an iso to a KVM instance. The error is 'The downloaded file is not a valid QCOW2.'. It's definitely an iso and not a template so not sure why it's checking for QCOW2.

Re: [D] Not able to attach iso - "is not a valid QCOW2" [cloudstack]

2025-08-30 Thread via GitHub
GitHub user weizhouapache closed the discussion with a comment: Not able to attach iso - "is not a valid QCOW2" Fixed by #11532 GitHub link: https://github.com/apache/cloudstack/discussions/11515#discussioncomment-14263570 This is an automatically sent email for users@cloudstack.apache

Re: [D] [HTTP ERROR 503 Service Unavailable] [cloudstack]

2025-08-30 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: [HTTP ERROR 503 Service Unavailable] > I have the same error. I installed version: `4.20.1.0` today without any > modification. After that i made the upgrade to: `4.21.0.0`: > > ``` 2025-08-29 10:03:41,882 WARN [c.c.u.d.T.Transacti

[D] VNF Template For a Fortigate [cloudstack]

2025-08-29 Thread via GitHub
GitHub user justinestruch created a discussion: VNF Template For a Fortigate Hi All, I am having an issue trying to make a Fortigate VNF template for VMWare. Fortinet provides the appliance as an ovf and 2 vmdks. 1vmdk for the OS and the other vmdk is for a data drive. I'm not sure how I wo

Re: [D] VMs won't start on networks with client drive enabled [cloudstack]

2025-08-29 Thread via GitHub
GitHub user kristoffvb2 added a comment to the discussion: VMs won't start on networks with client drive enabled I believe the issue here is cloudstack is calling '/usr/bin/xorriso', while it _should_ be calling '/usr/bin/xorrisofs'. The options provided in the debug log are correct when run

  1   2   3   4   5   6   7   8   9   10   >