Hi, I'm setting up a lab environment with 1-host 1 management server in Cloudstack.
I'm facing issues with the system VMs not starting, I fixed multiple issues but this one got me: Process [59640] for command [/usr/share/cloudstack-common/scripts/vm/network/vnet/modifyvlan.sh -v 100 -p -b br-100 -o add ] encountered the error: [ls: cannot access '/sys/class/net//brif/': No such file or directoryCommand line is not complete. Try option "help"ls: cannot access '/sys/class/net//brif/': No such file or directoryFailed to add vlan: br-100.100 to ]. I want to use VLAN 100 in my network but at no point Cloudstack asked me from which interface, I tried adding that manually under "update traffic labels" but still that made no difference. That script is failing because the parent interface from which the VLAN subinterface has to be created cannot be found, yet I don't see where to specify it. Any ideas?