Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1621993

Summary: lshw -json returns invalid json
Product: Red Hat Enterprise Linux 7 Reporter: Han Han <hhan>
Component: lshwAssignee: lijiang
Status: CLOSED DUPLICATE QA Contact: Mike Gahagan <mgahagan>
Severity: high Docs Contact:
Priority: high    
Version: 7.6CC: bugs, chhu, danken, dyuan, hhan, jiyan, mburman, meili, michal.skrivanek, pmyers, salmy, skozina, xuzhang, yalzhang, yanqzhan
Target Milestone: pre-dev-freezeKeywords: TestBlocker
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: 2018-12-14 16:16:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Network RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1653509    
Attachments:
Description Flags
The backtraces generated by abrt none

Description Han Han 2018-08-24 06:06:28 UTC
Created attachment 1478399 [details]
The backtraces generated by abrt

Description of problem:
As subject

Version-Release number of selected component (if applicable):
vdsm-4.20.37-1.el7ev.x86_64
libvirt-4.5.0-7.virtcov.el7.x86_64
mom-0.5.12-1.el7ev.noarch

How reproducible:
100%

Steps to Reproduce:
1. Install vdsm on host
2. Add datacenter and cluster for host in RHV, add the host to RHV but failed
3. Try to manually start vdsmd but failed:
# systemctl restart vdsmd
A dependency job for vdsmd.service failed. See 'journalctl -xe' for details.

# journalctl -xe
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: dpdk_devices = _get_dpdk_devices()
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: File "/usr/lib/python2.7/site-packages/vdsm/common/cache.py", line 41, in __call__
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: value = self.func(*args)
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: File "/usr/lib/python2.7/site-packages/vdsm/network/link/dpdk.py", line 111, in _get_dpdk_devic
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: devices = _lshw_command()
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: File "/usr/lib/python2.7/site-packages/vdsm/network/link/dpdk.py", line 127, in _lshw_command
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: return _normalize_lshw_result(out)
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: File "/usr/lib/python2.7/site-packages/vdsm/network/link/dpdk.py", line 182, in _normalize_lshw
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: return json.loads('[' + result + ']')
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: File "/usr/lib64/python2.7/json/__init__.py", line 338, in loads
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: return _default_decoder.decode(s)
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: File "/usr/lib64/python2.7/json/decoder.py", line 366, in decode
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: obj, end = self.raw_decode(s, idx=_w(s, 0).end())
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: File "/usr/lib64/python2.7/json/decoder.py", line 382, in raw_decode
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com systemd[1]: supervdsmd.service: main process exited, code=exited, status=1/FAILURE
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: obj, end = self.scan_once(s, idx)
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: ValueError: Expecting , delimiter: line 11 column 8 (char 252)
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: Traceback (most recent call last):
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: File "/usr/lib64/python2.7/multiprocessing/util.py", line 268, in _run_finalizers
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: finalizer()
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: File "/usr/lib64/python2.7/multiprocessing/util.py", line 201, in __call__
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: res = self._callback(*self._args, **self._kwargs)
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com daemonAdapter[16892]: OSError: [Errno 2] No such file or directory: '/var/run/vdsm/svdsm.sock'
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com systemd[1]: Unit supervdsmd.service entered failed state.
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com systemd[1]: supervdsmd.service failed.
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com systemd[1]: supervdsmd.service holdoff time over, scheduling restart.
Aug 24 02:00:43 amd-pike-06.khw.lab.eng.bos.redhat.com systemd[1]: Stopped Auxiliary vdsm service for running helper functions as root.
-- Subject: Unit supervdsmd.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel

# abrt-cli ls
# abrt-cli ls
id 8f608b5bd69646c9c48ccb053838889085fb9682
reason:         decoder.py:382:raw_decode:ValueError: Expecting , delimiter: line 11 column 8 (char 252)
time:           Fri 24 Aug 2018 01:46:49 AM EDT
cmdline:        /usr/bin/python2 /usr/share/vdsm/supervdsmd --sockfile /var/run/vdsm/svdsm.sock
package:        vdsm-4.20.37-1.el7ev
uid:            0 (root)
count:          2
Directory:      /var/spool/abrt/Python-2018-08-24-01:46:49-13053
Run 'abrt-cli report /var/spool/abrt/Python-2018-08-24-01:46:49-13053' for creating a case in Red Hat Customer Portal

The Autoreporting feature is disabled. Please consider enabling it by issuing
'abrt-auto-reporting enabled' as a user with root privileges

Actual results:
As above

Expected results:
Vdsmd started

Additional info:
The backtraces generated by abrt is compressed in the attachment.

Comment 1 Han Han 2018-08-24 06:07:28 UTC
This blocks our system testing on libvirt. Please fix it ASAP

Comment 2 Michal Skrivanek 2018-08-25 04:54:26 UTC
Possibly a change in lshw output used by DPDK. Are you testing RHEL 7.6?

Comment 3 Han Han 2018-08-27 04:50:58 UTC
(In reply to Michal Skrivanek from comment #2)
> Possibly a change in lshw output used by DPDK. Are you testing RHEL 7.6?

Sure. I tested it on RHEL 7.6.
lshw version:
lshw-B.02.19-0.1.20180614git028f6b2.beaker.1.el7bkr.x86_64

lshw result:
amd-5200-4-1.englab.nay.redhat.com
    description: Desktop Computer
    product: OptiPlex 740 Enhanced
    vendor: Dell Inc.
    serial: H77GM2X
    width: 64 bits
    capabilities: smbios-2.4 dmi-2.4 smp vsyscall32
    configuration: boot=normal chassis=desktop uuid=44454C4C-3700-1037-8047-C8C04F4D3258
  *-core
       description: Motherboard
       product: 0D197D
       vendor: Dell Inc.
       physical id: 0
       version: A02
       serial: ..CN7082192SE02T.
     *-firmware
          description: BIOS
          vendor: Dell Inc.
          physical id: 1
          version: 2.1.9
          date: 12/04/2008
          size: 128KiB
          capacity: 512KiB
          capabilities: isa pci pnp apm upgrade shadowing cdboot bootselect socketedrom edd int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb biosbootspecification netboot
     *-cpu
          description: CPU
          product: AMD Athlon(tm) 64 X2 Dual Core Processor 5200+
          vendor: Advanced Micro Devices [AMD]
          physical id: 2
          bus info: cpu@0
          version: AMD Athlon(tm) 64 X2 Dual Core Processor 5200+
          slot: Socket M2
          size: 2700MHz
          capacity: 3GHz
          width: 64 bits
          clock: 1GHz
          capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp x86-64 3dnowext 3dnow art rep_good nopl extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowprefetch retpoline_amd vmmcall lbrv cpufreq
        *-cache:0
             description: L1 cache
             physical id: 10
             slot: Internal Cache
             size: 128KiB
             capacity: 128KiB
             capabilities: synchronous internal write-back
             configuration: level=1
        *-cache:1
             description: L2 cache
             physical id: 11
             slot: Internal Cache
             size: 1MiB
             capacity: 1MiB
             capabilities: synchronous internal write-back unified
             configuration: level=2
     *-memory:0
          description: System Memory
          physical id: 31
          slot: System board or motherboard
          size: 4GiB
        *-bank:0
             description: DIMM Synchronous [empty]
             vendor: FFFFFFFFFFFFFFFF
             physical id: 0
             serial: FFFFFFFF
             slot: DIMM_4
             width: 64 bits
        *-bank:1
             description: DIMM Synchronous [empty]
             vendor: FFFFFFFFFFFFFFFF
             physical id: 1
             serial: FFFFFFFF
             slot: DIMM_3
             width: 64 bits
        *-bank:2
             description: DIMM DDR2 Synchronous 800 MHz (1.2 ns)
             product: HMP125U6EFR8C-S6
             vendor: Hynix Semiconductor (Hyundai Electronics)
             physical id: 2
             serial: 00003028
             slot: DIMM_2
             size: 2GiB
             width: 64 bits
             clock: 800MHz (1.2ns)
        *-bank:3
             description: DIMM DDR2 Synchronous 800 MHz (1.2 ns)
             product: HMP125U6EFR8C-S6
             vendor: Hynix Semiconductor (Hyundai Electronics)
             physical id: 3
             serial: 0000102E
             slot: DIMM_1
             size: 2GiB
             width: 64 bits
             clock: 800MHz (1.2ns)
     *-memory:1 UNCLAIMED
          description: RAM memory
          product: C51 Host Bridge
          vendor: NVIDIA Corporation
          physical id: 0
          bus info: pci@0000:00:00.0
          version: a2
          width: 32 bits
          clock: 66MHz (15.2ns)
          capabilities: ht bus_master cap_list
          configuration: latency=0
     *-memory:2 UNCLAIMED
          description: RAM memory
          product: C51 Memory Controller 0
          vendor: NVIDIA Corporation
          physical id: 0.1
          bus info: pci@0000:00:00.1
          version: a2
          width: 32 bits
          clock: 66MHz (15.2ns)
          configuration: latency=0
     *-memory:3 UNCLAIMED
          description: RAM memory
          product: C51 Memory Controller 1
          vendor: NVIDIA Corporation
          physical id: 0.2
          bus info: pci@0000:00:00.2
          version: a2
          width: 32 bits
          clock: 66MHz (15.2ns)
          configuration: latency=0
     *-memory:4 UNCLAIMED
          description: RAM memory
          product: C51 Memory Controller 5
          vendor: NVIDIA Corporation
          physical id: 0.3
          bus info: pci@0000:00:00.3
          version: a2
          width: 32 bits
          clock: 66MHz (15.2ns)
          configuration: latency=0
     *-memory:5 UNCLAIMED
          description: RAM memory
          product: C51 Memory Controller 4
          vendor: NVIDIA Corporation
          physical id: 0.4
          bus info: pci@0000:00:00.4
          version: a2
          width: 32 bits
          clock: 66MHz (15.2ns)
          capabilities: bus_master
          configuration: latency=0
     *-memory:6 UNCLAIMED
          description: RAM memory
          product: C51 Host Bridge
          vendor: NVIDIA Corporation
          physical id: 0.5
          bus info: pci@0000:00:00.5
          version: a2
          width: 32 bits
          clock: 66MHz (15.2ns)
          capabilities: bus_master cap_list
          configuration: latency=0
     *-memory:7 UNCLAIMED
          description: RAM memory
          product: C51 Memory Controller 3
          vendor: NVIDIA Corporation
          physical id: 0.6
          bus info: pci@0000:00:00.6
          version: a2
          width: 32 bits
          clock: 66MHz (15.2ns)
          configuration: latency=0
     *-memory:8 UNCLAIMED
          description: RAM memory
          product: C51 Memory Controller 2
          vendor: NVIDIA Corporation
          physical id: 0.7
          bus info: pci@0000:00:00.7
          version: a2
          width: 32 bits
          clock: 66MHz (15.2ns)
          configuration: latency=0
     *-pci:0
          description: PCI bridge
          product: C51 PCI Express Bridge
          vendor: NVIDIA Corporation
          physical id: 100
          bus info: pci@0000:00:02.0
          version: a1
          width: 32 bits
          clock: 33MHz
          capabilities: pci pm msi ht pciexpress normal_decode bus_master cap_list
          configuration: driver=pcieport
          resources: irq:24 ioport:a000(size=4096) memory:fd800000-fd8fffff ioport:fd700000(size=1048576)
     *-pci:1
          description: PCI bridge
          product: C51 PCI Express Bridge
          vendor: NVIDIA Corporation
          physical id: 3
          bus info: pci@0000:00:03.0
          version: a1
          width: 32 bits
          clock: 33MHz
          capabilities: pci pm msi ht pciexpress normal_decode bus_master cap_list
          configuration: driver=pcieport
          resources: irq:25 ioport:8000(size=4096) memory:fde00000-fdefffff ioport:fdd00000(size=1048576)
        *-network
             description: Ethernet interface
             product: NetXtreme BCM5754 Gigabit Ethernet PCI Express
             vendor: Broadcom Limited
             physical id: 0
             bus info: pci@0000:02:00.0
             logical name: enp2s0
             version: 02
             serial: 00:22:19:30:22:e3
             size: 1Gbit/s
             capacity: 1Gbit/s
             width: 64 bits
             clock: 33MHz
             capabilities: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
             configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.137 duplex=full firmware=5754-v3.15 ip=10.66.148.29 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
             resources: irq:27 memory:fdef0000-fdefffff
     *-pci:2
          description: PCI bridge
          product: C51 PCI Express Bridge
          vendor: NVIDIA Corporation
          physical id: 4
          bus info: pci@0000:00:04.0
          version: a1
          width: 32 bits
          clock: 33MHz
          capabilities: pci pm msi ht pciexpress normal_decode bus_master cap_list
          configuration: driver=pcieport
          resources: irq:26 ioport:b000(size=4096) memory:fdc00000-fdcfffff ioport:fd900000(size=1048576)
     *-display
          description: VGA compatible controller
          product: C51 [GeForce 6150 LE]
          vendor: NVIDIA Corporation
          physical id: 5
          bus info: pci@0000:00:05.0
          version: a2
          width: 64 bits
          clock: 66MHz
          capabilities: pm msi vga_controller bus_master cap_list rom
          configuration: driver=nouveau latency=0
          resources: irq:16 memory:fc000000-fcffffff memory:e0000000-efffffff memory:fb000000-fbffffff memory:f4000000-f401ffff
     *-memory:9 UNCLAIMED
          description: RAM memory
          product: MCP51 Host Bridge
          vendor: NVIDIA Corporation
          physical id: 9
          bus info: pci@0000:00:09.0
          version: a2
          width: 32 bits
          clock: 66MHz (15.2ns)
          capabilities: ht bus_master cap_list
          configuration: latency=0
     *-isa
          description: ISA bridge
          product: MCP51 LPC Bridge
          vendor: NVIDIA Corporation
          physical id: 101
          bus info: pci@0000:00:0a.0
          version: a3
          width: 32 bits
          clock: 66MHz
          capabilities: isa bus_master
          configuration: latency=0
          resources: ioport:c000(size=256)
     *-serial
          description: SMBus
          product: MCP51 SMBus
          vendor: NVIDIA Corporation
          physical id: a.1
          bus info: pci@0000:00:0a.1
          version: a3
          width: 32 bits
          clock: 66MHz
          capabilities: pm cap_list
          configuration: driver=nForce2_smbus latency=0
          resources: irq:10 ioport:1c00(size=64) ioport:1c40(size=64)
     *-memory:10 UNCLAIMED
          description: RAM memory
          product: MCP51 Memory Controller 0
          vendor: NVIDIA Corporation
          physical id: a.2
          bus info: pci@0000:00:0a.2
          version: a3
          width: 32 bits
          clock: 66MHz (15.2ns)
          configuration: latency=0
     *-usb:0
          description: USB controller
          product: MCP51 USB Controller
          vendor: NVIDIA Corporation
          physical id: b
          bus info: pci@0000:00:0b.0
          version: a3
          width: 32 bits
          clock: 66MHz
          capabilities: pm ohci bus_master cap_list
          configuration: driver=ohci-pci latency=0 maxlatency=1 mingnt=3
          resources: irq:23 memory:fe02f000-fe02ffff
        *-usbhost
             product: OHCI PCI host controller
             vendor: Linux 3.10.0-933.el7.x86_64 ohci_hcd
             physical id: 1
             bus info: usb@2
             logical name: usb2
             version: 3.10
             capabilities: usb-1.10
             configuration: driver=hub slots=8 speed=12Mbit/s
           *-usb
                description: Keyboard
                product: Avocent DSRIQ-USB
                vendor: Avocent
                physical id: 6
                bus info: usb@2:6
                version: 1.00
                capabilities: usb-1.10
                configuration: driver=usbhid maxpower=100mA speed=2Mbit/s
     *-usb:1
          description: USB controller
          product: MCP51 USB Controller
          vendor: NVIDIA Corporation
          physical id: b.1
          bus info: pci@0000:00:0b.1
          version: a3
          width: 32 bits
          clock: 66MHz
          capabilities: debug pm ehci bus_master cap_list
          configuration: driver=ehci-pci latency=0 maxlatency=1 mingnt=3
          resources: irq:22 memory:fe02e000-fe02e0ff
        *-usbhost
             product: EHCI Host Controller
             vendor: Linux 3.10.0-933.el7.x86_64 ehci_hcd
             physical id: 1
             bus info: usb@1
             logical name: usb1
             version: 3.10
             capabilities: usb-2.00
             configuration: driver=hub slots=8 speed=480Mbit/s
     *-ide:0
          description: IDE interface
          product: MCP51 Serial ATA Controller
          vendor: NVIDIA Corporation
          physical id: e
          bus info: pci@0000:00:0e.0
          logical name: scsi0
          logical name: scsi1
          version: a1
          width: 32 bits
          clock: 66MHz
          capabilities: ide pm msi ht pci_native_mode bus_master cap_list emulated
          configuration: driver=sata_nv latency=0 maxlatency=1 mingnt=3
          resources: irq:21 ioport:9f0(size=8) ioport:bf0(size=4) ioport:970(size=8) ioport:b70(size=4) ioport:e000(size=16) memory:fe02d000-fe02dfff
        *-disk
             description: ATA Disk
             product: WDC WD2500AAJS-7
             vendor: Western Digital
             physical id: 0
             bus info: scsi@0:0.0.0
             logical name: /dev/sda
             version: 3E01
             serial: WD-WMAV23813183
             size: 232GiB (250GB)
             capabilities: partitioned partitioned:dos
             configuration: ansiversion=5 logicalsectorsize=512 sectorsize=512 signature=00049972
           *-volume:0 UNCLAIMED
                description: Linux filesystem partition
                physical id: 1
                bus info: scsi@0:0.0.0,1
                capacity: 1GiB
                capabilities: primary bootable
           *-volume:1
                description: Linux LVM Physical Volume partition
                physical id: 2
                bus info: scsi@0:0.0.0,2
                logical name: /dev/sda2
                serial: wxnOLz-w31B-0dTs-Xbdx-Fmka-RnOm-Xga3rm
                size: 231GiB
                capacity: 231GiB
                capabilities: primary multi lvm2
        *-cdrom
             description: DVD reader
             product: DVD-ROM DH-16D3S
             vendor: PLDS
             physical id: 1
             bus info: scsi@1:0.0.0
             logical name: /dev/cdrom
             logical name: /dev/sr0
             version: SD11
             capabilities: removable audio dvd
             configuration: ansiversion=5 status=nodisc
     *-ide:1
          description: IDE interface
          product: MCP51 Serial ATA Controller
          vendor: NVIDIA Corporation
          physical id: f
          bus info: pci@0000:00:0f.0
          version: a1
          width: 32 bits
          clock: 66MHz
          capabilities: ide pm msi ht pci_native_mode bus_master cap_list
          configuration: driver=sata_nv latency=0 maxlatency=1 mingnt=3
          resources: irq:20 ioport:9e0(size=8) ioport:be0(size=4) ioport:960(size=8) ioport:b60(size=4) ioport:cc00(size=16) memory:fe02c000-fe02cfff
     *-pci:3
          description: PCI bridge
          product: MCP51 PCI Bridge
          vendor: NVIDIA Corporation
          physical id: 10
          bus info: pci@0000:00:10.0
          version: a2
          width: 32 bits
          clock: 66MHz
          capabilities: pci ht subtractive_decode bus_master cap_list
          resources: ioport:9000(size=4096) memory:fdb00000-fdbfffff memory:fda00000-fdafffff
     *-multimedia
          description: Audio device
          product: MCP51 High Definition Audio
          vendor: NVIDIA Corporation
          physical id: 10.1
          bus info: pci@0000:00:10.1
          version: a2
          width: 32 bits
          clock: 66MHz
          capabilities: pm msi ht bus_master cap_list
          configuration: driver=snd_hda_intel latency=0 maxlatency=5 mingnt=2
          resources: irq:23 memory:fe024000-fe027fff
     *-pci:4
          description: Host bridge
          product: K8 [Athlon64/Opteron] HyperTransport Technology Configuration
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 102
          bus info: pci@0000:00:18.0
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:5
          description: Host bridge
          product: K8 [Athlon64/Opteron] Address Map
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 103
          bus info: pci@0000:00:18.1
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:6
          description: Host bridge
          product: K8 [Athlon64/Opteron] DRAM Controller
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 104
          bus info: pci@0000:00:18.2
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:7
          description: Host bridge
          product: K8 [Athlon64/Opteron] Miscellaneous Control
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 105
          bus info: pci@0000:00:18.3
          version: 00
          width: 32 bits
          clock: 33MHz
          configuration: driver=k8temp
          resources: irq:0
     *-pnp00:00
          product: Motherboard registers
          physical id: 6
          capabilities: pnp
          configuration: driver=system
     *-pnp00:01
          product: Motherboard registers
          physical id: 7
          capabilities: pnp
          configuration: driver=system
     *-pnp00:02
          product: AT Real-Time Clock
          physical id: 8
          capabilities: pnp
          configuration: driver=rtc_cmos
     *-pnp00:03
          product: 16550A-compatible COM port
          physical id: a
          capabilities: pnp
          configuration: driver=serial
     *-pnp00:04
          product: Standard LPT printer port
          physical id: c
          capabilities: pnp
          configuration: driver=parport_pc
     *-pnp00:05
          product: Motherboard registers
          physical id: d
          capabilities: pnp
          configuration: driver=system
     *-pnp00:06
          product: System Board
          physical id: 11
          capabilities: pnp
          configuration: driver=system

Comment 4 Dan Kenigsberg 2018-08-29 07:45:38 UTC
Please share your output of `lshw -json`.

Comment 5 Red Hat Bugzilla Rules Engine 2018-08-29 07:45:44 UTC
This bug report has Keywords: Regression or TestBlocker.
Since no regressions or test blockers are allowed between releases, it is also being identified as a blocker for this release. Please resolve ASAP.

Comment 6 Dan Kenigsberg 2018-08-29 07:51:52 UTC
Would you please retry with a version of lshw from RHEL-7.6. It seems that you are using a beaker-specific version that is less interesting.

Comment 7 Michael Burman 2018-08-29 08:07:15 UTC
Add rhel 7.6 host works for me with:
lshw-B.02.18-12.el7.x86_64
3.10.0-933.el7.x86_64

vdsmd is running

Comment 8 Han Han 2018-08-29 08:15:06 UTC
My lshw version is lshw-B.02.19-0.1.20180614git028f6b2.beaker.1.el7bkr.x86_64.
Here is the `lshw -json` output:
[
{
  "id" : "amd-5200-4-1.englab.nay.redhat.com",
  "class" : "system",
  "claimed" : true,
  "handle" : "DMI:0003",
  "description" : "Desktop Computer",
  "product" : "OptiPlex 740 Enhanced",
  "vendor" : "Dell Inc.",
  "serial" : "H77GM2X",
  "width" : 64,
  "configuration" : {
    "boot" : "normal",
    "chassis" : "desktop",
    "uuid" : "44454C4C-3700-1037-8047-C8C04F4D3258"
  },
  "capabilities" : {
    "smbios-2.4" : "SMBIOS version 2.4",
    "dmi-2.4" : "DMI version 2.4",
    "smp" : "Symmetric Multi-Processing",
    "vsyscall32" : "32-bit processes"
  }    {
      "id" : "core",
      "class" : "bus",
      "claimed" : true,
      "handle" : "DMI:0008",
      "description" : "Motherboard",
      "product" : "0D197D",
      "vendor" : "Dell Inc.",
      "physid" : "0",
      "version" : "A02",
      "serial" : "..CN7082192SE02T."        {
          "id" : "firmware",
          "class" : "memory",
          "claimed" : true,
          "description" : "BIOS",
          "vendor" : "Dell Inc.",
          "physid" : "1",
          "version" : "2.1.9",
          "date" : "12/04/2008",
          "units" : "bytes",
          "size" : 131072,
          "capacity" : 524288,
          "capabilities" : {
            "isa" : "ISA bus",
            "pci" : "PCI bus",
            "pnp" : "Plug-and-Play",
            "apm" : "Advanced Power Management",
            "upgrade" : "BIOS EEPROM can be upgraded",
            "shadowing" : "BIOS shadowing",
            "cdboot" : "Booting from CD-ROM/DVD",
            "bootselect" : "Selectable boot path",
            "socketedrom" : "BIOS ROM is socketed",
            "edd" : "Enhanced Disk Drive extensions",
            "int13floppy360" : "5.25\" 360KB floppy",
            "int13floppy1200" : "5.25\" 1.2MB floppy",
            "int13floppy720" : "3.5\" 720KB floppy",
            "int13floppy2880" : "3.5\" 2.88MB floppy",
            "int5printscreen" : "Print Screen key",
            "int9keyboard" : "i8042 keyboard controller",
            "int14serial" : "INT14 serial line control",
            "int17printer" : "INT17 printer control",
            "int10video" : "INT10 CGA/Mono video",
            "acpi" : "ACPI",
            "usb" : "USB legacy emulation",
            "biosbootspecification" : "BIOS boot specification",
            "netboot" : "Function-key initiated network service boot"
          }
        },
        {
          "id" : "cpu",
          "class" : "processor",
          "claimed" : true,
          "handle" : "DMI:000A",
          "description" : "CPU",
          "product" : "AMD Athlon(tm) 64 X2 Dual Core Processor 5200+",
          "vendor" : "Advanced Micro Devices [AMD]",
          "physid" : "2",
          "businfo" : "cpu@0",
          "version" : "AMD Athlon(tm) 64 X2 Dual Core Processor 5200+",
          "slot" : "Socket M2",
          "units" : "Hz",
          "size" : 2700000000,
          "capacity" : 3000000000,
          "width" : 64,
          "clock" : 1000000000,
          "capabilities" : {
            "fpu" : "mathematical co-processor",
            "fpu_exception" : "FPU exceptions reporting",
            "wp" : true,
            "vme" : "virtual mode extensions",
            "de" : "debugging extensions",
            "pse" : "page size extensions",
            "tsc" : "time stamp counter",
            "msr" : "model-specific registers",
            "pae" : "4GB+ memory addressing (Physical Address Extension)",
            "mce" : "machine check exceptions",
            "cx8" : "compare and exchange 8-byte",
            "apic" : "on-chip advanced programmable interrupt controller (APIC)",
            "sep" : "fast system calls",
            "mtrr" : "memory type range registers",
            "pge" : "page global enable",
            "mca" : "machine check architecture",
            "cmov" : "conditional move instruction",
            "pat" : "page attribute table",
            "pse36" : "36-bit page size extensions",
            "clflush" : true,
            "mmx" : "multimedia extensions (MMX)",
            "fxsr" : "fast floating point save/restore",
            "sse" : "streaming SIMD extensions (SSE)",
            "sse2" : "streaming SIMD extensions (SSE2)",
            "ht" : "HyperThreading",
            "syscall" : "fast system calls",
            "nx" : "no-execute bit (NX)",
            "mmxext" : "multimedia extensions (MMXExt)",
            "fxsr_opt" : true,
            "rdtscp" : true,
            "x86-64" : "64bits extensions (x86-64)",
            "3dnowext" : "multimedia extensions (3DNow!Ext)",
            "3dnow" : "multimedia extensions (3DNow!)",
            "art" : true,
            "rep_good" : true,
            "nopl" : true,
            "extd_apicid" : true,
            "pni" : true,
            "cx16" : true,
            "lahf_lm" : true,
            "cmp_legacy" : true,
            "svm" : true,
            "extapic" : true,
            "cr8_legacy" : true,
            "3dnowprefetch" : true,
            "retpoline_amd" : true,
            "vmmcall" : true,
            "lbrv" : true,
            "cpufreq" : "CPU Frequency scaling"
          }            {
              "id" : "cache:0",
              "class" : "memory",
              "claimed" : true,
              "handle" : "DMI:0010",
              "description" : "L1 cache",
              "physid" : "10",
              "slot" : "Internal Cache",
              "units" : "bytes",
              "size" : 131072,
              "capacity" : 131072,
              "configuration" : {
                "level" : "1"
              },
              "capabilities" : {
                "synchronous" : "Synchronous",
                "internal" : "Internal",
                "write-back" : "Write-back"
              }
            },
            {
              "id" : "cache:1",
              "class" : "memory",
              "claimed" : true,
              "handle" : "DMI:0011",
              "description" : "L2 cache",
              "physid" : "11",
              "slot" : "Internal Cache",
              "units" : "bytes",
              "size" : 1048576,
              "capacity" : 1048576,
              "configuration" : {
                "level" : "2"
              },
              "capabilities" : {
                "synchronous" : "Synchronous",
                "internal" : "Internal",
                "write-back" : "Write-back",
                "unified" : "Unified cache"
              }
            },

        },
        {
          "id" : "memory:0",
          "class" : "memory",
          "claimed" : true,
          "handle" : "DMI:0031",
          "description" : "System Memory",
          "physid" : "31",
          "slot" : "System board or motherboard",
          "units" : "bytes",
          "size" : 4294967296            {
              "id" : "bank:0",
              "class" : "memory",
              "claimed" : true,
              "handle" : "DMI:0032",
              "description" : "DIMM Synchronous [empty]",
              "vendor" : "FFFFFFFFFFFFFFFF",
              "physid" : "0",
              "serial" : "FFFFFFFF",
              "slot" : "DIMM_4",
              "width" : 64
            },
            {
              "id" : "bank:1",
              "class" : "memory",
              "claimed" : true,
              "handle" : "DMI:0033",
              "description" : "DIMM Synchronous [empty]",
              "vendor" : "FFFFFFFFFFFFFFFF",
              "physid" : "1",
              "serial" : "FFFFFFFF",
              "slot" : "DIMM_3",
              "width" : 64
            },
            {
              "id" : "bank:2",
              "class" : "memory",
              "claimed" : true,
              "handle" : "DMI:0034",
              "description" : "DIMM DDR2 Synchronous 800 MHz (1.2 ns)",
              "product" : "HMP125U6EFR8C-S6",
              "vendor" : "Hynix Semiconductor (Hyundai Electronics)",
              "physid" : "2",
              "serial" : "00003028",
              "slot" : "DIMM_2",
              "units" : "bytes",
              "size" : 2147483648,
              "width" : 64,
              "clock" : 800000000
            },
            {
              "id" : "bank:3",
              "class" : "memory",
              "claimed" : true,
              "handle" : "DMI:0035",
              "description" : "DIMM DDR2 Synchronous 800 MHz (1.2 ns)",
              "product" : "HMP125U6EFR8C-S6",
              "vendor" : "Hynix Semiconductor (Hyundai Electronics)",
              "physid" : "3",
              "serial" : "0000102E",
              "slot" : "DIMM_1",
              "units" : "bytes",
              "size" : 2147483648,
              "width" : 64,
              "clock" : 800000000
            },

        },
        {
          "id" : "memory:1",
          "class" : "memory",
          "handle" : "PCI:0000:00:00.0",
          "description" : "RAM memory",
          "product" : "C51 Host Bridge",
          "vendor" : "NVIDIA Corporation",
          "physid" : "0",
          "businfo" : "pci@0000:00:00.0",
          "version" : "a2",
          "width" : 32,
          "clock" : 66000000,
          "configuration" : {
            "latency" : "0"
          },
          "capabilities" : {
            "ht" : "HyperTransport",
            "bus_master" : "bus mastering",
            "cap_list" : "PCI capabilities listing"
          }
        },
        {
          "id" : "memory:2",
          "class" : "memory",
          "handle" : "PCI:0000:00:00.1",
          "description" : "RAM memory",
          "product" : "C51 Memory Controller 0",
          "vendor" : "NVIDIA Corporation",
          "physid" : "0.1",
          "businfo" : "pci@0000:00:00.1",
          "version" : "a2",
          "width" : 32,
          "clock" : 66000000,
          "configuration" : {
            "latency" : "0"
          }
        },
        {
          "id" : "memory:3",
          "class" : "memory",
          "handle" : "PCI:0000:00:00.2",
          "description" : "RAM memory",
          "product" : "C51 Memory Controller 1",
          "vendor" : "NVIDIA Corporation",
          "physid" : "0.2",
          "businfo" : "pci@0000:00:00.2",
          "version" : "a2",
          "width" : 32,
          "clock" : 66000000,
          "configuration" : {
            "latency" : "0"
          }
        },
        {
          "id" : "memory:4",
          "class" : "memory",
          "handle" : "PCI:0000:00:00.3",
          "description" : "RAM memory",
          "product" : "C51 Memory Controller 5",
          "vendor" : "NVIDIA Corporation",
          "physid" : "0.3",
          "businfo" : "pci@0000:00:00.3",
          "version" : "a2",
          "width" : 32,
          "clock" : 66000000,
          "configuration" : {
            "latency" : "0"
          }
        },
        {
          "id" : "memory:5",
          "class" : "memory",
          "handle" : "PCI:0000:00:00.4",
          "description" : "RAM memory",
          "product" : "C51 Memory Controller 4",
          "vendor" : "NVIDIA Corporation",
          "physid" : "0.4",
          "businfo" : "pci@0000:00:00.4",
          "version" : "a2",
          "width" : 32,
          "clock" : 66000000,
          "configuration" : {
            "latency" : "0"
          },
          "capabilities" : {
            "bus_master" : "bus mastering"
          }
        },
        {
          "id" : "memory:6",
          "class" : "memory",
          "handle" : "PCI:0000:00:00.5",
          "description" : "RAM memory",
          "product" : "C51 Host Bridge",
          "vendor" : "NVIDIA Corporation",
          "physid" : "0.5",
          "businfo" : "pci@0000:00:00.5",
          "version" : "a2",
          "width" : 32,
          "clock" : 66000000,
          "configuration" : {
            "latency" : "0"
          },
          "capabilities" : {
            "bus_master" : "bus mastering",
            "cap_list" : "PCI capabilities listing"
          }
        },
        {
          "id" : "memory:7",
          "class" : "memory",
          "handle" : "PCI:0000:00:00.6",
          "description" : "RAM memory",
          "product" : "C51 Memory Controller 3",
          "vendor" : "NVIDIA Corporation",
          "physid" : "0.6",
          "businfo" : "pci@0000:00:00.6",
          "version" : "a2",
          "width" : 32,
          "clock" : 66000000,
          "configuration" : {
            "latency" : "0"
          }
        },
        {
          "id" : "memory:8",
          "class" : "memory",
          "handle" : "PCI:0000:00:00.7",
          "description" : "RAM memory",
          "product" : "C51 Memory Controller 2",
          "vendor" : "NVIDIA Corporation",
          "physid" : "0.7",
          "businfo" : "pci@0000:00:00.7",
          "version" : "a2",
          "width" : 32,
          "clock" : 66000000,
          "configuration" : {
            "latency" : "0"
          }
        },
        {
          "id" : "pci:0",
          "class" : "bridge",
          "claimed" : true,
          "handle" : "PCIBUS:0000:01",
          "description" : "PCI bridge",
          "product" : "C51 PCI Express Bridge",
          "vendor" : "NVIDIA Corporation",
          "physid" : "100",
          "businfo" : "pci@0000:00:02.0",
          "version" : "a1",
          "width" : 32,
          "clock" : 33000000,
          "configuration" : {
            "driver" : "pcieport"
          },
          "capabilities" : {
            "pci" : true,
            "pm" : "Power Management",
            "msi" : "Message Signalled Interrupts",
            "ht" : "HyperTransport",
            "pciexpress" : "PCI Express",
            "normal_decode" : true,
            "bus_master" : "bus mastering",
            "cap_list" : "PCI capabilities listing"
          }
        },
        {
          "id" : "pci:1",
          "class" : "bridge",
          "claimed" : true,
          "handle" : "PCIBUS:0000:02",
          "description" : "PCI bridge",
          "product" : "C51 PCI Express Bridge",
          "vendor" : "NVIDIA Corporation",
          "physid" : "3",
          "businfo" : "pci@0000:00:03.0",
          "version" : "a1",
          "width" : 32,
          "clock" : 33000000,
          "configuration" : {
            "driver" : "pcieport"
          },
          "capabilities" : {
            "pci" : true,
            "pm" : "Power Management",
            "msi" : "Message Signalled Interrupts",
            "ht" : "HyperTransport",
            "pciexpress" : "PCI Express",
            "normal_decode" : true,
            "bus_master" : "bus mastering",
            "cap_list" : "PCI capabilities listing"
          }            {
              "id" : "network",
              "class" : "network",
              "claimed" : true,
              "handle" : "PCI:0000:02:00.0",
              "description" : "Ethernet interface",
              "product" : "NetXtreme BCM5754 Gigabit Ethernet PCI Express",
              "vendor" : "Broadcom Limited",
              "physid" : "0",
              "businfo" : "pci@0000:02:00.0",
              "logicalname" : "enp2s0",
              "version" : "02",
              "serial" : "00:22:19:30:22:e3",
              "units" : "bit/s",
              "size" : 1000000000,
              "capacity" : 1000000000,
              "width" : 64,
              "clock" : 33000000,
              "configuration" : {
                "autonegotiation" : "on",
                "broadcast" : "yes",
                "driver" : "tg3",
                "driverversion" : "3.137",
                "duplex" : "full",
                "firmware" : "5754-v3.15",
                "ip" : "10.66.148.29",
                "latency" : "0",
                "link" : "yes",
                "multicast" : "yes",
                "port" : "twisted pair",
                "speed" : "1Gbit/s"
              },
              "capabilities" : {
                "pm" : "Power Management",
                "vpd" : "Vital Product Data",
                "msi" : "Message Signalled Interrupts",
                "pciexpress" : "PCI Express",
                "bus_master" : "bus mastering",
                "cap_list" : "PCI capabilities listing",
                "ethernet" : true,
                "physical" : "Physical interface",
                "tp" : "twisted pair",
                "10bt" : "10Mbit/s",
                "10bt-fd" : "10Mbit/s (full duplex)",
                "100bt" : "100Mbit/s",
                "100bt-fd" : "100Mbit/s (full duplex)",
                "1000bt" : "1Gbit/s",
                "1000bt-fd" : "1Gbit/s (full duplex)",
                "autonegotiation" : "Auto-negotiation"
              }
            },

        },
        {
          "id" : "pci:2",
          "class" : "bridge",
          "claimed" : true,
          "handle" : "PCIBUS:0000:03",
          "description" : "PCI bridge",
          "product" : "C51 PCI Express Bridge",
          "vendor" : "NVIDIA Corporation",
          "physid" : "4",
          "businfo" : "pci@0000:00:04.0",
          "version" : "a1",
          "width" : 32,
          "clock" : 33000000,
          "configuration" : {
            "driver" : "pcieport"
          },
          "capabilities" : {
            "pci" : true,
            "pm" : "Power Management",
            "msi" : "Message Signalled Interrupts",
            "ht" : "HyperTransport",
            "pciexpress" : "PCI Express",
            "normal_decode" : true,
            "bus_master" : "bus mastering",
            "cap_list" : "PCI capabilities listing"
          }
        },
        {
          "id" : "display",
          "class" : "display",
          "claimed" : true,
          "handle" : "PCI:0000:00:05.0",
          "description" : "VGA compatible controller",
          "product" : "C51 [GeForce 6150 LE]",
          "vendor" : "NVIDIA Corporation",
          "physid" : "5",
          "businfo" : "pci@0000:00:05.0",
          "version" : "a2",
          "width" : 64,
          "clock" : 66000000,
          "configuration" : {
            "driver" : "nouveau",
            "latency" : "0"
          },
          "capabilities" : {
            "pm" : "Power Management",
            "msi" : "Message Signalled Interrupts",
            "vga_controller" : true,
            "bus_master" : "bus mastering",
            "cap_list" : "PCI capabilities listing",
            "rom" : "extension ROM"
          }
        },
        {
          "id" : "memory:9",
          "class" : "memory",
          "handle" : "PCI:0000:00:09.0",
          "description" : "RAM memory",
          "product" : "MCP51 Host Bridge",
          "vendor" : "NVIDIA Corporation",
          "physid" : "9",
          "businfo" : "pci@0000:00:09.0",
          "version" : "a2",
          "width" : 32,
          "clock" : 66000000,
          "configuration" : {
            "latency" : "0"
          },
          "capabilities" : {
            "ht" : "HyperTransport",
            "bus_master" : "bus mastering",
            "cap_list" : "PCI capabilities listing"
          }
        },
        {
          "id" : "isa",
          "class" : "bridge",
          "claimed" : true,
          "handle" : "PCI:0000:00:0a.0",
          "description" : "ISA bridge",
          "product" : "MCP51 LPC Bridge",
          "vendor" : "NVIDIA Corporation",
          "physid" : "101",
          "businfo" : "pci@0000:00:0a.0",
          "version" : "a3",
          "width" : 32,
          "clock" : 66000000,
          "configuration" : {
            "latency" : "0"
          },
          "capabilities" : {
            "isa" : true,
            "bus_master" : "bus mastering"
          }
        },
        {
          "id" : "serial",
          "class" : "bus",
          "claimed" : true,
          "handle" : "PCI:0000:00:0a.1",
          "description" : "SMBus",
          "product" : "MCP51 SMBus",
          "vendor" : "NVIDIA Corporation",
          "physid" : "a.1",
          "businfo" : "pci@0000:00:0a.1",
          "version" : "a3",
          "width" : 32,
          "clock" : 66000000,
          "configuration" : {
            "driver" : "nForce2_smbus",
            "latency" : "0"
          },
          "capabilities" : {
            "pm" : "Power Management",
            "cap_list" : "PCI capabilities listing"
          }
        },
        {
          "id" : "memory:10",
          "class" : "memory",
          "handle" : "PCI:0000:00:0a.2",
          "description" : "RAM memory",
          "product" : "MCP51 Memory Controller 0",
          "vendor" : "NVIDIA Corporation",
          "physid" : "a.2",
          "businfo" : "pci@0000:00:0a.2",
          "version" : "a3",
          "width" : 32,
          "clock" : 66000000,
          "configuration" : {
            "latency" : "0"
          }
        },
        {
          "id" : "usb:0",
          "class" : "bus",
          "claimed" : true,
          "handle" : "PCI:0000:00:0b.0",
          "description" : "USB controller",
          "product" : "MCP51 USB Controller",
          "vendor" : "NVIDIA Corporation",
          "physid" : "b",
          "businfo" : "pci@0000:00:0b.0",
          "version" : "a3",
          "width" : 32,
          "clock" : 66000000,
          "configuration" : {
            "driver" : "ohci-pci",
            "latency" : "0",
            "maxlatency" : "1",
            "mingnt" : "3"
          },
          "capabilities" : {
            "pm" : "Power Management",
            "ohci" : "Open Host Controller Interface",
            "bus_master" : "bus mastering",
            "cap_list" : "PCI capabilities listing"
          }            {
              "id" : "usbhost",
              "class" : "bus",
              "claimed" : true,
              "handle" : "USB:2:1",
              "product" : "OHCI PCI host controller",
              "vendor" : "Linux 3.10.0-933.el7.x86_64 ohci_hcd",
              "physid" : "1",
              "businfo" : "usb@2",
              "logicalname" : "usb2",
              "version" : "3.10",
              "configuration" : {
                "driver" : "hub",
                "slots" : "8",
                "speed" : "12Mbit/s"
              },
              "capabilities" : {
                "usb-1.10" : "USB 1.1"
              }                {
                  "id" : "usb",
                  "class" : "input",
                  "claimed" : true,
                  "handle" : "USB:2:2",
                  "description" : "Keyboard",
                  "product" : "Avocent DSRIQ-USB",
                  "vendor" : "Avocent",
                  "physid" : "6",
                  "businfo" : "usb@2:6",
                  "version" : "1.00",
                  "configuration" : {
                    "driver" : "usbhid",
                    "maxpower" : "100mA",
                    "speed" : "2Mbit/s"
                  },
                  "capabilities" : {
                    "usb-1.10" : "USB 1.1"
                  }
                },

            },

        },
        {
          "id" : "usb:1",
          "class" : "bus",
          "claimed" : true,
          "handle" : "PCI:0000:00:0b.1",
          "description" : "USB controller",
          "product" : "MCP51 USB Controller",
          "vendor" : "NVIDIA Corporation",
          "physid" : "b.1",
          "businfo" : "pci@0000:00:0b.1",
          "version" : "a3",
          "width" : 32,
          "clock" : 66000000,
          "configuration" : {
            "driver" : "ehci-pci",
            "latency" : "0",
            "maxlatency" : "1",
            "mingnt" : "3"
          },
          "capabilities" : {
            "debug" : "Debug port",
            "pm" : "Power Management",
            "ehci" : "Enhanced Host Controller Interface (USB2)",
            "bus_master" : "bus mastering",
            "cap_list" : "PCI capabilities listing"
          }            {
              "id" : "usbhost",
              "class" : "bus",
              "claimed" : true,
              "handle" : "USB:1:1",
              "product" : "EHCI Host Controller",
              "vendor" : "Linux 3.10.0-933.el7.x86_64 ehci_hcd",
              "physid" : "1",
              "businfo" : "usb@1",
              "logicalname" : "usb1",
              "version" : "3.10",
              "configuration" : {
                "driver" : "hub",
                "slots" : "8",
                "speed" : "480Mbit/s"
              },
              "capabilities" : {
                "usb-2.00" : "USB 2.0"
              }
            },

        },
        {
          "id" : "ide:0",
          "class" : "storage",
          "claimed" : true,
          "handle" : "PCI:0000:00:0e.0",
          "description" : "IDE interface",
          "product" : "MCP51 Serial ATA Controller",
          "vendor" : "NVIDIA Corporation",
          "physid" : "e",
          "businfo" : "pci@0000:00:0e.0",
          "logicalname" : ["scsi0", "scsi1"],
          "version" : "a1",
          "width" : 32,
          "clock" : 66000000,
          "configuration" : {
            "driver" : "sata_nv",
            "latency" : "0",
            "maxlatency" : "1",
            "mingnt" : "3"
          },
          "capabilities" : {
            "ide" : true,
            "pm" : "Power Management",
            "msi" : "Message Signalled Interrupts",
            "ht" : "HyperTransport",
            "pci_native_mode" : "PCI native mode",
            "bus_master" : "bus mastering",
            "cap_list" : "PCI capabilities listing",
            "emulated" : "Emulated device"
          }            {
              "id" : "disk",
              "class" : "disk",
              "claimed" : true,
              "handle" : "SCSI:00:00:00:00",
              "description" : "ATA Disk",
              "product" : "WDC WD2500AAJS-7",
              "vendor" : "Western Digital",
              "physid" : "0",
              "businfo" : "scsi@0:0.0.0",
              "logicalname" : "/dev/sda",
              "dev" : "8:0",
              "version" : "3E01",
              "serial" : "WD-WMAV23813183",
              "units" : "bytes",
              "size" : 250000000000,
              "configuration" : {
                "ansiversion" : "5",
                "logicalsectorsize" : "512",
                "sectorsize" : "512",
                "signature" : "00049972"
              },
              "capabilities" : {
                "partitioned" : "Partitioned disk",
                "partitioned:dos" : "MS-DOS partition table"
              }                {
                  "id" : "volume:0",
                  "class" : "volume",
                  "description" : "Linux filesystem partition",
                  "physid" : "1",
                  "businfo" : "scsi@0:0.0.0,1",
                  "capacity" : 1073741824,
                  "capabilities" : {
                    "primary" : "Primary partition",
                    "bootable" : "Bootable partition (active)"
                  }
                },
                {
                  "id" : "volume:1",
                  "class" : "volume",
                  "claimed" : true,
                  "description" : "Linux LVM Physical Volume partition",
                  "physid" : "2",
                  "businfo" : "scsi@0:0.0.0,2",
                  "logicalname" : "/dev/sda2",
                  "dev" : "8:2",
                  "serial" : "wxnOLz-w31B-0dTs-Xbdx-Fmka-RnOm-Xga3rm",
                  "size" : 248924602368,
                  "capacity" : 248924602368,
                  "capabilities" : {
                    "primary" : "Primary partition",
                    "multi" : "Multi-volumes",
                    "lvm2" : true
                  }
                },

            },
            {
              "id" : "cdrom",
              "class" : "disk",
              "claimed" : true,
              "handle" : "SCSI:01:00:00:00",
              "description" : "DVD reader",
              "product" : "DVD-ROM DH-16D3S",
              "vendor" : "PLDS",
              "physid" : "1",
              "businfo" : "scsi@1:0.0.0",
              "logicalname" : ["/dev/cdrom", "/dev/sr0"],
              "dev" : "11:0",
              "version" : "SD11",
              "configuration" : {
                "ansiversion" : "5",
                "status" : "nodisc"
              },
              "capabilities" : {
                "removable" : "support is removable",
                "audio" : "Audio CD playback",
                "dvd" : "DVD playback"
              }
            },

        },
        {
          "id" : "ide:1",
          "class" : "storage",
          "claimed" : true,
          "handle" : "PCI:0000:00:0f.0",
          "description" : "IDE interface",
          "product" : "MCP51 Serial ATA Controller",
          "vendor" : "NVIDIA Corporation",
          "physid" : "f",
          "businfo" : "pci@0000:00:0f.0",
          "version" : "a1",
          "width" : 32,
          "clock" : 66000000,
          "configuration" : {
            "driver" : "sata_nv",
            "latency" : "0",
            "maxlatency" : "1",
            "mingnt" : "3"
          },
          "capabilities" : {
            "ide" : true,
            "pm" : "Power Management",
            "msi" : "Message Signalled Interrupts",
            "ht" : "HyperTransport",
            "pci_native_mode" : "PCI native mode",
            "bus_master" : "bus mastering",
            "cap_list" : "PCI capabilities listing"
          }
        },
        {
          "id" : "pci:3",
          "class" : "bridge",
          "claimed" : true,
          "handle" : "PCIBUS:0000:04",
          "description" : "PCI bridge",
          "product" : "MCP51 PCI Bridge",
          "vendor" : "NVIDIA Corporation",
          "physid" : "10",
          "businfo" : "pci@0000:00:10.0",
          "version" : "a2",
          "width" : 32,
          "clock" : 66000000,
          "capabilities" : {
            "pci" : true,
            "ht" : "HyperTransport",
            "subtractive_decode" : true,
            "bus_master" : "bus mastering",
            "cap_list" : "PCI capabilities listing"
          }
        },
        {
          "id" : "multimedia",
          "class" : "multimedia",
          "claimed" : true,
          "handle" : "PCI:0000:00:10.1",
          "description" : "Audio device",
          "product" : "MCP51 High Definition Audio",
          "vendor" : "NVIDIA Corporation",
          "physid" : "10.1",
          "businfo" : "pci@0000:00:10.1",
          "version" : "a2",
          "width" : 32,
          "clock" : 66000000,
          "configuration" : {
            "driver" : "snd_hda_intel",
            "latency" : "0",
            "maxlatency" : "5",
            "mingnt" : "2"
          },
          "capabilities" : {
            "pm" : "Power Management",
            "msi" : "Message Signalled Interrupts",
            "ht" : "HyperTransport",
            "bus_master" : "bus mastering",
            "cap_list" : "PCI capabilities listing"
          }
        },
        {
          "id" : "pci:4",
          "class" : "bridge",
          "claimed" : true,
          "handle" : "PCIBUS:0000:00",
          "description" : "Host bridge",
          "product" : "K8 [Athlon64/Opteron] HyperTransport Technology Configuration",
          "vendor" : "Advanced Micro Devices, Inc. [AMD]",
          "physid" : "102",
          "businfo" : "pci@0000:00:18.0",
          "version" : "00",
          "width" : 32,
          "clock" : 33000000
        },
        {
          "id" : "pci:5",
          "class" : "bridge",
          "claimed" : true,
          "handle" : "PCIBUS:0000:00",
          "description" : "Host bridge",
          "product" : "K8 [Athlon64/Opteron] Address Map",
          "vendor" : "Advanced Micro Devices, Inc. [AMD]",
          "physid" : "103",
          "businfo" : "pci@0000:00:18.1",
          "version" : "00",
          "width" : 32,
          "clock" : 33000000
        },
        {
          "id" : "pci:6",
          "class" : "bridge",
          "claimed" : true,
          "handle" : "PCIBUS:0000:00",
          "description" : "Host bridge",
          "product" : "K8 [Athlon64/Opteron] DRAM Controller",
          "vendor" : "Advanced Micro Devices, Inc. [AMD]",
          "physid" : "104",
          "businfo" : "pci@0000:00:18.2",
          "version" : "00",
          "width" : 32,
          "clock" : 33000000
        },
        {
          "id" : "pci:7",
          "class" : "bridge",
          "claimed" : true,
          "handle" : "PCIBUS:0000:00",
          "description" : "Host bridge",
          "product" : "K8 [Athlon64/Opteron] Miscellaneous Control",
          "vendor" : "Advanced Micro Devices, Inc. [AMD]",
          "physid" : "105",
          "businfo" : "pci@0000:00:18.3",
          "version" : "00",
          "width" : 32,
          "clock" : 33000000,
          "configuration" : {
            "driver" : "k8temp"
          }
        },
        {
          "id" : "pnp00:00",
          "class" : "system",
          "claimed" : true,
          "product" : "Motherboard registers",
          "physid" : "6",
          "configuration" : {
            "driver" : "system"
          },
          "capabilities" : {
            "pnp" : true
          }
        },
        {
          "id" : "pnp00:01",
          "class" : "system",
          "claimed" : true,
          "product" : "Motherboard registers",
          "physid" : "7",
          "configuration" : {
            "driver" : "system"
          },
          "capabilities" : {
            "pnp" : true
          }
        },
        {
          "id" : "pnp00:02",
          "class" : "system",
          "claimed" : true,
          "product" : "AT Real-Time Clock",
          "physid" : "8",
          "configuration" : {
            "driver" : "rtc_cmos"
          },
          "capabilities" : {
            "pnp" : true
          }
        },
        {
          "id" : "pnp00:03",
          "class" : "communication",
          "claimed" : true,
          "product" : "16550A-compatible COM port",
          "physid" : "a",
          "configuration" : {
            "driver" : "serial"
          },
          "capabilities" : {
            "pnp" : true
          }
        },
        {
          "id" : "pnp00:04",
          "class" : "printer",
          "claimed" : true,
          "product" : "Standard LPT printer port",
          "physid" : "c",
          "configuration" : {
            "driver" : "parport_pc"
          },
          "capabilities" : {
            "pnp" : true
          }
        },
        {
          "id" : "pnp00:05",
          "class" : "system",
          "claimed" : true,
          "product" : "Motherboard registers",
          "physid" : "d",
          "configuration" : {
            "driver" : "system"
          },
          "capabilities" : {
            "pnp" : true
          }
        },
        {
          "id" : "pnp00:06",
          "class" : "system",
          "claimed" : true,
          "product" : "System Board",
          "physid" : "11",
          "configuration" : {
            "driver" : "system"
          },
          "capabilities" : {
            "pnp" : true
          }
        },

    },

]

Comment 9 Edward Haas 2018-09-12 12:33:34 UTC
(In reply to Han Han from comment #8)
> My lshw version is
> lshw-B.02.19-0.1.20180614git028f6b2.beaker.1.el7bkr.x86_64.
> Here is the `lshw -json` output:

The output is not a valid json, I suggest you open a bug against lshw.

Comment 10 Han Han 2018-09-13 08:52:22 UTC
For lshw-B.02.19-0.1.20180614git028f6b2.beaker.1.el7bkr.1.x86_64.rpm, check json validation:
# lshw -json|json_verify                                                                                                                                            
parse error: after key and value, inside map, I expect ',' or '}'
                                        [ {   "id" : "lab.test.me",   
                     (right here) ------^
JSON is invalid

Comment 18 Mike Gahagan 2018-09-14 19:22:02 UTC
See https://bugzilla.redhat.com/show_bug.cgi?id=1205372#c15

for latest lshw json issues in 7.6 with version B.02.18-12.el7.x86_64

Comment 19 Stanislav Kozina 2018-09-14 22:32:44 UTC
Thanks for details Mike. Do you have any workaround in place, such as running lshw without -class option or running older version of lshw? We'd like to know this to decide if this is real rhe-7.6 blocker.
Do you know if this was working on previous in-RHEL version of lshw? Since bz1205372 was opened in 2015 I suspect it didn't and thus this is not a regression. Thanks!

Comment 23 lijiang 2018-11-16 05:37:50 UTC
This issue should be a duplicate bug. I suggest that we might close this bug and continue to discuss it in BZ#1205372.

Thanks.

Comment 24 Mike Gahagan 2018-12-14 16:16:49 UTC

*** This bug has been marked as a duplicate of bug 1205372 ***