Custom Query (1455 matches)
Results (334 - 336 of 1455)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#149 | fixed | It's not possible to run self-test on SATA disks with megaraid sas controller (9280) | ||
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:
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 SECTIONSending 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
[...] 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 SECTIONSMART Self-test log structure revision number 1 No self-tests have been logged. [To run self-tests, use: smartctl -t] ===================================================================================================== |
|||
#150 | fixed | Adding scterc set command to smartd | ||
Description |
Please add scterc set command to smartd if possible |
|||
#152 | worksforme | Sometimes smartd does not complaints about errors by email | ||
Description |
Smartd does not complaint about errors by email sometimes by unknown reason. For example this incident did not trigger notification: Feb 24 20:32:25 mx14 smartd[19581]: Device: /dev/sg0 [megaraid_disk_51] [SAT], 4 Currently unreadable (pending) sectors (changed +1) Feb 24 20:32:25 mx14 smartd[19581]: Device: /dev/sg0 [megaraid_disk_51] [SAT], previous self-test completed with error (read test element) Feb 24 20:32:26 mx14 smartd[19581]: Device: /dev/sg0 [megaraid_disk_51] [SAT], Self-Test Log error count increased from 2 to 3 typical configuration: /dev/sg0 -d sat+megaraid,50 -a -s L/../../7/00 -m postmaster /dev/sg0 -d sat+megaraid,51 -a -s L/../../7/00 -m postmaster /dev/sg0 -d sat+megaraid,52 -a -s L/../../7/00 -m postmaster SVN rev 3267M |