[QoS] QoS policy doesn't update rule after recreating net,route,instance and applying existing rule
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Mirantis OpenStack | Status tracked in 10.0.x | |||||
10.0.x |
Fix Committed
|
High
|
Ilya Chukhnakov | |||
9.x |
Fix Released
|
High
|
Ilya Chukhnakov |
Bug Description
Detailed bug description:
When I create router, net, VMs, policy and bandwidth rule and applying it on port - it is works correctly. But, when VMs, router, net was deleted and recreated - after applying policy on new just created port and updating bandwidth-
Steps to reproduce:
1. neutron net-create net01
2. neutron subnet-create net01 192.168.112.0/24 --name subnet01
3. neutron router-create router01
4. neutron router-
5. neutron router-
6. Net_ID=`neutron net-list | grep net01 | awk '{print $2}'`
7. nova boot --flavor m1.medium --image Ubuntu_
8. nova boot --flavor m1.medium --image Ubuntu_
9. neutron qos-policy-create bwlimiter
10. neutron qos-bandwidth-
11. Find Ubuntu-1 port
12. Update this port with qos-policy bwlimiter
13. Start iperf server on Ubuntu-2
14. Start iperf client on Ubuntu-1
15. Look at the traffic on Ubuntu-1. It is eq qos-policy bwlimiter
16. nova delete Ubuntu-1
17. nova delete Ubuntu-2
18. neutron router-
19. neutron router-
20. neutron net-delete net01
21. repeat steps 1-8
22. Find Ubuntu-1 port
24. Update this port with qos-policy bwlimiter
25. Start iperf server on Ubuntu-2
26. Start iperf client on Ubuntu-1
27. Look at the traffic on Ubuntu-1.
28. bandwidth-
29. Update bandwidth-
30. Look at the traffic on Ubuntu-1. It is not changed and equal 13000 instead of 20000
Expected results:
Traffic restriction must be equal bandwidth-
Actual result:
Traffic restriction equal bandwidth-
Additional information:
There is some logs from /var/log/
http://
Description of the environment:
fuel_build_id | 308 |
fuel_build_number | 308 |
fuel_release | 9.0 |
fuel_openstack_
Diagnostic snapshot - http://
description: | updated |
Changed in mos: | |
status: | New → Confirmed |
importance: | Undecided → High |
milestone: | none → 9.0 |
tags: | added: area-neutron |
tags: | added: on-verification |
Probably, the same bug in upstream: https:/ /bugs.launchpad .net/neutron/ +bug/1515533