Blame SOURCES/0313-TEST-15-BTRFS-load-btrfs-module.patch

18971c
From d9b5a98532b6823adb35f7c68766f4df9db8a3c9 Mon Sep 17 00:00:00 2001
18971c
From: Harald Hoyer <harald@redhat.com>
18971c
Date: Tue, 18 Aug 2015 15:26:23 +0200
18971c
Subject: [PATCH] TEST-15-BTRFS: load btrfs module
18971c
18971c
---
18971c
 test/TEST-15-BTRFSRAID/create-root.sh | 1 +
18971c
 1 file changed, 1 insertion(+)
18971c
18971c
diff --git a/test/TEST-15-BTRFSRAID/create-root.sh b/test/TEST-15-BTRFSRAID/create-root.sh
18971c
index b92f9c00..ba3b54ec 100755
18971c
--- a/test/TEST-15-BTRFSRAID/create-root.sh
18971c
+++ b/test/TEST-15-BTRFSRAID/create-root.sh
18971c
@@ -3,6 +3,7 @@
18971c
 for x in 64-lvm.rules 70-mdadm.rules 99-mount-rules; do
18971c
     > "/etc/udev/rules.d/$x"
18971c
 done
18971c
+modprobe btrfs
18971c
 udevadm control --reload
18971c
 # save a partition at the beginning for future flagging purposes
18971c
 sfdisk  -C 327800 -H 2 -S 32 -L /dev/sda <