• v7.6 bb1218ddd4

    Fix GPU inventory: exclude BMC virtual VGA, show real NVIDIA model names

    mchus released this 2026-04-10 13:57:26 +03:00 | 206 commits to main since this release

    Two issues:

    1. BMC/management VGA chips (e.g. Huawei iBMC Hi171x, ASPEED) were included
      in GPU inventory because shouldIncludePCIeDevice only checked the PCI class,
      not the device name. Added a name-based filter for known BMC/management
      patterns when the class is VGA/display/3d.

    2. New NVIDIA GPUs (e.g. RTX PRO 6000 Blackwell, device ID 2bb5) showed as
      "Device 2bb5" because lspci's database lags behind. Added "name" to the
      nvidia-smi query and use it to override dev.Model during enrichment.

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads