Bug 1099552

Summary: [RFE] Make installation of dm-cache* kernel modules conditional
Product: [Fedora] Fedora Reporter: Marian Csontos <mcsontos>
Component: dracutAssignee: dracut-maint-list
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dracut-maint-list, jonathan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-02 12:12:43 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:
Bug Depends On:    
Bug Blocks: 1098130    

Description Marian Csontos 2014-05-20 15:19:41 UTC
Commit 37502d2733c8ba8bc0d93e6f126534f23111fc3e added support of cache LVs by including dm-cache modules unconditionally.

Additional code is required to make this work with 'hostonly' for cache devices and for all underlying block devices.

This should be mostly identical to thin-pool handling.

Comment 1 Marian Csontos 2014-07-02 12:12:43 UTC
I must have misunderstood how dracut modules work - seems the support is conditional after all.

Now we only need to remind anyone trying to use cache for root FS (among other things) to not forget to call `dracut -f` or will need a LiveCD...