amitmvyas opened a new issue, #9694: URL: https://github.com/apache/cloudstack/issues/9694
<!-- Verify first that your issue/request is not already reported on GitHub. Also test if the latest release and main branch are affected too. Always add information AFTER of these HTML comments, but no need to delete the comments. --> ##### ISSUE TYPE <!-- Pick one below and delete the rest --> * Other ##### COMPONENT NAME <!-- Categorize the issue, e.g. API, VR, VPN, UI, etc. --> ~~~ UI ~~~ ##### CLOUDSTACK VERSION <!-- New line separated list of affected versions, commit ID for issues on main branch. --> ~~~ 4.19.1.1 ~~~ ##### CONFIGURATION <!-- Information about the configuration if relevant, e.g. basic network, advanced networking, etc. N/A otherwise --> Advance Network with following configuration. 1. 2 x 100G in Bond name "server_bond0" 2. 2 x 100G in Bond name "storage_bond0" 3. 1 x 1G Management NIC 4. server_bond0 is a trunk port with passing multiple VLANs 5. storage_bond0 is in access VLAN 6. below is the output of "**brctl show**" bridge name bridge id STP enabled interfaces **cloud0** 8000.3271cbfe51f6 no **internet_br0** 8000.723f8add10ca no internet4090 **management_br0** 8000.624ab6643d88 no enp33s0f0 **storage_br0** 8000.8a237b1368be no storage18 ##### OS / ENVIRONMENT <!-- Information about the environment if relevant, N/A otherwise --> Ubuntu 22.04.4 LTS and 24.04.4 LTS ##### SUMMARY <!-- Explain the problem/feature briefly --> While creating the Zone at Step No.4 -> Physical Network, I am providing following information. 1. Traffic types 2. Guest -> keeping it blank 3. Management -> management_br0 4. Public -> internet_br0 5. Storage -> internet_br0  ##### STEPS TO REPRODUCE <!-- For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate. For new features, show how the feature would be used. --> <!-- Paste example playbooks or commands between quotes below --> ~~~ I feel using the same kind of config you may be able to reproduce the problem. ~~~ <!-- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS <!-- What did you expect to happen when running the steps above? --> ~~~ Host should get added without any error message. ~~~ ##### ACTUAL RESULTS <!-- What actually happened? --> <!-- Paste verbatim command output between quotes below --> ~~~ Getting below error message and host goes in to **Alert** state. Incorrect Network setup on agent, Reinitialize agent after network names are setup, details : Can not find network: internet_br0 ~~~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org