Changes between Version 2 and Version 3 of Ticket #1935
- Timestamp:
- Feb 23, 2025, 11:59:13 AM (9 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1935 – Description
v2 v3 1 1 **Hello everyone, for some time now, Open Media Vault has been sending me the following error message:** 2 2 3 4 "This message was generated by the smartd daemon running on: 5 3 {{{ 4 This message was generated by the smartd daemon running on: 6 5 7 6 host name: omv-nas 8 9 7 DNS domain: local 10 11 8 12 9 The following warning/error was logged by the smartd daemon: 13 10 14 15 11 Device: /dev/disk/by-id/nvme-CT4000P3SSD8_2342E88107D9, number of Error Log entries increased from 9 to 10 16 12 17 18 13 Device info: 19 20 14 CT4000P3SSD8, S/N:2342E88107D9, FW:P9CR30A, NSID:1 21 22 15 23 16 For details see host's SYSLOG. 24 17 25 26 18 You can also use the smartctl utility for further investigation. 27 28 19 The original message about this issue was sent at Mon Feb 10 14:32:12 2025 CET 29 30 Another message will be sent in 24 hours if the problem persists." 31 20 Another message will be sent in 24 hours if the problem persists. 21 }}} 32 22 33 23 **When I try to run a "Short self-test" on the "/dev/nvme0n1" manually, omv outputs the following:** 34 24 35 36 "smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.12.9+bpo-amd64] (local build) 37 25 {{{ 26 smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.12.9+bpo-amd64] (local build) 38 27 Copyright (C) 2002-22, Bruce Allen, Christian Franke, http://www.smartmontools.org 39 28 40 41 29 === START OF INFORMATION SECTION === 42 43 30 Model Number: CT4000P3SSD8 44 45 31 Serial Number: 2342E88107D9 46 47 32 Firmware Version: P9CR30A 48 49 33 PCI Vendor/Subsystem ID: 0xc0a9 50 51 34 IEEE OUI Identifier: 0x00a075 52 53 35 Controller ID: 1 54 55 36 NVMe Version: 1.4 56 57 37 Number of Namespaces: 1 58 59 38 Namespace 1 Size/Capacity: 4,000,787,030,016 [4.00 TB] 60 61 39 Namespace 1 Formatted LBA Size: 512 62 63 40 Namespace 1 IEEE EUI-64: 6479a7 8440000039 64 65 41 Local Time is: Tue Feb 18 15:25:34 2025 CET 66 67 42 Firmware Updates (0x12): 1 Slot, no Reset required 68 69 43 Optional Admin Commands (0x0017): Security Format Frmw_DL Self_Test 70 71 44 Optional NVM Commands (0x005e): Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp 72 73 45 Log Page Attributes (0x06): Cmd_Eff_Lg Ext_Get_Lg 74 75 46 Maximum Data Transfer Size: 64 Pages 76 77 47 Warning Comp. Temp. Threshold: 85 Celsius 78 79 48 Critical Comp. Temp. Threshold: 95 Celsius 80 49 81 82 50 Supported Power States 83 84 51 St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat 85 86 52 0 + 6.00W 0.0000W - 0 0 0 0 0 0 87 88 53 1 + 3.00W 0.0000W - 0 0 0 0 0 0 89 90 54 2 + 1.50W 0.0000W - 0 0 0 0 0 0 91 92 55 3 - 0.0250W 0.0000W - 3 3 3 3 5000 1900 93 94 56 4 - 0.0030W - - 4 4 4 4 13000 100000 95 57 96 97 58 Supported LBA Sizes (NSID 0x1) 98 99 59 Id Fmt Data Metadt Rel_Perf 100 101 60 0 + 512 0 1 102 103 61 1 - 4096 0 0 104 62 105 106 63 === START OF SMART DATA SECTION === 107 108 64 SMART overall-health self-assessment test result: PASSED 109 65 110 111 66 SMART/Health Information (NVMe Log 0x02) 112 113 67 Critical Warning: 0x00 114 115 68 Temperature: 41 Celsius 116 117 69 Available Spare: 100% 118 119 70 Available Spare Threshold: 5% 120 121 71 Percentage Used: 0% 122 123 72 Data Units Read: 209,028 [107 GB] 124 125 73 Data Units Written: 340,472 [174 GB] 126 127 74 Host Read Commands: 535,891 128 129 75 Host Write Commands: 705,317 130 131 76 Controller Busy Time: 10 132 133 77 Power Cycles: 7 134 135 78 Power On Hours: 190 136 137 79 Unsafe Shutdowns: 0 138 139 80 Media and Data Integrity Errors: 0 140 141 81 Error Information Log Entries: 10 142 143 82 Warning Comp. Temperature Time: 0 144 145 83 Critical Comp. Temperature Time: 0 146 147 84 Temperature Sensor 1: 41 Celsius 148 149 85 Temperature Sensor 2: 57 Celsius 150 151 86 Temperature Sensor 8: 41 Celsius 152 87 153 154 88 Error Information (NVMe Log 0x01, 16 of 16 entries) 155 156 89 Num ErrCount SQId CmdId Status PELoc LBA NSID VS 157 158 90 0 10 0 0x4010 0x4005 0x028 0 0 - 159 160 161 162 END OF LINE" 163 91 }}} 164 92 165 93 **Everything works perfectly with the SSD hard drive.** 166 94 167 95 **I'm still a bit of a newbie on this topic and would really appreciate some help with this problem.** 168