Custom Query (1384 matches)
Results (139 - 141 of 1384)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#303 | wontfix | In smart test captive mode, extend the timeout as described by the ATA device | ||
Description |
When we use smartctl -C -t long /dev/sdX, the ATA SMART command we send has the usual 20s timeout. This is not enough, the drive usually needs several minutes for the test to complete. On the command line: smartctl -C -t long /dev/sda smartctl 5.42 2011-10-20 r3458 [x86_64-linux-3.8.11] (local build) Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net === START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION === Sending command: "Execute SMART Extended self-test routine immediately in captive mode". Drive command "Execute SMART Extended self-test routine immediately in captive mode" successful. Testing has begun. Please wait 10 minutes for test to complete. Test will complete after Tue Oct 22 16:44:49 2013 In /var/log/messages, with SCSI debug log enabled: [ 122.121623] sd 0:0:0:0: [sda] sd_ioctl: disk=sda, cmd=0x2285 [ 122.121640] scsi_block_when_processing_errors: rtn: 1 [ 122.121655] sd 0:0:0:0: [sda] Send: [ 122.121662] 0xffff88015c86d300 [ 122.121672] sd 0:0:0:0: [sda] CDB: [ 122.121679] ATA command pass through(16): 85 06 0c 00 d4 00 00 00 82 00 4f 00 c2 00 b0 00 [ 122.121772] buffer = 0x (null), bufflen = 0, queuecommand 0xffffffff9df1d70c [ 122.121785] leaving scsi_dispatch_cmnd() [ 142.735081] sd 0:0:0:0: [sda] Done: [ 142.735102] 0xffff88015c86d300 TIMEOUT [ 142.735121] sd 0:0:0:0: [sda] [ 142.735134] Result: hostbyte=DID_OK driverbyte=DRIVER_OK [ 142.735150] sd 0:0:0:0: [sda] CDB: [ 142.735162] ATA command pass through(16): 85 06 0c 00 d4 00 00 00 82 00 4f 00 c2 00 b0 00 [ 142.735267] sd 0:0:0:0: [sda] scsi host busy 1 failed 0 [ 142.735287] Waking error handler thread [ 142.735329] Error handler scsi_eh_0 waking up [ 142.735365] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [ 142.735386] ata1.00: failed command: SMART [ 142.735407] ata1.00: cmd b0/d4:00:82:4f:c2/00:00:00:00:00/00 tag 0 [ 142.735407] res 40/00:01:00:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout) [ 142.735436] ata1.00: status: { DRDY } [ 142.735459] ata1: hard resetting link The command times out after 20s. Instead, the command should have a 10 + x minutes timeout, to be sure the device can complete the command before the error handler kicks in. We do know the test will last 10 minutes from SMART data information. However, looking at the code it seems there is no way today to pass the desired timeout with an ATA passthrough command. |
|||
#304 | fixed | Add a memory device reference in drivedb | ||
Description |
I would like adding the following memory device reference in drivedb: START OF INFORMATION SECTIONDevice Model: 2GB SATA Flash Drive Serial Number: C0112011122100000073 Firmware Version: SFDDA01C User Capacity: 2,011,226,112 bytes [2.01 GB] Sector Size: 512 bytes logical/physical Rotation Rate: Solid State Device <b>Device is: Not in smartctl database [for details use: -P showall]</b> ATA Version is: ATA8-ACS (minor revision not indicated) SATA Version is: SATA 2.6, 3.0 Gb/s Local Time is: Fri Oct 25 15:13:02 2013 GMT SMART support is: Available - device has SMART capability. SMART support is: Enabled START OF READ SMART DATA SECTIONSMART overall-health self-assessment test result: PASSED General SMART Values: Offline data collection status: (0x00) Offline data collection activity
Total time to complete Offline data collection: ( 30) seconds. Offline data collection capabilities: (0x00) Offline data collection not supported. SMART capabilities: (0x0003) Saves SMART data before entering
Error logging capability: (0x01) Error logging supported.
SMART Attributes Data Structure revision number: 16 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
168 Unknown_Attribute 0x0012 100 100 000 Old_age Always -
175 Program_Fail_Count_Chip 0x0003 100 100 010 Pre-fail Always -
192 Power-Off_Retract_Count 0x0012 100 100 000 Old_age Always -
194 Temperature_Celsius 0x0022 040 100 000 Old_age Always -
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always -
240 Unknown_SSD_Attribute 0x0013 100 100 050 Pre-fail Always -
160 Unknown_Attribute 0x0000 100 100 010 Old_age Offline -
161 Unknown_Attribute 0x0000 100 100 010 Old_age Offline -
162 Unknown_Attribute 0x0000 100 100 005 Old_age Offline -
163 Unknown_Attribute 0x0000 100 100 001 Old_age Offline -
164 Unknown_Attribute 0x0000 100 100 001 Old_age Offline -
165 Unknown_Attribute 0x0000 100 100 001 Old_age Offline -
241 Total_LBAs_Written 0x0000 100 100 000 Old_age Offline -
SMART Error Log Version: 0 No Errors Logged SMART Self-test log structure revision number 0 Warning: ATA Specification requires self-test log structure revision number = 1 No self-tests have been logged. [To run self-tests, use: smartctl -t] Selective Self-tests/Logging not supported |
|||
#306 | fixed | Please add Crucial M4 *SSD1 drives | ||
Description |
Crucial has M4 *SSD1 drives models in addition to *SSD[23], existing in database. Please add this modification. Patch is attached. |