<div dir="ltr"><div dir="ltr">Hi Erlon,</div><div dir="ltr"><br><div>There was a bug with setting QoS on a network but it had been fixed long ago.</div><div><a href="https://bugs.launchpad.net/neutron/+bug/1851362">https://bugs.launchpad.net/neutron/+bug/1851362</a>  or <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1934096">https://bugzilla.redhat.com/show_bug.cgi?id=1934096</a><br></div><div>At least in our downstream CI we do not observe such issues with QoS+OVN. </div><div><br></div><div>From the commands I see that you apply the QoS rule on the external network, right?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Nov 23, 2021 at 12:39 PM Erlon Cruz <<a href="mailto:sombrafam@gmail.com">sombrafam@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Roman,<div><br></div><div>Forgot to add that detail, since I run the same routine in a non-ovn deployment and it worked. But this is how I did it:</div><div><br></div><div><font face="monospace">openstack network qos policy list<br>openstack network qos policy create bw-limiter<br>openstack network qos rule create --type bandwidth-limit --max-kbps 512 --max-burst-kbits 512 --egress bw-limiter<br>openstack network qos rule create --type bandwidth-limit --max-kbps 512 --max-burst-kbits 512 --ingress bw-limiter<br>openstack network set --qos-policy bw-limiter ext_net<br></font></div><div><br></div><div>I didn't set it in the port though, which is something I should do. I'll set it in the port too for testing but I think the above should</div><div>work regardless.</div><div><br></div><div>Erlon</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em seg., 22 de nov. de 2021 às 18:45, Roman Safronov <<a href="mailto:rsafrono@redhat.com" target="_blank">rsafrono@redhat.com</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">Hi Erlon,</div><div dir="ltr"><br></div><div dir="ltr">I have a couple of questions that probably will help to understand the issue better.<br><div>Have you applied the QoS rules on a port, network or floating ip?</div><div>Have you applied the QoS rules before starting the VM (before it's port is active) or after?</div><div><br></div><div>Thanks</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 22, 2021 at 10:53 PM Erlon Cruz <<a href="mailto:sombrafam@gmail.com" target="_blank">sombrafam@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi folks,<div><br></div><div>I have a question related to the Neutron supportability of OVN+QoS. I have checked the config reference for both </div><div>Victoria and Xena<a href="https://docs.openstack.org/neutron/xena/admin/config-qos.html" target="_blank">[1]</a><a href="https://docs.openstack.org/neutron/xena/admin/config-qos.html" target="_blank">[2]</a> and they are shown as supported (bw limit, eggress/ingress), but I tried to set up an env</div><div>with OVN+QoS but the rules are not being effective (VMs still download at maximum speed). I double-checked</div><div>the configuration in the neutron API and it brings the QoS settings<a href="https://gist.github.com/sombrafam/f8434c0505ed4dd3f912574e7ccebb82" target="_blank">[3]</a><a href="https://gist.github.com/sombrafam/785beb10f20439c4e50eb633f294ae82" target="_blank">[4]</a><a href="https://gist.github.com/sombrafam/b171a38d8cd16bd4dc77cfee3916dccd" target="_blank">[5]</a>, and the versions<a href="https://gist.github.com/sombrafam/5d098daa1df3f116d599c09c96eab173" target="_blank">[6]</a><a href="https://gist.github.com/sombrafam/d51102e3a32be5dc8ca03d7a23b6a998" target="_blank">[7]</a> I'm using should support it.</div><div><br></div><div>What makes me more confused is that there's a document<a href="https://docs.openstack.org/neutron/xena/ovn/gaps.html" target="_blank">[8]</a><a href="https://docs.openstack.org/neutron/victoria/ovn/gaps.html" target="_blank">[9]</a> with a gap analysis of the OVN vs OVS QoS functionality</div><div>and the document *is* being updated over the releases, but it still shows that QoS is not supported in OVN. </div><div><br></div><div>So, is there something I'm missing?</div><div><br></div><div>Erlon </div><div>_______________</div><div>[1] <a href="https://docs.openstack.org/neutron/victoria/admin/config-qos.html" target="_blank">https://docs.openstack.org/neutron/victoria/admin/config-qos.html</a><br></div><div>[2] <a href="https://docs.openstack.org/neutron/xena/admin/config-qos.html" target="_blank">https://docs.openstack.org/neutron/xena/admin/config-qos.html</a></div><div>[3] QoS Config: <a href="https://gist.github.com/sombrafam/f8434c0505ed4dd3f912574e7ccebb82" target="_blank">https://gist.github.com/sombrafam/f8434c0505ed4dd3f912574e7ccebb82</a></div><div>[4] neutron.conf: <a href="https://gist.github.com/sombrafam/785beb10f20439c4e50eb633f294ae82" target="_blank">https://gist.github.com/sombrafam/785beb10f20439c4e50eb633f294ae82</a></div><div>[5] ml2_conf.ini: <a href="https://gist.github.com/sombrafam/b171a38d8cd16bd4dc77cfee3916dccd" target="_blank">https://gist.github.com/sombrafam/b171a38d8cd16bd4dc77cfee3916dccd</a></div><div>[6] neutron-api-0 versions: <a href="https://gist.github.com/sombrafam/5d098daa1df3f116d599c09c96eab173" target="_blank">https://gist.github.com/sombrafam/5d098daa1df3f116d599c09c96eab173</a></div><div>[7] nova-compute-0 versions: <a href="https://gist.github.com/sombrafam/d51102e3a32be5dc8ca03d7a23b6a998" target="_blank">https://gist.github.com/sombrafam/d51102e3a32be5dc8ca03d7a23b6a998</a></div><div>[8] Gaps from ML2/OVS-OVN Xena: <a href="https://docs.openstack.org/neutron/xena/ovn/gaps.html" target="_blank">https://docs.openstack.org/neutron/xena/ovn/gaps.html</a></div><div>[9] Gaps from ML2/OVS-OVN Victoria: <a href="https://docs.openstack.org/neutron/victoria/ovn/gaps.html" target="_blank">https://docs.openstack.org/neutron/victoria/ovn/gaps.html</a><br></div><div><br></div><div><br></div></div>
</blockquote></div><br clear="all"><div><br></div><div dir="ltr"><div dir="ltr"><div style="color:rgb(0,0,0);font-family:RedHatText,sans-serif;font-size:medium;margin-top:12px"></div></div></div></div>
</blockquote></div>
</blockquote></div><br clear="all"><div><br></div><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div style="color:rgb(0,0,0);font-family:RedHatText,sans-serif;font-size:medium;margin-top:12px"></div></div></div></div>