Opened 7 years ago
Closed 10 months ago
#1190 closed enhancement (fixed)
smartd not writing attributes (-A) for NVMe devices
| Reported by: | fishfox | Owned by: | Christian Franke |
|---|---|---|---|
| Priority: | minor | Milestone: | Release 7.5 |
| Component: | smartd | Version: | 7.2 |
| Keywords: | nvme | Cc: | Konstantin Shalygin, cemysce |
Description
Running FreeBSD 11.2-RELEASE, steps to reproduce below:
smartd.conf:
DEVICESCAN -a -o on -S on -s (S/../.././02|L/../../6/03) -W 4,35,40 -m root
smartd flags:
smartd -c /usr/local/etc/smartd.conf -p /var/run/smartd.pid -A /var/log/smartd/ -i 600
/var/log/smartd/ contains attribute logs all my SATA drives, but not my NVMe drives.
If I do smartclt -a /dev/nvme0 I get expected output, and smartd sends alerts as normal (temp etc.) for the NVMe devices.
In short, the sole issue is that the attribute log fails to be written.
Thanks!
Change History (6)
comment:1 by , 7 years ago
| Component: | all → smartd |
|---|---|
| Milestone: | → unscheduled |
| Summary: | smartd not writing attributes (-A) for NVMe devices on FreeBSD → smartd not writing attributes (-A) for NVMe devices |
| Type: | defect → enhancement |
comment:2 by , 5 years ago
| Cc: | added |
|---|---|
| Keywords: | nvme added |
| Version: | 7.0 → 7.2 |
comment:3 by , 5 years ago
This feature will be implemented? It's not surprise today to see host with NVMe-only drives"
comment:4 by , 3 years ago
| Cc: | added |
|---|
comment:5 by , 10 months ago
| Milestone: | unscheduled → Release 7.5 |
|---|---|
| Owner: | set to |
| Status: | new → accepted |
Note:
See TracTickets
for help on using tickets.

Option
-Ais not yet implemented for NVMe devices.