Custom Query (1471 matches)
Results (346 - 348 of 1471)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1436 | fixed | Always add timestamp to json | ||
Description |
json version, smartctl information, messages and exist status is always added to json but the timestamp of the activity isn't there. Having a timestamp available in every json output will simplify the communication with the interface. The suggested solution is to move the population of the timestamp into jglb from ataprint.cpp, scsiprint.cpp and nvmeprint.cpp into main. A patch is attached but requires testing. |
|||
#1435 | fixed | INTEL SSDSC2BF240A5L | ||
Description |
Hello, please add INTEL SSDSC2BF240A5L to your database. Thanks a lot. https://www.smartmontools.org/browser/trunk/smartmontools/drivedb.h#L1357 // before: A5 "INTEL SSD(MCEA|SC2B|SCKJ)[WF](056|080|120|180|240|360|480)(A4H?|A5|H6)", // after: A5L? "INTEL SSD(MCEA|SC2B|SCKJ)[WF](056|080|120|180|240|360|480)(A4H?|A5L?|H6)", |
|||
#1434 | invalid | NMVe SMART/Health Critical Warning Bit 3 (0x4) not necessary an error | ||
Description |
Hello, we are using a NVME "SAMSUNG MZVLB512HAJQ-00000" The Smartmontool is reporting the following error: === START OF SMART DATA SECTION === SMART overall-health self-assessment test result: FAILED! - NVM subsystem reliability has been degraded SMART/Health Information (NVMe Log 0x02) Critical Warning: 0x04 The Attribut "Critical Warning" has different bits, signaling different status. According to the documentation the flag for bit 4 is: "If set to ‘1’, then the volatile memory backup device has failed. This field is only valid if the controller has a volatile memory backup solution" The referred documentation is at https://nvmexpress.org/wp-content/uploads/NVM-Express-1_4-2019.06.10-Ratified.pdf (page 122). Currently the bit 4 is reported as an error but this depends on the model (whether it has a capacitor for power loss protection). Either this should be detected or maybe a parameter could be used to signal whether this is an error or not. |