Physical network labels when using VXLAN

2024-06-19 Thread Muhammad Hanis Irfan Mohd Zaid
Hi. We're trying to deploy a POC environment with VXLAN EVPN. The underlay works perfectly and the overlay when creating a bridge for the management network (cloudbr0) can ping without any issues between the hosts and management server. Now I'm trying to figure out how the bridges should be config

Re: Disabling VM metrics

2024-06-19 Thread Rohit Yadav
Andrei, In addition to what Joao has shared, stats collection of VM and others can be disabled using: 1. Search global settings section in the UI for 'stats.interval' and disable stats collection for VM and other resources, by setting the value to -1 2. Disable vm.stats.increment.metrics a

Re: [D] Define a release schedule for the project [cloudstack]

2024-06-19 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Define a release schedule for the project I agree with most of what @weizhouapache says here, except that I think that a new feature should be accepted by an issue or even an open PR as well. nit just the [wiki](https://cwiki.apache

Re: [VOTE] Apache CloudStack Kubernetes Provider 1.1.0 RC1

2024-06-19 Thread Rohit Yadav
Lucian, The convenience binary in case of this sub-project is the docker/container image, users can test RC1 builds from: https://hub.docker.com/r/apache/cloudstack-kubernetes-provider/tags Regards. From: Nux Sent: Thursday, June 20, 2024 04:03 To: d...@c

Re: [D] Define a release schedule for the project [cloudstack]

2024-06-19 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Define a release schedule for the project @JoaoJandre I think discussing here is not bad. As long that if a vote is needed it happens on dev@c.a.o. GitHub link: https://github.com/apache/cloudstack/discussions/8970#discussioncommen

Re: [VOTE] Apache CloudStack Kubernetes Provider 1.1.0 RC1

2024-06-19 Thread Rohit Yadav
+1 (binding) Source code, checksum and signature OK. Regards. From: Wei ZHOU Sent: Wednesday, June 19, 2024 12:20 To: users@cloudstack.apache.org Cc: d...@cloudstack.apache.org Subject: Re: [VOTE] Apache CloudStack Kubernetes Provider 1.1.0 RC1 +1 (bindi

Re: [VOTE] Apache CloudStack Kubernetes Provider 1.1.0 RC1

2024-06-19 Thread Vishesh Jindal
We don't have any deb/rpms. Since this is for use with kubernetes, we only have a docker image and kubernetes deployment manifest. From: Nux Sent: Thursday, June 20, 2024 4:03 AM To: d...@cloudstack.apache.org Cc: users@cloudstack.apache.org Subject: Re: [VO

Re: [VOTE] Apache CloudStack Kubernetes Provider 1.1.0 RC1

2024-06-19 Thread Nux
In community's interest, do we have binary packages anywhere, ie deb/rpms? Cheers On 2024-06-19 07:12, Vishesh Jindal wrote: Hi All, I made a mistake and didn't create the release on dist.apache.org. Please discard my previous email. I've created a new CloudStack Kubernetes Provider 1.1.0

Re: comments with weird caracters

2024-06-19 Thread Francisco Arencibia Quesada
We are going to restore a backup since this happened when the underlying storage failed a few days ago. Thank you all guys for your feedback *Francisco Arencibia Quesada.* *DevOps Engineer* On Wed, 19 Jun 2024 at 22:30, Wei ZHOU wrote: > "%2d" is the url-encoded value of "-". > Never faced th

Re: comments with weird caracters

2024-06-19 Thread Wei ZHOU
"%2d" is the url-encoded value of "-". Never faced this issue before. Might it be caused by copy-paste on terminal/browser? On Wednesday, June 19, 2024, Suresh Kumar Anaparti < sureshkumar.anapa...@gmail.com> wrote: > Hi Francisco, > > I checked list hosts and storage pools with invalid uuid, an

Re: [D] logging standards in CloudStack [cloudstack]

2024-06-19 Thread via GitHub
GitHub user lucas-a-martins added a comment to the discussion: logging standards in CloudStack Hey, @weizhouapache. Sorry for the delay; About your sugestion, I think you have a good idea here. Also, we already have something like this with `com.cloud.api.ApiServer#handleRequest`. I didn't h

Re: comments with weird caracters

2024-06-19 Thread Suresh Kumar Anaparti
Hi Francisco, I checked list hosts and storage pools with invalid uuid, and didn't notice such chars in the response. Are the resource id (uuid) passed to APIs without %2D? (testenv) > list hosts id=80f71346-f343-4d0d-a765-8316f928bd78 Error: (HTTP 431, error code ) Unable to execute API com

Re: [D] Remote Access VPN traffic route [cloudstack]

2024-06-19 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Remote Access VPN traffic route @cdfgallo AFAIK this is a known limitation of L2TP VPN You can delete the default route and add some custom routes if needed GitHub link: https://github.com/apache/cloudstack/discussions/9272#discu

Re: [D] Define a release schedule for the project [cloudstack]

2024-06-19 Thread via GitHub
GitHub user GutoVeronezi added a comment to the discussion: Define a release schedule for the project Personally, I think it can reach more people here; however, I am more interested in having the discussion itself than where it is taking place. I am fine wherever we have the discussion phase

comments with weird caracters

2024-06-19 Thread Francisco Arencibia Quesada
Good morning guys, All comments in my cloudstack are looking like this: nodo%2Dc with %2D everywhere and also I'm having this error: Unable to execute API command listhosts due to invalid value. Invalid parameter id value=19709264%2D2d95%2D4b0b%2Da847%2Dbd3db7c4de61 due to incorrect long value f

RE: [Proposal] Storage Filesystem as a First Class Feature

2024-06-19 Thread Alex Mattioli
+1 on that, keeping it hypervisor agnostic is key. -Original Message- From: Nux Sent: Wednesday, June 19, 2024 10:14 AM To: d...@cloudstack.apache.org Cc: users@cloudstack.apache.org Subject: Re: [Proposal] Storage Filesystem as a First Class Feature Thanks Piotr, This is the seco

RE: [Proposal] Storage Filesystem as a First Class Feature

2024-06-19 Thread Alex Mattioli
Hi Piotr, > Overall, CloudStack has been heading in the right direction lately :-) That's great to hear :) Cheers Alex -Original Message- From: Piotr Pisz Sent: Wednesday, June 19, 2024 8:04 AM To: users@cloudstack.apache.org; d...@cloudstack.apache.org Subject: RE: [Proposal] Sto

VM automation using API

2024-06-19 Thread Gary Dixon
HI ACS 4.15.2 Hypervisor: KVM on Ubuntu 20.04 We have noticed that when trying to start 50 VM’s via Ansible using the ACS API – the VM’s only start in batches of 5 VM’s at a time – is this down to the default setting of “Number of worker threads handling remote agent connections” = 5 ? If so i

Re: [Proposal] Storage Filesystem as a First Class Feature

2024-06-19 Thread Nux
Thanks Piotr, This is the second time virtio-fs has been mentioned and just researched it a bit, it looks like something really nice to have in Cloudstack, definitely something to look at in the future. Nice as it is though, it has a big drawback, it's KVM-only, so for now we'll stick to "ol