Bug 679223
Summary: | installer overwrites all new device passphrases with first-specified/global passphrase | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | David Lehman <dlehman> | |
Component: | anaconda | Assignee: | David Lehman <dlehman> | |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | medium | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 15 | CC: | anaconda-maint-list, jlaska, jonathan, tsukebumi, vanmeeuwen+fedora | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | AcceptedBlocker | |||
Fixed In Version: | anaconda-15.22-1.fc15 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | 679166 | |||
: | 679224 (view as bug list) | Environment: | ||
Last Closed: | 2011-03-16 04:06:20 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: | 657618, 679224 |
Description
David Lehman
2011-02-21 23:02:07 UTC
If a user creates multiple encrypted devices in kickstart, the first passphrase we find becomes the default/global passphrase in case any other encrypted devices have no passphrase specified. We are erroneously overwriting all devices' passphrases with the global/default when we should only be apply the default to those devices for which no passphrase has been set. Similarly, if multiple encrypted devices are created in the GUI and a global passphrase is established by the user after having specified passphrases for some newly encrypted devices we should only use the global passphrase for that and subsequent devices instead of overwriting the passphrases already established for previously-created devices. Fixed on master branch (commit e1956392c441a), just awaiting approval to push to f15-branch. Fixed for Fedora 15 in anaconda-15.22-1. anaconda-15.22-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/anaconda-15.22-1.fc15 Discussed at 2011-03-11 blocker review meeting. This issue is fixed and available for testing in anaconda-15.22-1. The issue has been accepted as a beta blocker. anaconda-15.22-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |