Bug 1312022 - Infiniband devices don't show up under networking in Cockpit
Summary: Infiniband devices don't show up under networking in Cockpit
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: cockpit
Version: 7.2
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Dominik Perpeet
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-25 14:29 UTC by marc skinner
Modified: 2016-12-13 22:15 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-12-13 22:15:10 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description marc skinner 2016-02-25 14:29:28 UTC
Description of problem:

When looking at my system via the Cockpit application, under networking, no Infiniband devices are listed, displayed or monitored.  My current system has 2 active Infiniband devices, ib0 and ib1.  Neither are accounted for.


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

cockpit-0.93-3.el7.x86_64

How reproducible:

I'm running RHEL 7.2.latest with a 2 port Meallanox MT25208 InfiniHost III Ex card configured with IpoB.  Cockpit doesn't display any information about them.


Steps to Reproduce:
1.  Install Cockpit and start
2.  Log into Cockpit and go to Networking tab
3.  Observer zero Infiniband information

Actual results:

Zero Infiniband information displayed/captured/monitored


Expected results:

Both Infiniband devices would be listed/displayed/monitored just like the other networking devices.


Additional info:

example Infiniband ifcfg-ib0 configuration:


DEVICE=ib0
ONBOOT=yes
IPADDR=192.168.X.Y
NETMASK=255.255.255.0
BOOTPROTO=static
NM_CONTROLLED=no
CONNECTED_MODE=yes
MTU=65520
TYPE=InfiniBand
IPV6INIT=no
USERCTL=no


lspci | grep -i infini
01:00.0 InfiniBand: Mellanox Technologies MT25208 InfiniHost III Ex (Tavor compatibility mode) (rev 20)

Comment 2 Marius Vollmer 2016-08-04 14:37:12 UTC
This PR should improve things:

    https://github.com/cockpit-project/cockpit/pull/4825

It doesn't add explicit support for Infiniband, but rather lets Cockpit handle unknown interface types better.  This allows us to show them all, without fear that Cockpit will mess them up too badly.

Comment 3 Dominik Perpeet 2016-12-13 22:15:10 UTC
This change went into Cockpit 118 and was released with RHEL 7.3.


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