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:
parent
d1b633b086
commit
13b0e7593e
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
||||||
"scrutiny_db:/opt/scrutiny/influxdb"
|
"scrutiny_db:/opt/scrutiny/influxdb"
|
||||||
];
|
];
|
||||||
devices = [
|
devices = [
|
||||||
"/dev/nvme0n1"
|
"/dev/nvme0"
|
||||||
"/dev/sda"
|
"/dev/sda"
|
||||||
"/dev/sdb"
|
"/dev/sdb"
|
||||||
"/dev/sdc"
|
"/dev/sdc"
|
||||||
|
|
Loading…
Reference in a new issue