Re: way to find vm which does nothing

2022-10-25 Thread Wei ZHOU
cmk, jq, then save into a rrd file ? -Wei On Tuesday, 25 October 2022, Piotr Pisz wrote: > Hi, > > > > Is there any way to find vm which does nothing? Low consumption of cpu or > io. > > Preferably from the bash level, I did not find anything like that in cmk. > > What are your ways of doing th

Re: way to find vm which does nothing

2022-10-25 Thread Nux
See if there's anything you can get out of virt-top. There's a "batch mode" available as well as other handy parameters. --- Nux www.nux.ro On 2022-10-25 14:05, Piotr Pisz wrote: Hi, Is there any way to find vm which does nothing? Low consumption of cpu or io. Preferably from the bash le

way to find vm which does nothing

2022-10-25 Thread Piotr Pisz
Hi, Is there any way to find vm which does nothing? Low consumption of cpu or io. Preferably from the bash level, I did not find anything like that in cmk. What are your ways of doing this? To find and turn off vm that has been doing nothing for a long time? Of course, in a Cloudstack / KVM

Re: [PROPOSE] RM for CMK 6.3.0

2022-10-25 Thread Boris Stoyanov
Thanks, Everyone, please add you issues with Cloudmonkey as I’m planning to groom and triage the milestone. I’ll reach out to individuals to work on the issues resolution. Bobby. From: Rohit Yadav Date: Tuesday, 11 October 2022, 11:08 To: d...@cloudstack.apache.org , users@cloudstack.apache.

Re: cs_vlan_ip_range ansible automation not working

2022-10-25 Thread jordan j
Tried this: ngine_io.cloudstack.cs_vlan_ip_range: start_ip: 192.168.1.10 end_ip: 192.168.1.20 netmask: 255.255.255.0 gateway: 192.168.1.1 for_virtual_network: true physical_network: {{ zone.phyisical_network_with_management_label.id }} pod:

Re: cs_vlan_ip_range ansible automation not working

2022-10-25 Thread Wei ZHOU
I think you need to - add for_virtual_network=true - add physical_network (id of physical network which has traffic type 'Public') - remove network -Wei On Tue, 25 Oct 2022 at 09:32, jordan j wrote: > Hey everyone, > > Working on an ACS config deployed via ansible using ngine_io.cloudstack > mod

cs_vlan_ip_range ansible automation not working

2022-10-25 Thread jordan j
Hey everyone, Working on an ACS config deployed via ansible using ngine_io.cloudstack modules (https://galaxy.ansible.com/ngine_io/cloudstack) I would like to deploy a secondary IP range in the management network only for the use of system vms, is it possible to accomplish this via those modules?

Re: VXLAN OpenVswitch

2022-10-25 Thread Vladimir Dombrovski
Hello Rémi/Wido/others, We've tested this integration, I can confirm it doesn't work, I believe it's missing: - Some way to implement VXLAN in the OVS Plugin - A new VXLAN script that provisions VXLANs on OVS instead of the host (/usr/share/cloudstack-common/scripts/vm/network/vnet/modifyvxlan.sh)