Bug 1200833
| Summary: | [RFE] Unmatched devices with ignoredisk and clearpart cause kickstart scripts to fail | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | infernix |
| Component: | anaconda | Assignee: | Martin Kolman <mkolman> |
| Status: | CLOSED ERRATA | QA Contact: | Release Test Team <release-test-team-automation> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | CC: | jstodola, mhruscak, mkolman, mkovarik, salmy |
| Target Milestone: | rc | Keywords: | FutureFeature, Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | anaconda-21.48.22.80-1 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-03 23:07:07 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
infernix
2015-03-11 13:09:43 UTC
While Red Hat welcomes bug reports on Red Hat products here in our public bugzilla database, please keep in mind that bugzilla is not a support tool or means of accessing support. If you would like technical support please visit our support portal at access.redhat.com or call us for information on subscription offerings to suit your needs. David, I created this bug at the request of mkolman while debugging this on #anaconda in freenode. Please do not consider this a support request and keep it open. I more or less see two things that need to be done to handle this use case: - wildcard support: being able to match globs like --disks=/dev/disk/by-id/*INTEL* - being able to survive unmatched device I can see multiple ways of handling the second point - always ignoring unmatched wildcards or something like: /dev/disk/by-id/*INTEL*|/dev/disk/by-id/*OCZ* As long as at least one wildcard/specification in a | separated list matches no error would be generated. Work on this change uncovered some issues with the resolve_glob() function in Blivet: https://github.com/rhinstaller/blivet/issues/417 Initial implementation has been posted for review: https://github.com/rhinstaller/anaconda/pull/682 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-2158.html |