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:

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

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,

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

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

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:

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

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

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

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]

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

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

Re: [VOTE] Apache CloudStack Kubernetes Provider 1.1.0 RC1

2024-06-19 Thread Wei ZHOU
+1 (binding) Verified via the following steps 1. create a CKS cluster with k8s 1.30.0 and weavenet 2.8.1 2. delete cloudstack-kubernetes-provider 1.0.0 kubectl delete -f https://raw.githubusercontent.com/apache/cloudstack-kubernetes-provider/main/deployment.yaml 3. install 1.1.0-rc1 kubectl

Re: [VOTE] Apache CloudStack Kubernetes Provider 1.1.0 RC1

2024-06-19 Thread Vishesh Jindal
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 release (RC1), with the following artifacts up for a vote: Git Branch and Commit SHA:

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

2024-06-19 Thread Piotr Pisz
Hi, We considered a similar problem in our company. Shared storage is needed between VMs running on different networks. NFS/CephFS is ok as long as the VM can see the source. The best solution would be to use https://virtio-fs.gitlab.io/ Any FS would be used on the host side (e.g. NFS or