scanned devices aren't de-duped wrt config-specified
Author: kaysondCreated Sep 16, 2026Updated Sep 16, 2026
if a user specifies something like /dev/disk/by-path/... (which can be preferable) that links to /dev/sda, then both make it into the final devices list because we look up by path string. this would cause two inserts of data on the same drive for a given collector run
Source: AnalogJ/scrutiny