boagent
boagent copied to clipboard
Disks : get hardware disks really connected to the host, not just the one we detect from the partition table
Problem / Use case
We detect disks from the partition table, but this could hide hardware if there is either a software or an hardware RAID
Solution
Scan for devices in /dev or /sys/bock and categorize them
cc @neywat
Searching for all drives, bailing out "/boot" associated drive lookup. Removing the need for /proc/partitions parsing.