cloudstack/scripts/vm/network
alexanderbazhenoff a87acf93d8 kvm: improved performance on creating VM (#2923)
Improved performance on creating VM for KVM virtualization.

On a huge hosts every "ifconfig | grep" takes a lot of time (about 2.5-3 minutes on hosts with 500 machines). For example: ip link show dev $vlanDev > /dev/null is faster than ifconfig |grep -w $vlanDev > /dev/null. But using ip command is much better. Using this patch you can create 500s machine in 10 seconds. You don't need slow ifconfig prints anymore.
2018-10-25 16:28:13 +05:30
..
vnet kvm: improved performance on creating VM (#2923) 2018-10-25 16:28:13 +05:30
ovs-pvlan-cleanup.sh Implement PVLAN on Xen 2013-05-01 13:23:08 -07:00
ovs-pvlan-dhcp-host.sh PVLAN: Optimize pvlan scripts 2013-05-06 17:51:33 -07:00
ovs-pvlan-vm.sh CLOUDSTACK-2775: Fix trunk port is not 1 on some hosts 2013-06-04 11:32:23 -07:00
security_group.py network: Fix security groups for CentOS (#2590) 2018-04-23 16:54:03 +02:00