Hello everyone, I am on latest OMV 6 version (6.4.5-1 Shaitan) and in Home > Storage > S.M.A.R.T. > Devices there is no vendor appearing for my NVMe disk.
The disk is a boot disk, correctly identified and mounted as /dev/nvme0 but for some reason, there's no vendor displayed. Is this a problem with the SMART data for my NVMe disk or a minor bug of how OMV6 parses data?
$ sudo smartctl -x /dev/nvme0
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-6.1.0-0.deb11.7-amd64] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Number: WD Blue SN570 1TB
Serial Number: <REMOVED>
Firmware Version: 234110WD
PCI Vendor/Subsystem ID: 0x15b7
IEEE OUI Identifier: 0x001b44
Total NVM Capacity: 1,000,204,886,016 [1.00 TB]
Unallocated NVM Capacity: 0
Controller ID: 0
NVMe Version: 1.4
Number of Namespaces: 1
Namespace 1 Size/Capacity: 1,000,204,886,016 [1.00 TB]
Namespace 1 Formatted LBA Size: 512
Namespace 1 IEEE EUI-64: 001b44 8b4a63565b
Local Time is: Sun Jun 25 16:17:22 2023 CEST
Firmware Updates (0x14): 2 Slots, no Reset required
Optional Admin Commands (0x0017): Security Format Frmw_DL Self_Test
Optional NVM Commands (0x005f): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp
Log Page Attributes (0x1e): Cmd_Eff_Lg Ext_Get_Lg Telmtry_Lg Pers_Ev_Lg
Maximum Data Transfer Size: 128 Pages
Warning Comp. Temp. Threshold: 80 Celsius
Critical Comp. Temp. Threshold: 85 Celsius
Namespace 1 Features (0x02): NA_Fields
Supported Power States
St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat
0 + 4.20W 3.70W - 0 0 0 0 0 0
1 + 2.70W 2.30W - 0 0 0 0 0 0
2 + 1.90W 1.80W - 0 0 0 0 0 0
3 - 0.0250W - - 3 3 3 3 3900 11000
4 - 0.0050W - - 4 4 4 4 5000 44000
Supported LBA Sizes (NSID 0x1)
Id Fmt Data Metadt Rel_Perf
0 + 512 0 2
1 - 4096 0 1
=== START OF SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
SMART/Health Information (NVMe Log 0x02)
Critical Warning: 0x00
Temperature: 37 Celsius
Available Spare: 100%
Available Spare Threshold: 10%
Percentage Used: 0%
Data Units Read: 400,086 [204 GB]
Data Units Written: 262,618 [134 GB]
Host Read Commands: 2,539,307
Host Write Commands: 1,092,300
Controller Busy Time: 23
Power Cycles: 9
Power On Hours: 190
Unsafe Shutdowns: 0
Media and Data Integrity Errors: 0
Error Information Log Entries: 1
Warning Comp. Temperature Time: 0
Critical Comp. Temperature Time: 0
Error Information (NVMe Log 0x01, 16 of 256 entries)
No Errors Logged
Display More
Moreover, when I select to view the Details window of a highlighted drive, there's a bad hyperlink (?) on the breadcrumb path (right above the SMART details pane of the drive) if I accidentally click on "Details" again: I get a Guru Meditation error (black screen, red message) saying Software Failure etc. and I need to reload the OMV6 pages.
The Home > Storage > S.M.A.R.T. > Devices > Details link points to the "same" drive but not sure if the URL is constructed in a wrong way, causing the error:
http://192.168.1.199/#/storage/smart/devices/details/dev/disk/by-id/nvme-WD_Blue_SN570_1TB_231832802976
The Devices URL works, thankfully. It points to http://192.168.1.199/#/storage/smart/devices
Thanks for your feedback!