Bug 1451717
Summary: | kexec-tools tries to open encrypted drives | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Benjamin Berg <bberg> |
Component: | kexec-tools | Assignee: | Xunlei Pang <xlpang> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | bhe, ruyang, xlpang |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-07-14 08:11:04 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
Benjamin Berg
2017-05-17 11:01:53 UTC
I'd like to take a look. I am able to reproduce the issue now, the root cause is that: The LUKS is over a normal disk, while the root fs lvm device is over LUKS, that's why we got a dracut timeout(LVM timeout) when adding "dracut_args -o crypt" due to the LVM scan failure. The correct workaround would be to remove lvm args(like rd.lvm.lv=rhel/root) along with "dracut_args -o "crypt"", if the dump target is not LUKS. We need some discussion about the proper fix in code. |