]> git.proxmox.com Git - pve-common.git/commitdiff
Fix #132: hold a lock while setting up vlan bridges
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 13 Jun 2016 12:31:09 +0000 (14:31 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 21 Jun 2016 13:01:30 +0000 (15:01 +0200)
It's possible for two simultaneous VM starts to try to
create vlan bridges on non-vlan-aware bridges
simultaneously, which causes one of them to fail with the
error "can't add bridge ...".


No differences found