Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1750337

Summary: [OSP14] 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, cfontain, fbaudin, hbrock, jslagle, mburns
Target Milestone: z4Keywords: OtherQA, Triaged, ZStream
Target Release: 14.0 (Rocky)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: os-net-config-9.3.1-0.20190513134526.9ed8760.el7ost Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-11-06 16:48:54 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:

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

I am copying this bug because: 



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 3 errata-xmlrpc 2019-11-06 16:48:54 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:3745