Bug 174095
| Summary: | "-d ata" is missing in smartd.conf for SATA HDDs | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bernd Bartmann <bernd.bartmann> |
| Component: | smartmontools | Assignee: | Tomas Mraz <tmraz> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | smartmontools-5.33-3 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-11-25 15:20:25 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 150221 | ||
|
Description
Bernd Bartmann
2005-11-24 14:29:13 UTC
Great, do you know of any easy and reliable way how to detect libata devices among the regular SCSI ones? Hmm, good question. In /proc/scsi/scsi you'll always see "Vendor: ATA". Maybe this helps. I don't know if libata perhaps has more extended interface to /proc were one could get this information. Also do you know which oldest kernel version is required for this to work? The functionality seems to be introduced with kernel patch-2.6.15-rc1 which is included in the FC5T1 kernel. I don't know in which rawhide kernel version this first appeared, but it definitely does not work with the latest FC4 errata kernel-2.6.14-1.1637_FC4. I suppose it could be detected with 'cat /sys/module/libata/version' >= 1.20 However -rc1 patch has probably still 1.12 - the same as 2.6.14. But it shouldn't be a problem as soon as -rc2 is in rawhide. |