Handle NVMe devices behind bridges - #342
hoshinolina wants to merge 1 commit into
Conversation
Signed-off-by: Hoshino Lina <lina@lina.yt>
|
Fixed the DCO. |
|
I use Samsung T7 SSDs with Raspberry Pi 4s, and the metric I wanted from this exporter is The three drives:
There were no errors anywhere — the exporter reported the correct device count and The bug: the exporter detects these drives as NVMe, but does not collect the NVMe metrics, because they sit behind a USB bridge. smartctl reports both facts separately:
I built #279 reports the same failure on a Realtek bridge ( Environment: exporter (I used AI to help write this comment) |
NVMe devices behind USB bridges/etc might use a different interface, but still report the protocol as "NVMe". Also collect stats from those.