Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
The FDP team is no longer accepting new bugs in Bugzilla. Please report your issues under FDP project in Jira. Thanks.

Bug 1700344

Summary: Openvswitch fails when running rmmod bridge
Product: Red Hat Enterprise Linux Fast Datapath Reporter: Timothy Redaelli <tredaelli>
Component: openvswitchAssignee: Timothy Redaelli <tredaelli>
openvswitch sub component: daemons and tools QA Contact: qding
Status: CLOSED INSUFFICIENT_DATA Docs Contact:
Severity: unspecified    
Priority: unspecified CC: atragler, ctrautma, fhallal, jhsiao
Version: FDP 18.11   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-11-29 17:01:03 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: 1700343    
Bug Blocks: 1699689    

Description Timothy Redaelli 2019-04-16 11:02:29 UTC
This bug was initially created as a copy of Bug #1699689

I am copying this bug because: 



Description of problem:
Openvswitch fails to start because of dependencies of bridge module during overcloud deploy of nodes with infiniband interfaces.

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

openvswitch-2.9.0-97.el7fdp.x86_64
Red Hat Openstack Platform 13

How reproducible:

Always

Steps to Reproduce:

run overcloud deploy with overcloud nodes with infiniband interfaces

Actual results:

Overcloud deploy fails because it is not able to communicate with overcloud nodes

Expected results:

Overcloud deploy should be able to communicate with overcloud nodes

Additional info:

Change rmmod to modprobe -r  in /usr/share/openvswitch/scripts/ovs-ctl
after this change the deployment was successful 

Unmodified 
#################
    fi
    action "removing bridge module" rmmod bridge || return 1

    # Try loading openvswitch again.
    insert_mods
################

modified
################

    fi
    action "removing bridge module" modprobe -r bridge || return 1

    # Try loading openvswitch again.
    insert_mods
################

Comment 1 Timothy Redaelli 2019-11-29 17:01:03 UTC
Close for the same season of Bug #1699689