luganofer opened a new issue, #10007:
URL: https://github.com/apache/cloudstack/issues/10007
<!--
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 -->
* Bug Report
##### COMPONENT NAME
~~~
L2 Networks
~~~
##### CLOUDSTACK VERSION
<!--
New line separated list of affected versions, commit ID for issues on main
branch.
-->
~~~
4.19.1
~~~
##### CONFIGURATION
<!--
Information about the configuration if relevant, e.g. basic network,
advanced networking, etc. N/A otherwise
-->
~~~
Advance networking, VLANs and VMware ESXi 8.0.0 hypervisor
~~~
##### SUMMARY
<!-- Explain the problem/feature briefly -->
When the same VM is connected to two or more L2 networks, the secondary NIC
gets a different bandwidth (vmware traffic shapping) than the bandwidth of the
default NIC, even if all the L2 networks use the same network offer.
##### 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 -->
~~~
1) Have an L2 network offer configured with a network rate (Mb/s) different
from the global setting “Vm network throttling rate”(
vm.network.throttling.rate).
2) Create two or more L2 networks from the same network offer.
3) Connect the same VM to the two o more L2 networks.
~~~
<!-- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!-- What did you expect to happen when running the steps above? -->
~~~
All the NICs of the VM in question should have the same bandwidth allocated
(VMware Traffic Shapping).
~~~
##### ACTUAL RESULTS
<!-- What actually happened? -->
<!-- Paste verbatim command output between quotes below -->
~~~
The default NIC takes a different bandwidth value (VMware Traffic Shapping)
than the secondary NICs.
The default NIC gets a Traffic Shapping in VMware according to the value of
the global setting vm.network.throttling.rate while the secondary NIC(s) takes
the value of the network offer.
~~~
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]