summaryrefslogtreecommitdiffstats
path: root/0007-dm-add-dm-cache-modules.patch
diff options
context:
space:
mode:
Diffstat (limited to '0007-dm-add-dm-cache-modules.patch')
-rw-r--r--0007-dm-add-dm-cache-modules.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/0007-dm-add-dm-cache-modules.patch b/0007-dm-add-dm-cache-modules.patch
new file mode 100644
index 0000000..d1254d7
--- /dev/null
+++ b/0007-dm-add-dm-cache-modules.patch
@@ -0,0 +1,23 @@
+From 37502d2733c8ba8bc0d93e6f126534f23111fc3e Mon Sep 17 00:00:00 2001
+From: Harald Hoyer <harald@redhat.com>
+Date: Thu, 27 Mar 2014 12:34:40 +0100
+Subject: [PATCH] dm: add dm-cache modules
+
+https://bugzilla.redhat.com/show_bug.cgi?id=1081435
+---
+ modules.d/90dm/module-setup.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/modules.d/90dm/module-setup.sh b/modules.d/90dm/module-setup.sh
+index 829c24b..2367588 100755
+--- a/modules.d/90dm/module-setup.sh
++++ b/modules.d/90dm/module-setup.sh
+@@ -16,7 +16,7 @@ depends() {
+ # called by dracut
+ installkernel() {
+ instmods =drivers/md
+- instmods dm_mod
++ instmods dm_mod dm-cache dm-cache-mq dm-cache-cleaner
+ }
+
+ # called by dracut