Bug 590194

Summary: dracut 4.fc12 attempts to activate all LUKS devices at bootup
Product: [Fedora] Fedora Reporter: postmodern <postmodern.mod3>
Component: dracutAssignee: Harald Hoyer <harald>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: harald, jonathan
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: 2010-06-06 02:33:54 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:

Description postmodern 2010-05-08 02:26:46 UTC
Description of problem:
Initramfs images created by dracut attempt to enable *every* LUKS device before booting into the Fedora system. This includes devices *not* listed in /etc/crypttab, such as additional LUKS partitions or USB-key/SD-cards with LUKS partitions. The prefered behavior would be to only activate devices listed in /etc/crypttab, or use a specific device listed as a kernel-option passed to the initramfs by the boot-loader.

Version-Release number of selected component (if applicable):
004-4.fc12

How reproducible:
Consistantly.

Steps to Reproduce:
1. Make sure /etc/crypttab only lists the devices needed to boot the system.
2. Re-create the initramfs image using dracut.
3. Have additional LUKS partitions, or insert a USB-key/SD-card containing LUKS partitions into the system.
4. Reboot the system.

Actual results:
Prompted for passwords to *every* LUKS partition.

Expected results:
Only prompted for passwords to LUKS partitions listed in /etc/crypttab, which are necessary to boot-up the system.

Additional info:

Comment 1 postmodern 2010-06-06 02:33:54 UTC
This appears to be fixed in dracut 005 3.fc13. Thank you.