Bug 1750336

Summary: [OSP13] missing share block on uplink interface after reboot (workaround)
Product: Red Hat OpenStack Reporter: Saravanan KR <skramaja>
Component: os-net-configAssignee: Saravanan KR <skramaja>
Status: CLOSED ERRATA QA Contact: nlevinki <nlevinki>
Severity: medium Docs Contact:
Priority: medium    
Version: 13.0 (Queens)CC: bfournie, brault, cfontain, fbaudin, harsh.kotak, hbrock, jslagle, mburns, moshele, yrachman
Target Milestone: z9Keywords: OtherQA, Triaged, ZStream
Target Release: 13.0 (Queens)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: os-net-config-8.4.4-8.el7ost Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-11-07 14:02:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1653846, 1722635, 1731922    

Description Saravanan KR 2019-09-09 10:53:39 UTC
This bug was initially created as a copy of Bug #1733953

I am copying this bug because: 



Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Reload the driver to clean tc rules
2. tc q | grep ingress (should be empty)
3. enable SR-IOV on both port
4. move port to switchdev mode
5. Start the openvsiwtch
6. Add bond has ovs port
7. tc q | grep ingress (tc shared block apply on the bond0)
[root@overcloud-computesriov-0 ~]# tc q | grep ingress
qdisc ingress ffff: dev bond0 parent ffff:fff1 ----------------
qdisc ingress ffff: dev vxlan_sys_4789 parent ffff:fff1 ----------------
8.  add the ports to bond interface



Actual results:
tc q | grep ingress (tc shared block apply on the bond0)
[root@overcloud-computesriov-0 ~]# tc q | grep ingres
qdisc ingress ffff: dev bond0 parent ffff:fff1 ----------------
qdisc ingress ffff: dev vxlan_sys_4789 parent ffff:fff1 ----------------

Expected results:
[root@overcloud-computesriov-0 ~]# tc q | grep ingres
qdisc ingress ffff: dev bond0 parent ffff:fff1 ----------------
qdisc ingress ffff: dev vxlan_sys_4789 parent ffff:fff1 -----------
qdisc ingress ffff: dev enp3s0f0  parent ffff:fff1 ---------------- 
qdisc ingress ffff: dev enp3s0f1 parent ffff:fff1 -------------


Additional info:

Comment 8 Saravanan KR 2019-10-30 09:29:55 UTC
*** Bug 1730806 has been marked as a duplicate of this bug. ***

Comment 10 errata-xmlrpc 2019-11-07 14:02:10 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2019:3794