cloudstack/plugins/hypervisors/kvm
Marcus Sorensen a65b584d18 Summary: Fix bridge parsing when bridge names are subsets of others
Detail: There are several places in the code that do a
"brctl show | grep bridgeName" or similar, which causes all sorts
of problems when you have for example a cloudVirBr50 and a
cloudVirBr5000. This patch attempts to stop relying on the output
of brctl, instead favoring sysfs and /sys/devices/virtual/net.
It cuts a lot of bash out altogether by using java File. It was
tested in my devcloud-kvm against current 4.0, as well as by the
customer reporting initial bug.

BUG-ID: CLOUDSTACK-938
Fix-For: 4.0.1
Signed-off-by: Marcus Sorensen <marcus@betterservers.com>
2013-01-18 18:28:08 -07:00
..
src/com/cloud/hypervisor/kvm Summary: Fix bridge parsing when bridge names are subsets of others 2013-01-18 18:28:08 -07:00
test/com/cloud/hypervisor/kvm/resource Another clean up for unnecessary parameter conn Clean up unused 2012-08-01 13:59:11 -07:00
.pydevproject License header updates for the plugins folder. 2012-08-03 09:07:43 -04:00
agent-descriptor.xml build kvm-agent.zip 2012-10-02 15:38:34 -07:00
pom.xml Summary: Get started with packaging cloud-agent 2013-01-07 22:18:01 +01:00