Custom Query (1433 matches)
Results (211 - 213 of 1433)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#277 | fixed | Add OWC Mercury EXTREME Pro 6G SSD to drivedb.h | ||
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 | ||
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. |
|||
#1226 | fixed | licensing problems of linux_nvme_ioctl.h | ||
Description |
SUSE licensig tool (babelworx) reported a following legal issue of smartmontools. smartmontools is declated as GPL-2.0-or-later But smartmontools-7.0/linux_nvme_ioctl.h is GPL-2.0 (only). Hopefully, there is a simple fix for this problem. New kernels contain updated linux_nvme_ioctl.h, which contain a new license: GPL-2.0 WITH Linux-syscall-note. This is sufficient to distribute smartmontools as GPL-2.0-or-later. |