Re: [D] Hello World! [cloudstack]

2023-12-13 Thread via GitHub
GitHub user borisstoyanov added a comment to the discussion: Hello World! I don't think you understand me correct Daan, there's no mention of voting here. What I've said is about the concerns raised in discussion and vote threads earlier on mailing lists. GitHub link:

Re: get networks associated to a vm

2023-12-13 Thread Francisco Arencibia Quesada
awesome Pearl, thank you much, that worked like a charm. Regards On Wed, Dec 13, 2023 at 6:32 PM Pearl d'Silva wrote: > Hi Francisco, > > You could probably use listNics to get all the associated networks for the > virtual machine: > > cloudmonkey list nics >

Re: get networks associated to a vm

2023-12-13 Thread Pearl d'Silva
Hi Francisco, You could probably use listNics​ to get all the associated networks for the virtual machine: cloudmonkey list nics virtualmachineid=41e5be92-cc95-4a52-aa47-908af828b303 filter=networkname,networkid​ Regards, Pearl From: Francisco Arencibia

get networks associated to a vm

2023-12-13 Thread Francisco Arencibia Quesada
Hello guys, I have been trying to find a way to use cloudmonkey to get all the networks associated with a VM, something like this: cloudmonkey list networks virtualmachineid=a9a97f97-9930-429a-b747-efbf7c5fc125 filter=id,name listall=true The thing is, the virtualmachineid parameter does not

Re: new committer Vladimir Petrov

2023-12-13 Thread Pearl d'Silva
Congratulations Vladi! Regards, Pearl From: Suresh Kumar Anaparti Sent: December 13, 2023 3:37 AM To: d...@cloudstack.apache.org ; users@cloudstack.apache.org Subject: Re: new committer Vladimir Petrov Congratulations Vladi... Regards, Suresh On Wed, Dec 13,

Re: [PROPOSE] ACS 4.19.0.0 release

2023-12-13 Thread Abhishek Kumar
Hi all, Due to some privately sent requests to postpone the code freeze, I propose postponing the code freeze date by a day. Also, we already have a possible blocker [1] reported on the main branch so looking into getting that fixed. I'll send an email tomorrow to announce the code freeze and

Re: Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Joan g
Thanks Wei, Unsuspending helped Cheers Jon :) On Wed, Dec 13, 2023 at 4:07 PM Wei ZHOU wrote: > yes. > > the domain state is not supported in libvirt-java > I just created a PR > https://gitlab.com/libvirt/libvirt-java/-/merge_requests/40 > > > -Wei > > On Wed, 13 Dec 2023 at 11:36, Joan g

Re: Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Wei ZHOU
yes. the domain state is not supported in libvirt-java I just created a PR https://gitlab.com/libvirt/libvirt-java/-/merge_requests/40 -Wei On Wed, 13 Dec 2023 at 11:36, Joan g wrote: > yes. restarting libvirtd does not help. > > "virsh list" command output. Is the "pmsuspended" causing

Re: Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Joan g
yes. restarting libvirtd does not help. "virsh list" command output. Is the "pmsuspended" causing issue ? root@kvm-1:~# virsh list IdName State --- 11i-2-281-VMrunning 25i-2-228-VMrunning 27i-2-230-VMrunning 52i-2-483-VM

Re: Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Wei ZHOU
Can you restart libvirtd ? If it does not work, can you share the result of "virsh list" command ? -Wei On Wed, 13 Dec 2023 at 09:48, Joan g wrote: > Hi Wei. > > OS : Ubuntu 20.04.6 LTS > > root@kvm-1:~# virsh version > Compiled against library: libvirt 6.0.0 > Using library: libvirt 6.0.0 >

Re: [D] Hello World! [cloudstack]

2023-12-13 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Hello World! Hi Bobby, I thought replying to emails directly should work. same as github pull request/issues. I have no idea if the integration with the @users mailing list is feasible or not. Not every email address is linked to a

Re: [D] Hello World! [cloudstack]

2023-12-13 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Hello World! Hi Bobby, I thought replying to emails directly should work. same as github pull request/issues. I have no idea if the integration with the @users mailing list is feasible or not. Not every email address is linked to a

Re: running Windows VM on Ubuntu 22 KVM

2023-12-13 Thread Nux
This is already possible. Stop the VM, go to Settings, change the rootDiskController and/or dataDiskController as you please. https://i.imgur.com/ns7Cdzm.jpg On 2023-12-13 06:16, Pratik Chandrakar wrote: Hi Wei, I think lots of users are unaware of PV OS Type to improve the performance, I

Re: [D] Hello World! [cloudstack]

2023-12-13 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Hello World! voting should not be on users, but on dev@ @borisstoyanov . also I do not think we should do voting here, anything discussed here can be taken to the list, can it? GitHub link:

Re: [D] Hello World! [cloudstack]

2023-12-13 Thread via GitHub
GitHub user rohityadavcloud added a comment to the discussion: Hello World! Yes, looks like we can pin upto 4-5 discussions on the https://github.com/apache/cloudstack/discussions GitHub link: https://github.com/apache/cloudstack/discussions/8343#discussioncomment-7840023 This is an

Re: [D] Hello World! [cloudstack]

2023-12-13 Thread via GitHub
GitHub user borisstoyanov added a comment to the discussion: Hello World! Also we could probably pin a locked discussion on top in the 'discussions' tab where we describe what and where to find all discussions and this is a secondary option for discussing at the moment? GitHub link:

Re: [D] Hello World! [cloudstack]

2023-12-13 Thread via GitHub
GitHub user borisstoyanov added a comment to the discussion: Hello World! is there a way to make it two-way integrated with users@, for example not only a copy is being sent to users@, but if someone replies there we get the response here? Certainly this is much better experience than

Re: Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Joan g
Hi Wei. OS : Ubuntu 20.04.6 LTS root@kvm-1:~# virsh version Compiled against library: libvirt 6.0.0 Using library: libvirt 6.0.0 Using API: QEMU 6.0.0 Running hypervisor: QEMU 4.2.1 Regards, Jon On Wed, Dec 13, 2023 at 2:10 PM Wei ZHOU wrote: > What's the OS and libvirt/qemu version ? > >

Re: Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Wei ZHOU
What's the OS and libvirt/qemu version ? -Wei On Wed, 13 Dec 2023 at 09:30, Joan g wrote: > Hi, > > Recently below is getting logged in my cloudstack agent and the manager is > not able to get any VM metrics. Can Someone help on below > > 2023-12-13 03:23:37,318 WARN [cloud.agent.Agent] >

Re: new committer Vladimir Petrov

2023-12-13 Thread Suresh Kumar Anaparti
Congratulations Vladi... Regards, Suresh On Wed, Dec 13, 2023 at 11:19 AM Slavka Peleva wrote: > > Congrats Vladi! :) > > > On Wed, Dec 13, 2023 at 7:38 AM Jithin Raju > wrote: > > > Congratulations Vladi ! > > > > -Jithin > > > > From: Daman Arora > > Date: Wednesday, 13 December 2023 at

Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Joan g
Hi, Recently below is getting logged in my cloudstack agent and the manager is not able to get any VM metrics. Can Someone help on below 2023-12-13 03:23:37,318 WARN [cloud.agent.Agent] (agentRequest-Handler-1:null) (logid:58ef1261) Caught: java.lang.ArrayIndexOutOfBoundsException: Index 7 out