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

2024-06-20 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

Re: [VOTE] Apache CloudStack Kubernetes Provider 1.1.0 RC1

2024-06-20 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:

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

2024-06-20 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:

Re: [VOTE] Apache CloudStack Kubernetes Provider 1.1.0 RC1

2024-06-20 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

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

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

2024-06-18 Thread Nux
Hi, I'd like to draw the attention to some of the more operational aspects of this feature, mainly the storage appliance internals and UI. So long story short, I've discussed with Abhisar and others and we'll be deploying a VM based on the Cloudstack Debian systemvm template which will export

Re: Disabling VM metrics

2024-06-18 Thread Andrei Mikhailovsky
Thank you, Joao, This feature would be of a great help for me for sure. Can't wait for the 4.19.1 to be released! In the mean time, i will check out the cloud-usage database and purge the old records. Perhaps that would help too. Cheers - Original Message - > From: "João Jandre

Re: Change cpu mode on host server

2024-06-18 Thread Bernardo De Marco Gonçalves
Hi, Jimmy First, it is required to change the guest.cpu.mode value in the /etc/cloudstack/agent/agent.properties file. Then, the agent service needs to be restarted. I recommend following the agent logs in order to check if the new property value has been recognized correctly. You can execute the

Re: UI Slowness while populating Instance

2024-06-18 Thread João Jandre Paraquetti
Hi, Nixon What you are experiencing is most likely the same as Andrei (see https://lists.apache.org/thread/ltsw9tkkxv6pl2tr9r4q5m34xwlxxbqg), by default, the API used by the UI to list the VMs also lists the VM's metrics; since you have 100+ VMs, it is understandable that it would take some

Re: Disabling VM metrics

2024-06-18 Thread João Jandre Paraquetti
Hello, Andrei Currently you cannot disable listing metrics when using the UI, this behavior has been discussed and changed with PR https://github.com/apache/cloudstack/pull/8782. On the next minor release (4.19.1) there will be a configuration to let you change the behavior of the

Re: Password Management UI Missing?

2024-06-18 Thread Bryan Lima
Hello, Granwille To be able to reset the VM's password, the template/ISO used by the VM should have the option `Password enabled`, and the VM should be in the `Stopped` state, otherwise, this option will not be displayed in the UI. Best regards, Bryan On 18/06/2024 14:00, Granwille Strauss

Re: UI Slowness while populating Instance

2024-06-18 Thread Andrei Mikhailovsky
One thing to note and check is the following Global setting: vm.stats.user.vm.only If you set this to True, the system vm stats will not be collected. So, when clicking on the system vms and virtual routers, the information should be populated pretty instantly. This is true in my case.

Password Management UI Missing?

2024-06-18 Thread Granwille Strauss
Hi Guys According to docs: https://docs.cloudstack.apache.org/en/latest/adminguide/templates/_cloud_init.html#linux-with-cloud-init If you enable Password managed via Cloud-Init, you can reset said password via the UI see attached screenshot: https://tinyurl.com/2xh2uk6d Where in the

Re: UI Slowness while populating Instance

2024-06-18 Thread Andrei Mikhailovsky
Hi Nixon, I have similar issues, but in my case, it takes around 15 seconds to load. I've investigated this before and posted here on the list, but no solutions seem to resolve the issue What i've noticed is that it looks like it relates to the collection and display of Metrics data on vms.

[VOTE] Apache CloudStack Kubernetes Provider 1.1.0 RC1

2024-06-18 Thread Vishesh Jindal
Hi All, I've created a 1.1.0 release (RC1) for Apache CloudStack Kubernetes Provider, with the following artifacts up for a vote: Git Branch and Commit SH: https://github.com/apache/cloudstack-kubernetes-provider/tree/v1.1.0-rc1 Commit: 774a144876d2c875c61becab00e0487692130302 Deployment

Change cpu mode on host server

2024-06-18 Thread Jimmy Huybrechts
Hi, Seems that with adding the latest server I mistyped the cpu model.. As it now says: guest.cpu.mode=host-model instead of: guest.cpu.mode=host-passthrough Like on all other servers (they all have the exact same hardware). Can I adjust this, restart the agent and reboot all vm’s that were

UI Slowness while populating Instance

2024-06-18 Thread Nixon Varghese K S
Hello, I am using ACS 4.18.0.0v in my production environment, and more than 100 instances, including Kubernetes instances, are running on my setup. The user interface appears to be stuck in the loading phase when you click on the instance page; you will need to wait five to ten minutes for the

Re: [D] Cloudstack API end point getting failed while deploying nginx as loadbalancer on kubernetes [cloudstack]

2024-06-18 Thread via GitHub
GitHub user Noelantogerorge added a comment to the discussion: Cloudstack API end point getting failed while deploying nginx as loadbalancer on kubernetes Hi Guys, It is not best practice to have a public interface on the management server and open port 8080 to public access. management

Re: [D] Cloudstack API end point getting failed while deploying nginx as loadbalancer on kubernetes [cloudstack]

2024-06-18 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Cloudstack API end point getting failed while deploying nginx as loadbalancer on kubernetes > We are experiensing the same issue, it looks to be the same issue as 4.18 > where the pages would take a very long time to load where they

Re: [D] Cloudstack API end point getting failed while deploying nginx as loadbalancer on kubernetes [cloudstack]

2024-06-18 Thread via GitHub
GitHub user vishnuvs369 added a comment to the discussion: Cloudstack API end point getting failed while deploying nginx as loadbalancer on kubernetes @weizhouapache Thanks for the update, We can either add a public ip interface to the management server and configure that IP on the endpoint

Re: [D] Cloudstack API end point getting failed while deploying nginx as loadbalancer on kubernetes [cloudstack]

2024-06-18 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Cloudstack API end point getting failed while deploying nginx as loadbalancer on kubernetes @Noelantogerorge , In your scenario I would say you need a proxy with firewall to allow your cluster to call back. And then configure the

Re: [D] Cloudstack API end point getting failed while deploying nginx as loadbalancer on kubernetes [cloudstack]

2024-06-18 Thread via GitHub
GitHub user PaX101 added a comment to the discussion: Cloudstack API end point getting failed while deploying nginx as loadbalancer on kubernetes We are experiensing the same issue, it looks to be the same issue as 4.18 where the pages would take a very long time to load where they were

Re: [D] Cloudstack API end point getting failed while deploying nginx as loadbalancer on kubernetes [cloudstack]

2024-06-18 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Cloudstack API end point getting failed while deploying nginx as loadbalancer on kubernetes > @weizhouapache > Thanks for the update, We can either add a public ip interface to the > management server and configure that IP on the

Re: [D] Cloudstack API end point getting failed while deploying nginx as loadbalancer on kubernetes [cloudstack]

2024-06-18 Thread via GitHub
GitHub user boring-cyborg[bot] added a comment to the discussion: Cloudstack API end point getting failed while deploying nginx as loadbalancer on kubernetes Thanks for opening your first issue here! Be sure to follow the issue template! GitHub link:

Re: [D] Cloudstack API end point getting failed while deploying nginx as loadbalancer on kubernetes [cloudstack]

2024-06-18 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Cloudstack API end point getting failed while deploying nginx as loadbalancer on kubernetes @vishnuvs369 the endpoint URL should be reachable from the k8s pods. If you can fix the URL, you can re-deploy the k8s secret by script

Disabling VM metrics

2024-06-18 Thread Andrei Mikhailovsky
Hello everyone, Could someone recommend me a way to disable the collection of vm metrics? It is currently taking a long time (10-20 seconds) for the vm information to show up when clicking on a vm. Also, when trying to attach a volume(s) to a vm, the full list of vms is not populating (my

Re: Strange issue with listGuestVlans

2024-06-15 Thread Wei ZHOU
The broadcast_uri is NULL in my testing environments. The API works well. Also, according to the code, it should not be a problem if the broadcast_uri is NULL. Strange. On Sat, Jun 15, 2024 at 1:37 PM Curious Pandora wrote: > > All entries from select id,vnet from op_dc_vnet_alloc are

Re: Strange issue with listGuestVlans

2024-06-15 Thread Curious Pandora
All entries from select id,vnet from op_dc_vnet_alloc are populated. For the second query we have the same results as before: +-+-+---+ | id | name| broadcast_uri | +-+-+---+ | 200 |

Re: VM serialnumber in KVM

2024-06-14 Thread Francisco Arencibia Quesada
Wei is it possible to do the same with XCP as hypervisor? *Francisco Arencibia Quesada.* *DevOps Engineer* On Wed, 12 Jun 2024 at 18:22, Francisco Arencibia Quesada < arencibia.franci...@gmail.com> wrote: > Thanks so much Wei, this worked like a charm > > On Wed, Jun 12, 2024 at 5:22 PM Wei

Re: SAML Auth

2024-06-14 Thread Marty Godsey
So I can create an account in a domain and have it go to a SAML IDP, and any users under that account will have to authenticate to that SAML IDP? Would the user put in the domain when logging in like normal, or would this change the login to having a SAML/SSO button? From: Rohit Yadav Date:

Re: SAML Auth

2024-06-14 Thread Rohit Yadav
Hi Marty, Yes, the SAML authorised accounts can be on per-account/user basis to different SAML IDPs. We don't support linking/restricting SAML IDP or IDPs on domain basis though. Regards. From: Marty Godsey Sent: Thursday, June 13, 2024 01:02 To:

Re: Strange issue with listGuestVlans

2024-06-14 Thread Wei ZHOU
from the code https://github.com/apache/cloudstack/blob/cb9b3134f7fff972b63d8565a4d021f8ea918903/engine/schema/src/main/java/com/cloud/network/dao/NetworkDaoImpl.java#L464 it looks like either broadcast_uri of a network or vnet of a record op_dc_vnet_alloc is null or unsupported. can you share

Re: Strange issue with listGuestVlans

2024-06-14 Thread Curious Pandora
@Wei ZHOU any thoughts ? On Thu, Jun 13, 2024 at 9:29 PM Curious Pandora wrote: > There are indeed 4 networks with NULL broadcast_uri that are causing the > problem. I think those are systemic for cloudstack. > +-+-+---+ > | id | name

Re: Port Mirror Option in Cloudstack

2024-06-14 Thread Curious Pandora
Hello, I think there is no way to make this work from cloudstack. However, in case you are using openvswitch on your hosts you could try to create a mirror there for egress, ingress or both Let's say the vm machine port is vnet10. Something like this could work for you: # Add an internal port

Re: [D] packet loss from KVM to SSVM public and private ip address [cloudstack]

2024-06-14 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: packet loss from KVM to SSVM public and private ip address > @weizhouapache So cloudstack could'nt work with single ip range ? > There may be some issues with vm console and ssvm (download template/volume, etc). Everything else

Re: [D] packet loss from KVM to SSVM public and private ip address [cloudstack]

2024-06-14 Thread via GitHub
GitHub user dominar250 added a comment to the discussion: packet loss from KVM to SSVM public and private ip address @weizhouapache Thanks for the suggestion. Is it a good idea to run management, KVM, and NFS on a single machine? Does this setup cause routing-related issues? My plan is to

Re: [D] packet loss from KVM to SSVM public and private ip address [cloudstack]

2024-06-14 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: packet loss from KVM to SSVM public and private ip address sounds good @dominar250 , but still a separate ip range for the host and for the SVMs (and VMs in general) is best. GitHub link:

Re: [D] packet loss from KVM to SSVM public and private ip address [cloudstack]

2024-06-14 Thread via GitHub
GitHub user dominar250 added a comment to the discussion: packet loss from KVM to SSVM public and private ip address @weizhouapache So cloudstack could'nt work with single ip range ? GitHub link: https://github.com/apache/cloudstack/discussions/9254#discussioncomment-9772467 This is

Re: [D] packet loss from KVM to SSVM public and private ip address [cloudstack]

2024-06-14 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: packet loss from KVM to SSVM public and private ip address > @DaanHoogland Thanks for addressing this issue. From SSVM/consoleproxy i can > able to ping my kvm machine and management server which is stable . But I > can't get

Re: [D] packet loss from KVM to SSVM public and private ip address [cloudstack]

2024-06-14 Thread via GitHub
GitHub user dominar250 added a comment to the discussion: packet loss from KVM to SSVM public and private ip address @DaanHoogland root@s-55-VM:~# ip a 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet

Re: [D] packet loss from KVM to SSVM public and private ip address [cloudstack]

2024-06-14 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: packet loss from KVM to SSVM public and private ip address @dominar250 I think it is because your systemvm have two nics/ips in the same range typically the public and private should use different ip range and vlan/vni. GitHub

Re: [D] packet loss from KVM to SSVM public and private ip address [cloudstack]

2024-06-14 Thread via GitHub
GitHub user dominar250 added a comment to the discussion: packet loss from KVM to SSVM public and private ip address [system_vm-ip.txt](https://github.com/user-attachments/files/15823200/system_vm-ip.txt) GitHub link:

Re: [D] packet loss from KVM to SSVM public and private ip address [cloudstack]

2024-06-14 Thread via GitHub
GitHub user dominar250 added a comment to the discussion: packet loss from KVM to SSVM public and private ip address @DaanHoogland Thanks for addressing this issue. From SSVM/consoleproxy i can able to ping my kvm machine and management server which is stable . But I can't get constant ping

Re: [D] packet loss from KVM to SSVM public and private ip address [cloudstack]

2024-06-14 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: packet loss from KVM to SSVM public and private ip address @dominar250 I cleanup the description a bit, please let me know if i messed it up. I do not understand your full scenario yet. you are pinging the console proxy but that

Re: [D] packet loss from KVM to SSVM public and private ip address [cloudstack]

2024-06-14 Thread via GitHub
GitHub user boring-cyborg[bot] added a comment to the discussion: packet loss from KVM to SSVM public and private ip address Thanks for opening your first issue here! Be sure to follow the issue template! GitHub link:

Re: Assign a Public IP Directly to a VM

2024-06-14 Thread Nischal P
Hi Khang, I think you can use a L2 network for your use, but you will need to either manually assign IPs to VMs or have a DHCP which works for your L2 network. Thanks & Regards Nischal On Fri, Jun 14, 2024 at 12:45 PM Khang Nguyen Phuc wrote: > Hello everyone, > > I want to assign a public

Assign a Public IP Directly to a VM

2024-06-14 Thread Khang Nguyen Phuc
Hello everyone, I want to assign a public IP directly from the "Public Network" to a VM (similar to how CloudStack assigns to systemVM or vRouter). It seems like a shared network is what I'm looking for. I tried creating a Shared Network from the Public Network, but the Shared Network requires a

Port Mirror Option in Cloudstack

2024-06-14 Thread Nixon Varghese K S
Hello, Is there a way to mirror my packet to another VM in CloudStack. On VMware, we do have a port mirror option on vSwitch so that I can mirror my packet to another VM for some debug purposes. As my test and development are all running on the same cloudstack KVM, I won't be able to do a port

Re: [D] CloudStack dev setup [cloudstack]

2024-06-13 Thread via GitHub
GitHub user lohitslohit edited a comment on the discussion: CloudStack dev setup @weizhouapache System Spec: In Virtual Box -> Ubuntu 18.4. I had perform as a root user just I had executed like this sudo is not used mvn -pl :cloud-client-ui jetty:run GitHub link:

Re: Strange issue with listGuestVlans

2024-06-13 Thread Curious Pandora
There are indeed 4 networks with NULL broadcast_uri that are causing the problem. I think those are systemic for cloudstack. +-+-+---+ | id | name| broadcast_uri | +-+-+---+ | 200 |

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

2024-06-13 Thread via GitHub
GitHub user JoaoJandre added a comment to the discussion: Define a release schedule for the project Well, the original discussion was started on the dev mailing list... but it got no traction. That and @DaanHoogland's advice is what led me to create a discussion here. If you want to take

Re: [D] CloudStack dev setup [cloudstack]

2024-06-13 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: CloudStack dev setup @lohitslohit Do you use root or another user? GitHub link: https://github.com/apache/cloudstack/discussions/9214#discussioncomment-9765739 This is an automatically sent email for

Re: Strange issue with listGuestVlans

2024-06-13 Thread Wei ZHOU
Can you run the following sql query ? select id,name,broadcast_uri from networks where broadcast_uri IS NOT NULL and removed is NULL; -Wei On Thu, Jun 13, 2024 at 11:35 AM Curious Pandora wrote: > > Hello, for vnet null there seems to be none: > > select * from op_dc_vnet_alloc where vnet IS

Re: [D] CloudStack dev setup [cloudstack]

2024-06-13 Thread via GitHub
GitHub user lohitslohit added a comment to the discussion: CloudStack dev setup @weizhouapache System Spec: In Virtual Box -> Ubuntu 18.4. I had perform as a root user GitHub link: https://github.com/apache/cloudstack/discussions/9214#discussioncomment-9766257 This is an automatically

Re: [D] CloudStack dev setup [cloudstack]

2024-06-13 Thread via GitHub
GitHub user lohitslohit added a comment to the discussion: CloudStack dev setup @weizhouapache yes without the error "Unable to find properties file: commands.properties" executed like below. ``` mvn -P developer -pl developer -Ddeploydb WARNING: An illegal reflective access operation has

VM migration to different host

2024-06-13 Thread Jimmy Huybrechts
Hi, If I want to migrate a VM to a different host (I have 4) with local storage. And it’s on currently 1 for example, I can pick 3,4 but not 2 because it’s not “suitable”. But the problem I have is why is it not suitable? It doesn’t say why it’s not, you can just not pick it and that’s it.

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

2024-06-13 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Define a release schedule for the project I'm afraid @rohityadavcloud has a point here. The user mailing list is not the place it should happen, dev@ is where any decisions should be "coded". That doesn't diqualify this medium as a

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

2024-06-13 Thread via GitHub
GitHub user GutoVeronezi added a comment to the discussion: Define a release schedule for the project And it is happening: https://lists.apache.org/thread/pohvscqqht43ftq3d4nsftpylg6tgxz0 GitHub link: https://github.com/apache/cloudstack/discussions/8970#discussioncomment-9763127 This

Re: Strange issue with listGuestVlans

2024-06-13 Thread Curious Pandora
Hello, for vnet null there seems to be none: select * from op_dc_vnet_alloc where vnet IS NULL; Empty set (0.001 sec) For API CALL: GET listall=true=1=20=listGuestVlans=json For vlan table: select * from vlan where removed is null;

Re: Strange issue with listGuestVlans

2024-06-13 Thread Wei ZHOU
can you check "op_dc_vnet_alloc" table if there is a record with empty "vnet" ? select * from op_dc_vnet_alloc where vnet IS NULL; -Wei On Thu, Jun 13, 2024 at 10:02 AM Curious Pandora wrote: > > Hello, > > we get a 503 error when trying to list guest vlans (both from web and api > call). > >

Re: Strange issue with listGuestVlans

2024-06-13 Thread Jithin Raju
Hi, Can you share the API that is failing? Also, check table vlan? -Jithin From: Curious Pandora Date: Thursday, 13 June 2024 at 1:32 PM To: users@cloudstack.apache.org Subject: Strange issue with listGuestVlans Hello, we get a 503 error when trying to list guest vlans (both from web and api

Strange issue with listGuestVlans

2024-06-13 Thread Curious Pandora
Hello, we get a 503 error when trying to list guest vlans (both from web and api call). The relevant error log in the management server is: ERROR [c.c.a.ApiServer] (qtp1278254413-1728:ctx-d3eec0e8 ctx-7b04643e) (logid:6a2d2a44) unhandled exception executing api command:

Re: VM serialnumber in KVM

2024-06-13 Thread Wido den Hollander
I also created a PR to add the serial: https://github.com/apache/cloudstack/pull/9236 Wido Op 12/06/2024 om 18:22 schreef Francisco Arencibia Quesada: Thanks so much Wei, this worked like a charm On Wed, Jun 12, 2024 at 5:22 PM Wei ZHOU wrote: I tried the following - stop the vm - enable

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

2024-06-13 Thread via GitHub
GitHub user rohityadavcloud added a comment to the discussion: Define a release schedule for the project "If it didn’t happen on the mailing list, it didn’t happen." https://theapacheway.com/on-list/ GitHub link:

Re: [D] CloudStack dev setup [cloudstack]

2024-06-12 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: CloudStack dev setup @lohitslohit is the command executed successfully, despite the error "Unable to find properties file: commands.properties" ? GitHub link:

Re: SAML Auth

2024-06-12 Thread Marty Godsey
Rohit, Can these individual SAML connections on each domain be to different SAML locations? So domain 1 authenticates to SAML1 and domain 2 authenticates to SAML2? From: Rohit Yadav Date: Friday, May 31, 2024 at 10:59 AM To: users@cloudstack.apache.org Subject: Re: SAML Auth WARNING: This

Re: [D] CloudStack dev setup [cloudstack]

2024-06-12 Thread via GitHub
GitHub user lohitslohit added a comment to the discussion: CloudStack dev setup @oferchen I had followed this steps https://docs.cloudstack.apache.org/en/4.19.0.1/developersguide/developer_guide.html only change I had made is `git checkout 4.19.0.1` GitHub link:

Re: [D] CloudStack dev setup [cloudstack]

2024-06-12 Thread via GitHub
GitHub user lohitslohit added a comment to the discussion: CloudStack dev setup @weizhouapache I not made any changes in code or settings. Just I had run the mvn -P developer -pl developer -Ddeploydb Now when I run the above command it show like below. ``` mvn -P developer -pl developer

Re: [D] CloudStack dev setup [cloudstack]

2024-06-12 Thread via GitHub
GitHub user lohitslohit added a comment to the discussion: CloudStack dev setup @rohityadavcloud mvn --version Apache Maven 3.6.0 Maven home: /usr/share/maven Java version: 11.0.19, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64 Default locale: en_IN, platform encoding: UTF-8 OS

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

2024-06-12 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Define a release schedule for the project My 2 cents. Regarding major releases, we do have plan to create 2 major releases (1 LTS, 1 non-LTS) a year. However, it appears nobody is interested in the non-LTS release. Now all recent

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

2024-06-12 Thread via GitHub
GitHub user GutoVeronezi added a comment to the discussion: Define a release schedule for the project Github Discussions is integrated with the users' mailing list; everything that is posted here is also sent by email and vice-versa. This discussion is way wider than the development scope

Re: VM serialnumber in KVM

2024-06-12 Thread Francisco Arencibia Quesada
Thanks so much Wei, this worked like a charm On Wed, Jun 12, 2024 at 5:22 PM Wei ZHOU wrote: > I tried the following > > - stop the vm > - enable extra config in global setting > "enable.additional.vm.configuration" > - change account setting "allow.additional.vm.configuration.list.kvm" > to

Re: Backup VM on Cloudstack

2024-06-12 Thread benoit lair
Hi Giles, Is there something similar as Backroll https://github.com/DIMSI-IS/BackROLL for Xenserver/Xcp-NG ? Regards, Benoit Lair Le mer. 12 juin 2024 à 17:45, Joffrey LUANGSAYSANA a écrit : > Hi Jimmy, > > I am Joffrey from the Backroll team. > That is correct, Backroll needs to have access

RE: Backup VM on Cloudstack

2024-06-12 Thread Joffrey LUANGSAYSANA
Hi Jimmy, I am Joffrey from the Backroll team. That is correct, Backroll needs to have access to the storage, if for any reasons you do not want to have the local storage exposed to backroll then yes it will not be able to perform backups. Regards, Joffrey LUANGSAYSANA Ingénieur Cloud @ :

Re: VM serialnumber in KVM

2024-06-12 Thread Wei ZHOU
I tried the following - stop the vm - enable extra config in global setting "enable.additional.vm.configuration" - change account setting "allow.additional.vm.configuration.list.kvm" to "sysinfo,system,entry", of course you can change global or domain settings. - update extra config of vm cmk

Re: VM serialnumber in KVM

2024-06-12 Thread Francisco Arencibia Quesada
I tried with this but it stuck libvirt https://github.com/atomspring/KVM-BIOS-SerialNo :( On Wed, Jun 12, 2024 at 9:59 AM Francisco Arencibia Quesada < arencibia.franci...@gmail.com> wrote: > yes that would be great. > > On Wed, Jun 12, 2024 at 9:58 AM Wido den Hollander wrote: > >> (Back to

Re: [PROPOSE] RM for 4.19.1.0

2024-06-12 Thread Suresh Anaparti
Hi All, Latest update - We've closed 230 Issues and PRs in the 4.19.1.0 milestone [1]. There are still some targeted items to finish, so I would like to postpone the 4.19.1.0 release for at least a week. Here is the updated schedule for 4.19.1.0 release: - (Ongoing) till End-Jun 2024, 26-Jun:

Re: [D] Delete Templates from specific secondary storages [cloudstack]

2024-06-12 Thread via GitHub
GitHub user Pearl1594 added a comment to the discussion: Delete Templates from specific secondary storages @nxsbi Maybe you could try the `migrateResourceToAnotherSecondaryStorage` api / operation to move the templates from the store you want to remove? Not really sure how this would behave

Re: Change source-nat IP - Isolated Network

2024-06-12 Thread Kiran Chavala
Hi Cristian Changing source-NAT ip for an isolated network is present in 4.19 release of cloudstack https://www.shapeblue.com/customising-source-nat-address-for-networks/ Regards Kiran From: cristian.c@istream.today Date: Wednesday, 12 June 2024 at 5:53 PM To: users@cloudstack.apache.org

Change source-nat IP - Isolated Network

2024-06-12 Thread cristian.c
Hello, Is there a way to change a source-NAT IP for an Isolated network? I ask because I have multiple ranges, and the current one used for source-NAT must be removed. Cloudstack 4.18.1 Regards, Cristian

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

2024-06-12 Thread via GitHub
GitHub user rohityadavcloud edited a comment on the discussion: Define a release schedule for the project Github Discussions isn't the right place to discuss project governance related matters, but may be used for discussions and to build initial consensus; it was enabled only as a platform

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

2024-06-12 Thread via GitHub
GitHub user rohityadavcloud edited a comment on the discussion: Define a release schedule for the project Github Discussions isn't the right place to discuss project governance related matters, but may be used for discussions and to build initial consensus; it was enabled only as a platform

Re: VM serialnumber in KVM

2024-06-12 Thread Francisco Arencibia Quesada
yes that would be great. On Wed, Jun 12, 2024 at 9:58 AM Wido den Hollander wrote: > (Back to the list) > > Op 12/06/2024 om 09:56 schreef Francisco Arencibia Quesada: > > I need to set the serial number, manually, or automatically but it needs > > to be sticky, licensing purposes. > > If

Re: VM serialnumber in KVM

2024-06-12 Thread Wido den Hollander
(Back to the list) Op 12/06/2024 om 09:56 schreef Francisco Arencibia Quesada: I need to set the serial number, manually, or automatically but it needs to be sticky, licensing purposes. If CloudStack would always set the same serial for the same VM, would that be OK? Wido :) On Wed,

Re: BGP EVPN VXLAN for KVM CloudStack

2024-06-12 Thread Wido den Hollander
Op 17/04/2024 om 14:29 schreef Dietrich, Alex: Hello CloudStack Community, I am attempting to establish full Layer 3 connectivity between the KVM hosts in my CloudStack deployment. I have found a few resources to assist in the process, including the modifyvxlan.sh script necessary to

<    1   2   3   4   5   6   7   8   9   10   >