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

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: [Ljava.lang.String;@1a84b

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 c

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 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&page=1&pagesize=20&command=listGuestVlans&response=json For vlan table: select * from vlan where removed is null; ++

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: [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 g

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. 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 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 oc

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 s

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 NU

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 users@cloudstack.apache.o

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 this

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 | NUL

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: https://github.com/apache/c

Port Mirror Option in Cloudstack

2024-06-13 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 mir