cloudstack/scripts
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
..
installer CLOUDSTACK-10196: Remove ejb-api 3.0 dependency (#2348) 2017-12-18 23:59:06 +05:30
network CLOUDSTACK-9993: Securing Agents Communications (#2239) 2017-08-28 12:15:11 +02:00
storage kvm: Fixes #2868 libvirt resize notify failure (#2878) 2018-10-05 18:35:09 +05:30
util ca: Fixes #2530 have all IPs from KVM host in issued X509 cert 2018-05-04 12:37:23 +05:30
vm kvm: improved performance on creating VM (#2923) 2018-10-25 16:28:13 +05:30