Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1456830 Details for
Bug 1598461
[OVS] - Support setting a custom MTU on OVS host
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
terminal log of session to manual fix the issue
2018-07-05-ovs.txt (text/plain), 1.94 KB, created by
Dominik Holler
on 2018-07-05 19:05:30 UTC
(
hide
)
Description:
terminal log of session to manual fix the issue
Filename:
MIME Type:
Creator:
Dominik Holler
Created:
2018-07-05 19:05:30 UTC
Size:
1.94 KB
patch
obsolete
>[root@host0 ~]# ovs-vsctl show >ef457ee1-3df0-4c72-a7fc-a35648cc991f > Bridge "vdsmbr_zai3eNNZ" > Port "vdsmbr_zai3eNNZ" > Interface "vdsmbr_zai3eNNZ" > type: internal > Port "patch-7de91c36-2555-4e44-8425-7577f41a42bd-to-br-int" > Interface "patch-7de91c36-2555-4e44-8425-7577f41a42bd-to-br-int" > type: patch > options: {peer="patch-br-int-to-7de91c36-2555-4e44-8425-7577f41a42bd"} > Port "eth1" > Interface "eth1" > Port "mtu9000" > Interface "mtu9000" > type: internal > Bridge br-int > fail_mode: secure > Port "patch-br-int-to-7de91c36-2555-4e44-8425-7577f41a42bd" > Interface "patch-br-int-to-7de91c36-2555-4e44-8425-7577f41a42bd" > type: patch > options: {peer="patch-7de91c36-2555-4e44-8425-7577f41a42bd-to-br-int"} > Port "vnet0" > Interface "vnet0" > Port br-int > Interface br-int > type: internal > Port "ovn-479f4e-0" > Interface "ovn-479f4e-0" > type: geneve > options: {csum="true", key=flow, remote_ip="192.168.122.144"} > Bridge "vdsmbr_67GvFKyU" > Port "eth0" > Interface "eth0" > Port "vdsmbr_67GvFKyU" > Interface "vdsmbr_67GvFKyU" > type: internal > Port ovirtmgmt > Interface ovirtmgmt > type: internal > ovs_version: "2.9.0" >[root@host0 ~]# ovs-vsctl list-ports vdsmbr_zai3eNNZ >eth1 >mtu9000 >patch-7de91c36-2555-4e44-8425-7577f41a42bd-to-br-int >[root@host0 ~]# ovs-vsctl get Interface eth1 mtu >1500 >[root@host0 ~]# ovs-vsctl get Interface mtu9000 mtu >1500 >[root@host0 ~]# ovs-vsctl get Interface patch-7de91c36-2555-4e44-8425-7577f41a42bd-to-br-int mtu >[] >[root@host0 ~]# ovs-vsctl set int eth1 mtu_request=9000 >[root@host0 ~]# ovs-vsctl get Interface mtu9000 mtu >9000 >[root@host0 ~]# ovs-vsctl get Interface eth1 mtu >9000 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1598461
:
1456786
| 1456830 |
1475884
|
1475886