Custom Query (1359 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 1359)

Ticket Resolution Summary Owner Reporter
#147 fixed smartctl logs results of old, and outdated selftest Christian Franke johnjore
Description

Test #19 failed, but since then the sector is fixed (somehow, reallocated or read successfully). Test #2 now shows success. Smartctl is ignoring the new success status, and constantly logging the failure. (which propagates up the monitoring chain)

Can smartctl be modified, as default or via an option, to use the last "Completed" instead of an old "Completed" ?

(I've snipped a number of lines from the output below:

START OF READ SMART DATA SECTION

SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Interrupted (host reset) 90% 22506 - # 2 Extended offline Completed without error 00% 22488 - #19 Extended offline Completed: read failure 90% 20054 824368247 #20 Extended offline Interrupted (host reset) 90% 19903 -

Regards, John Jore

#148 fixed 2TB of unreadable sectors o 750GB disk Christian Franke johnjore
Description

For unknown reasons, I've got around 2TB (assuming 512 bytes per sector) of unreadable sectors:

smartd[5904]: Device: /dev/twa0 [3ware_disk_29], 4294967295 Currently unreadable (pending) sectors smartd[5904]: Device: /dev/twa0 [3ware_disk_29], 4294967295 Offline uncorrectable sectors

The disk is a 750GB ST3750640A with firmware version 3.AAE. The RAID controller has not reported any issues with this disk. There are multiple disks of this model and firmware revision attached. This is the only abnormal one. As smartmontools is reporting this as an issue, upstream monitoring systems are being triggered. Can a way to supress this specific number of bad sectors, or condition (2TB on a 750GB disk) be created?

Nor does disk appear to have an issue:

START OF READ SMART DATA SECTION

SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed without error 00% 8040 - # 2 Extended offline Interrupted (host reset) 30% 8027 - # 3 Extended offline Completed without error 00% 7904 - # 4 Extended offline Completed without error 00% 7881 - # 5 Extended offline Completed without error 00% 7744 - # 6 Extended offline Completed without error 00% 7597 - # 7 Extended offline Completed without error 00% 7576 - # 8 Extended offline Completed without error 00% 7523 - # 9 Extended offline Completed without error 00% 7500 - #10 Extended offline Completed without error 00% 7376 - #11 Extended offline Completed without error 00% 7353 - #12 Extended offline Completed without error 00% 7204 - #13 Extended offline Completed without error 00% 7057 - #14 Extended offline Completed without error 00% 6889 - #15 Extended offline Completed without error 00% 6764 - #16 Extended offline Completed without error 00% 6596 - #17 Extended offline Completed without error 00% 6449 - #18 Extended offline Completed without error 00% 6303 - #19 Extended offline Completed without error 00% 6155 - #20 Extended offline Completed without error 00% 6008 - #21 Extended offline Completed without error 00% 5863 -

Regards, John Jore

#149 fixed It's not possible to run self-test on SATA disks with megaraid sas controller (9280) Christian Franke art9
Description

version 5.41, 3256

If I run self-test on SATA drive, smartctl says that testing has begun, but actually it hasn't. Do not take atention at "interrupted self-test" in logs, it was made a long time ago.

If I run self-test on SAS disk, self-test starts and finishes successfully.

The problem can be:

  1. Incorrect call from smartctl
  2. Driver bug
  3. Firmware bug

If you think that the problem lies out of smartmontools, may you create as much as possible simple code which runs self test only? I could make request to LSI support team using it. LSI doesnt want to deal with third-party soft like smartmontools directly.

PS. Is it possible to check that these ioctls are correct?

open("/dev/megaraid_sas_ioctl_node", O_RDWR) = 4 ioctl(4, MTRRIOC_SET_ENTRY, 0x7fffe4265050) = 0 ioctl(4, MTRRIOC_SET_ENTRY, 0x7fffe4264e30) = 0 write(1, "/dev/sg0 [megaraid_disk_19] [SAT]: Device open changed type from 'megaraid' to 'sat'\n", 85/dev/sg0 [megaraid_disk_19] [SAT]: Device open changed type from 'megaraid' to 'sat') = 85 ioctl(4, MTRRIOC_SET_ENTRY, 0x7fffe4261c20) = 0 ioctl(4, MTRRIOC_SET_ENTRY, 0x7fffe4261c30) = 0 write(1, "=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===\n", 57=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===) = 57 write(1, "Sending command: \"Execute SMART Extended self-test routine immediately in off-line mode\".\n", 90Sending command: "Execute SMART Extended self-test routine immediately in off-line mode".) = 90 write(1, "Drive command \"Execute SMART Extended self-test routine immediately in off-line mode\" successful.\n", 98Drive command "Execute SMART Extended self-test routine immediately in off-line mode" successful.) = 98 write(1, "Testing has begun.\n", 19Testing has begun.) = 19 write(1, "Please wait 4 minutes for test to complete.\n", 44Please wait 4 minutes for test to complete.) = 44

=====================================================================================================

smartctl -t long -dmegaraid,19 /dev/sg0 smartctl 5.41 2011-02-08 r3256M [x86_64-unknown-linux-gnu] (local build) Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net

/dev/sg0 [megaraid_disk_19] [SAT]: Device open changed type from 'megaraid' to 'sat'

START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION

Sending command: "Execute SMART Extended self-test routine immediately in off-line mode". Drive command "Execute SMART Extended self-test routine immediately in off-line mode" successful. Testing has begun. Please wait 4 minutes for test to complete. Test will complete after Mon Feb 14 19:58:34 2011

Use smartctl -X to abort test.

smartctl -a -dmegaraid,19 /dev/sg0

[...]

Self-test execution status: ( 32) The self-test routine was interrupted

by the host with a hard or soft reset.

[...]

smartctl -l selftest -dmegaraid,19 /dev/sg0 smartctl 5.41 2011-02-08 r3256M [x86_64-unknown-linux-gnu] (local build) Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net

/dev/sg0 [megaraid_disk_19] [SAT]: Device open changed type from 'megaraid' to 'sat'

START OF READ SMART DATA SECTION

SMART Self-test log structure revision number 1 No self-tests have been logged. [To run self-tests, use: smartctl -t]

=====================================================================================================

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.