Open
Description
Hello,
I am encountering an issue where metrics are not being collected for my sda and sdb disks. Currently, only my nvme0n1 disk is being captured by the metrics system.
Here is the output of the lsblk command from my system, which shows my disk configuration:
command : lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 14.6T 0 disk
├─sda1 8:1 0 14.6T 0 part
└─sda9 8:9 0 8M 0 part
sdb 8:16 0 14.6T 0 disk
├─sdb1 8:17 0 14.6T 0 part
└─sdb9 8:25 0 8M 0 part
nvme0n1 259:0 0 238.5G 0 disk
├─nvme0n1p1 259:1 0 1M 0 part
├─nvme0n1p2 259:2 0 2G 0 part /boot
└─nvme0n1p3 259:3 0 236.5G 0 part
└─ubuntu--vg-ubuntu--lv 253:0 0 236.5G 0 lvm /
As you can see from the lsblk output, I have sda, sdb, and nvme0n1 disks. However, in my metrics dashboard (or wherever I am viewing the metrics), I only see information for nvme0n1.
Could you please advise on how to make the metrics system recognize and collect data for sda and sdb disks as well? Also, if possible, could you explain why sda and sdb might be missing from the metrics currently?
Thank you for your help!