Bug 446062
| Summary: | hts plan skips mmc media | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Hardware Certification Program | Reporter: | Rob Landry <rlandry> | ||||
| Component: | Test Suite (tests) | Assignee: | Greg Nichols <gnichols> | ||||
| Status: | CLOSED ERRATA | QA Contact: | |||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 5 | CC: | ndai | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-11-12 19:24:45 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: | |||||||
| Attachments: |
|
||||||
Created attachment 310451 [details]
patch against R18
Fix in HTS 5.2 R19 Fix is not in R19, should it be? The fix is scheduled for the 9-4 release. Sorry, I meant the 9-05-2008 release (not R19). It's ok now. Reproduced the bug with hts-5.2-18.el5 on RHEL5.2 server and verified the bug has been fixed in hts-5.2-20.el5 by using ThinkPad x61. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2008-0919.html |
Description of problem: running hts plan on a laptop with a Recho something or other pci SD/MMC HBA won't pickup the installed SD card. Turns out this is caused because in lshal the sd card doesn't appear as type disk but type mmc; adding: ... or device.getProperty("storage.drive_type") == "sd_mmc" to the plan function which is looking for a drive_type of "disk" atm seems to resolve it.