Custom Query (1434 matches)
Results (244 - 246 of 1434)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#621 | fixed | The incorrect smartctl terminal printout for GLTSD bit | ||
Description |
T10's SPC-4 specifies the GLTSD bit in section 7.5.10 Control mode page as: --- A global logging target save disable (GLTSD) bit set to zero specifies that the logical unit implicitly saves, at vendor specific intervals, each log parameter in which the TSD bit (see 7.3) is set to zero. A GLTSD bit set to one specifies that the logical unit shall not implicitly save any log parameters. --- I have verified the functionality of the smartctl -S [on/off] /dev/sgX command on a SAS drive and believe the output is incorrect. When you use -S on, you are enabling Autosaving of logs (set GLTSD bit to 0) but the printout says you are setting the GLTSD bit. This printout is incorrect. When you use -S off you are disabling Autosaving of logs (set GLTSD bit to 1) but the printout says you are clearing the GLTSD bit. This printout is incorrect. (See attached picture) On the bright side, I have verified that the command does correct set/clear the bit in the Control mode page 0Ah . |
|||
#624 | fixed | Unknown USB bridge [0x059f:0x106f (0x001)] | ||
Description |
-d sat works with this USB bridge. |
|||
#625 | fixed | [PATCH] Add Intel SSD 535 series detection | ||
Description |
I checked the 535 series datasheets, the SMART attributes are strictly the same as the 530 series. The patch adds the Intel SSD 535 (2.5-inch and M.2) model string to the current 530 series structure. Ref: https://www-ssl.intel.com/content/dam/www/public/us/en/documents/product-specifications/ssd-535-spec.pdf https://www-ssl.intel.com/content/dam/www/public/us/en/documents/product-specifications/ssd-535-m2-spec.pdf |