cloudstack/scripts/vm/network/vnet
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
..
cloudstack_pluginlib.py adding distributed routing support for KVM OVS 2014-03-14 16:56:38 +05:30
modifyvlan.sh kvm: improved performance on creating VM (#2923) 2018-10-25 16:28:13 +05:30
modifyvxlan.sh CLOUDSTACK-4967 2013-10-29 15:34:39 -06:00
ovstunnel.py fix KVM plug-in for OVS tunnel network. Fix addreses two issues. 2014-04-25 15:02:17 +05:30