Custom Query (1556 matches)
Results (247 - 249 of 1556)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #523 | fixed | clarify "--capabilities" option to distinguish from SMART capabilities | ||
| Description |
To help users distinguish between SMART capabilities and Linux process capabilities I suggest the following changes: in smartd.cpp:
replace in smartd.8.in:
replace |
|||
| #4 | fixed | ciss devices fail with os_freebsd.cpp from svn | ||
| Description |
smartctl 5.39 2009-09-01 r2881 [FreeBSD 7.2-RELEASE-p3 amd64] (local build) Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net Smartctl open device: /dev/ciss0 [cciss_disk_00] failed: smartctl 5.39 2009-09-01 r2881 [FreeBSD 7.2-RELEASE-p3 amd64] (local build) Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net Smartctl open device: /dev/ciss0 [cciss_disk_04] failed: # smartctl -a -d cciss,0 /dev/ciss0 smartctl version 5.38 [amd64-portbld-freebsd7.2] Copyright (C) 2002-8 Bruce Allen Home page is http://smartmontools.sourceforge.net/ Device: HITACHI HUS153030VLS300 Version: A210 Serial number: J8V21N1A Device type: disk Transport protocol: SAS Local Time is: Wed Sep 2 13:12:27 2009 EEST Device supports SMART and is Enabled Temperature Warning Enabled SMART Health Status: OK Current Drive Temperature: 34 C Drive Trip Temperature: 85 C Manufactured in week 40 of year 2007 Recommended maximum start stop count: 50000 times Current start stop count: 20 times Elements in grown defect list: 0 Vendor (Seagate) cache information
Error counter log:
Gigabytes Total
processed uncorrected
bytes] errors read: 0 172 0 172 1302 602.700 0 write: 0 8447 0 8447 8577 64.274 0 verify: 0 7350 0 7350 7807 0.000 0 Non-medium error count: 0 No self-tests have been logged Long (extended) Self Test duration: 13019 seconds [217.0 minutes] # smartctl -a -d cciss,4 /dev/ciss0 smartctl version 5.38 [amd64-portbld-freebsd7.2] Copyright (C) 2002-8 Bruce Allen Home page is http://smartmontools.sourceforge.net/ Standard Inquiry (36 bytes) failed [Device not configured] Retrying with a 64 byte Standard Inquiry Standard Inquiry (64 bytes) failed [Device not configured] A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options. |
|||
| #871 | fixed | cciss: Add option to disable SAT auto detection | ||
| Description |
Some newer HPSA devices reply to basic SAT commands and provide inquiry that contains "ATA ". It causes that sat variable in sat_device::autodetect_open() becomes true, and even if cciss is explicitly specified by smartctl -d cciss,0 -H /dev/sda it switches to sat dev/sda [cciss_disk_00] [SAT]: Device open changed type from 'sat,auto' to 'sat' As a result, it causes failure: SMART STATUS RETURN: incomplete response, ATA output registers missing REPORT-IOCTL: Device=/dev/sda Command=SMART STATUS CHECK returned -1 errno=38 [Function not implemented] Attached patch disables the auto-switch to "better" driver for cciss. Note that I do not have a test report from the customer for that patch yet, but setting sat = 0 was already confirmed to prevent this bug. Note that smart_interface::autodetect_sat_device() contains a similar code, but I am not sure whether it needs a fix as well. |
|||
