Re: [D] Unable to delete zone , using 4.19.1. [cloudstack]

2025-06-05 Thread via GitHub
GitHub user rajujith added a comment to the discussion: Unable to delete zone , using 4.19.1. @jack99trade Could you find the active volumes? If the primary storage host is removed, you may have to undo those changes, but it will be a risky database modification. Otherwise, you can update

Re: [D] one to many secondary IP for a floating VIP with SG [cloudstack]

2025-06-05 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: one to many secondary IP for a floating VIP with SG it looks like a very good workaround. we could add a flag (e.g. vip) to secondary ip . this kind of IP can be associated to multiple vms under same account. just curious, anyone ha

Re: [D] Unable to delete zone , using 4.19.1. [cloudstack]

2025-06-05 Thread via GitHub
GitHub user jack99trade edited a comment on the discussion: Unable to delete zone , using 4.19.1. Hi @rajujith . yes primary storage was removed. but its its available for use , i can re-add it below is the result both both commands:- mysql> select pool_id,state,count(*) from volumes wh

Re: [D] Unable to delete zone , using 4.19.1. [cloudstack]

2025-06-05 Thread via GitHub
GitHub user jack99trade added a comment to the discussion: Unable to delete zone , using 4.19.1. Hi @rajujith . below is the result both both commands:- mysql> select pool_id,state,count(*) from volumes where removed is null group by pool_id,state; +-+-+--+ | pool_

Re: [D] Unable to delete zone , using 4.19.1. [cloudstack]

2025-06-05 Thread via GitHub
GitHub user jack99trade added a comment to the discussion: Unable to delete zone , using 4.19.1. Hi @rajujith , I have deleted the zone now: by modifying below entries :- +--+---+--+-+ | id | name | state| removed | +--+-

Re: [D] Unable to delete zone , using 4.19.1. [cloudstack]

2025-06-05 Thread via GitHub
GitHub user jack99trade added a comment to the discussion: Unable to delete zone , using 4.19.1. @rajujith This is what i see :- ![image](https://github.com/user-attachments/assets/c0821830-d8a3-4f7f-9d26-8a9314f344ae) GitHub link: https://github.com/apache/cloudstack/discussions/10958#

Re: [D] Trunk port in VM? (KVM) [cloudstack]

2025-06-05 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Trunk port in VM? (KVM) > Pretty sure it got added to libvirt 11 for linux bridges > (https://libvirt.org/news.html#v11-0-0-2025-01-15), so I know I'd need to > backport that. But ok, its not a concept cloudstack natively supports

Re: [D] Trunk port in VM? (KVM) [cloudstack]

2025-06-05 Thread via GitHub
GitHub user bhouse-nexthop added a comment to the discussion: Trunk port in VM? (KVM) Pretty sure it got added to libvirt 11 for linux bridges (https://libvirt.org/news.html#v11-0-0-2025-01-15), so I know I'd need to backport that. But ok, its not a concept cloudstack natively supports at th

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

2025-06-05 Thread via GitHub
GitHub user Chih80 closed the discussion with a comment: HTTP ERROR 503 Service Unavailable After upgrading to 4.20 with java17 root@xx-mgm-01:/var/log/cloudstack/management# tail -f management-server.log 2025-06-05 04:24:49,634 DEBUG [o.a.c.s.m.m.i.DefaultModuleDefinitionSet] (main:[]) (logi

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

2025-06-05 Thread via GitHub
GitHub user Chih80 closed the discussion with a comment: HTTP ERROR 503 Service Unavailable I encounter this problem upgrading from 4.19.1.1 to 4.20.0. After upgrade I tried to access UI but got the 503 error. After downgrading by selecting java 11, I was able to access the UI again. I though

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

2025-06-05 Thread via GitHub
GitHub user Chih80 closed the discussion with a comment: HTTP ERROR 503 Service Unavailable I also created an issue about this #10960 where I pasted more logs. GitHub link: https://github.com/apache/cloudstack/discussions/9880#discussioncomment-13382607 This is an automatically sent e

Tracking bandwidth on shared network

2025-06-05 Thread Joann Mõndresku
Hello. Is there any way to have received/sent bandwidth tracked on Shared Networks in CloudStack? Currently usage server seems to only report on isolated networks traffic use, but we need to know specific consumption on Shared Network for a given instance or user - do we need to use external

Re: [D] Trunk port in VM? (KVM) [cloudstack]

2025-06-05 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Trunk port in VM? (KVM) As far as I know, vlan trunking is supported by libvirt only if openvswitch is used as backend, not linux bridge. if you use openvswitch, it could be supported by cloudstack with some simple code changes (cu

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

2025-06-05 Thread via GitHub
GitHub user Chih80 closed the discussion with a comment: HTTP ERROR 503 Service Unavailable /etc/default/cloudstack-management: # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additiona

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

2025-06-05 Thread via GitHub
GitHub user Chih80 closed the discussion with a comment: HTTP ERROR 503 Service Unavailable sorry, I have no idea why it came out with different front size. I just copy and paste. GitHub link: https://github.com/apache/cloudstack/discussions/9880#discussioncomment-13382485 This is an

Re: [D] Unable to delete zone , using 4.19.1. [cloudstack]

2025-06-05 Thread via GitHub
GitHub user jack99trade edited a comment on the discussion: Unable to delete zone , using 4.19.1. This is the error i see in logs :- ERROR [c.c.a.ApiServer] (qtp940584193-382:ctx-a26f0c3b ctx-e259a45e) (logid:6c5d48b7) unhandled exception executing api command: [Ljava.lang.String;@65eecab

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

2025-06-05 Thread via GitHub
GitHub user weizhouapache closed the discussion with a comment: HTTP ERROR 503 Service Unavailable > I encounter this problem upgrading from 4.19.1.1 to 4.20.0. After upgrade I > tried to access UI but got the 503 error. After downgrading by selecting java > 11, I was able to access the UI ag

Re: [D] How to create customized cloudstack-templates with packer? [cloudstack]

2025-06-05 Thread via GitHub
GitHub user sekychan11 added a comment to the discussion: How to create customized cloudstack-templates with packer? I used this as a starting point for our template deployments: https://github.com/CLDIN/packer-templates GitHub link: https://github.com/apache/cloudstack/discussions/10965#dis

Re: [PROPOSE] RM for 4.21.0

2025-06-05 Thread Suresh Kumar Anaparti
Hi All, It's been a few months since the proposal, and we've so far closed 62 issues and PRs in the 4.21.0 milestone [1]. Currently, we've 208 open items in the 4.21.0 milestone, tracked/triaged through the GitHub project 'Apache CloudStack 4.21.0' [2]. Ping me (@sureshanaparti) on your issues and