You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have an NVMe SSD connected using a USB NVMe adapter. I have the following in my collector.yaml to make scrutiny collector pass the right device type for the info and xall commands.
Expected behavior
The --device sat flag must not be passed when metrics_info_args / metrics_smart_args already contain an equivalent -d or --device flag.
Screenshots
N/A
Log Files
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
I have an NVMe SSD connected using a USB NVMe adapter. I have the following in my
collector.yaml
to make scrutiny collector pass the right device type for the info and xall commands.However, in the logs I see that an extra
--device sat
is also being passed and hence the command fails:Here is the output of scan, info and xall commands directly run on the container using
docker exec
:Here is the output without the
--device sat
flag for info and xall commands:Expected behavior
The
--device sat
flag must not be passed whenmetrics_info_args
/metrics_smart_args
already contain an equivalent-d
or--device
flag.Screenshots
N/A
Log Files
N/A
The text was updated successfully, but these errors were encountered: