Bug 1376069

Summary: pick-up fix for Nexus threads prematurely terminating sessions
Product: Red Hat OpenStack Reporter: caboucha
Component: openstack-neutronAssignee: Assaf Muller <amuller>
Status: CLOSED NOTABUG QA Contact: Toni Freger <tfreger>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 9.0 (Mitaka)CC: amuller, chrisw, nyechiel, srevivo, tfreger
Target Milestone: ---   
Target Release: 10.0 (Newton)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Cause: Same as Bug 1376063 Consequence: Fix: Result:
Story Points: ---
Clone Of: 1376063 Environment:
Last Closed: 2016-09-14 15:40:15 UTC Type: Bug
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: 1376063, 1376073, 1376076, 1376077, 1376080, 1376081, 1376086    
Bug Blocks:    

Description caboucha 2016-09-14 15:01:24 UTC
+++ This bug was initially created as a clone of Bug #1376063 +++

Description of problem:
Please incorporate the Nexus MD ML2 Plugin Solution for OSP9:
https://review.openstack.org/#/c/358817/

There exists a neutron process with both a Nexus replay thread and a config thread. These threads share the same ssh session. When they are talking to Nexus at the same time, I saw one thread closing the nexus ssh session before the other thread was complete resulting in unexpected errors.

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

How reproducible:
Very much so with scale and replay configured

Steps to Reproduce:
1. Scale Ml2 Port traffic
2. Replay configured in ml2_conf_cisco.ini file (switch_heartbeat_time = 30)
3.

Actual results:


Expected results:


Additional info:

Comment 1 caboucha 2016-09-14 15:20:09 UTC
Apologies but the following is the correct patchset for Mitaka OSP9
Review: https://review.openstack.org/349748