Missing vmbr0 in drop-down list

montag451

New Member
Apr 27, 2022
3
0
1
Hi,
After upgrading to Proxmox 7.1 (from Proxmox 6.4), I can't attach new VMs to the vmbr0 bridge using account other than root@pam. Only SDN networks are available in the bridge drop-down list. It seems that the problem is in PVE/API2/Network.pm on line 255. As vmbr0 is not a vnet the function can_access_vnet always fails and vmbr0 is removed from the list returned by the function.
 
thanks for the report! it also breaks if the user doesn't have access to any vnets, and even if no vnets are defined (but SDN package installed).
 
Last edited:
Thx for your quick response! Do you know how long it will take to have a new version of pve-manager package?
 
no guarantees ;) but you can apply the patch locally (reverting to the packaged version with apt install --reinstall pve-manager if something fails) if you need it sooner.