Custom Query (1494 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (217 - 219 of 1494)

Ticket Resolution Summary Owner Reporter
#710 fixed Trac update-smart-drivedb inverse logic typo Tomáš Chvátal
Description

In the code there atm is:

test -z "$dryrun"
exit 0

Which should be one of those:

test -n "$dryrun"
exit 0

test -z "$dryrun" && exit 0

#277 fixed Add OWC Mercury EXTREME Pro 6G SSD to drivedb.h somebody sbytnar
Description

Hi. The drivedb.h contains strings to detect other OWC SSDs, but not the OWC Mercury EXTREME Pro 6G SSD. Attached is a patch to add support for the Extreme Pro 6G models.

#871 fixed cciss: Add option to disable SAT auto detection Christian Franke Stanislav Brabec
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.

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