Custom Query (1560 matches)
Results (292 - 294 of 1560)
| Ticket | Resolution | Summary | Owner | Reporter | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| #1113 | fixed | Patch to add Samsung MZHPV(...)HDGM models to drivedb.h | ||||||||||||||||||||||||||||||||
| Description |
LS, The patch below updates drivedb.h to include Samsung MZHPV(...)HDGM (in addition to the L) models. Builds ok on Arch Linux and tested with local attached SAMSUNG MZHPV128HDGM-00000 (BXW2500Q).
Regards, Ronald |
|||||||||||||||||||||||||||||||||
| #1390 | fixed | -d ignore doesn't work if target is a symbolic link to a device | ||||||||||||||||||||||||||||||||
| Description |
Setup: $ ls -l /dev/disk/by-id/wwn-0x5000xxxx lrwxrwxrwx 9 root 2020-10-31 15:15 /dev/disk/by-id/wwn-0x5000xxxx -> ../../sda $ cat /etc/smartd.conf /dev/disk/by-id/wwn-0x5000xxxx -d ignore DEVICESCAN -a Expected result: Device with specified id is ignored. Actual result: Device (/dev/sda in this example) is not ignored. Analysis: This issue seems to be similar to #313.
Duplicate detection (is_duplicate_dev_idinfo) relies on populated dev_idinfo, and that is done in ATADeviceScan. But "-d ignore" bypasses any scanning altogether, thus duplicate detection is unable to deduce that There is another duplicate detection function (is_duplicate_device), but it relies on dev_names being exactly equal. I attempted to fix the issue by checking if dev_name is a symbolic link and resolving the link to actual file in such cases - seems to work correctly.
Please find attached for your consideration a patch that implements symlink resolution for device names (apply with |
|||||||||||||||||||||||||||||||||
| #769 | invalid | TOSHIBA PX04SRB384 rev AM04 | ||||||||||||||||||||||||||||||||
| Description |
This SSD drive doesn't output any monitoring metrics. Please see attached. |
|||||||||||||||||||||||||||||||||
