Bug 1385818 - Ovs packet mirroring between hosts seems to trigger unexpected reboots [NEEDINFO]
Summary: Ovs packet mirroring between hosts seems to trigger unexpected reboots
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openvswitch
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Linux
high
high
Target Milestone: ---
: ---
Assignee: Flavio Leitner
QA Contact: Ofer Blaut
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-17 18:14 UTC by nalmond
Modified: 2020-02-14 18:01 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-03-07 14:40:24 UTC
Target Upstream Version:
fleitner: needinfo? (nalmond)


Attachments (Terms of Use)

Description nalmond 2016-10-17 18:14:58 UTC
Description of problem:
After setting up a gre tunnel to mirror traffic between instances running on separate compute nodes, the compute node reboots unexpectedly about 10 minutes later.

Version-Release number of selected component (if applicable):
openvswitch-2.4.0-1.el7.x86_64

How reproducible:
Has happened on 2 compute nodes in the same environment

Steps to Reproduce:
1. Use the following commands to set up a gre tunnel
2. Observe reboot

ovs-vsctl add-port br-monitor gre1 -- set interface gre1 type=gre options:remote_ip=<ip> options:key=2000

ovs-vsctl -- add Bridge br-int mirrors @m -- --id=@host1 get Port qvo6b8906b1-50 -- --id=@vasi get Port gre1 -- --id=@m create Mirror name=mirror select-src-port=@host1 select-dst-port=@host1 output-port=@vasi

Actual results:
Compute node reboots shortly (about 10 minutes) after applying this

Expected results:
No reboot, traffic is mirrored between hosts


Note You need to log in before you can comment on or make changes to this bug.