Arion: Fix nvme drive not being recognized by smartctl --scan

When attaching NVMe devices using `--device=/dev/nvme..`, make sure to provide the device controller (`/dev/nvme0`)
instead of the block device (`/dev/nvme0n1`)
This commit is contained in:
GHOSCHT 2024-06-15 10:08:52 +02:00
parent d1b633b086
commit 13b0e7593e
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -79,7 +79,7 @@
"scrutiny_db:/opt/scrutiny/influxdb"
];
devices = [
"/dev/nvme0n1"
"/dev/nvme0"
"/dev/sda"
"/dev/sdb"
"/dev/sdc"