btfrs: load btrfs module and updated NEWS
authorHarald Hoyer <harald@redhat.com>
Fri, 16 Apr 2010 16:10:47 +0000 (18:10 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 16 Apr 2010 16:10:47 +0000 (18:10 +0200)
NEWS
modules.d/90btrfs/40-btrfs.rules

diff --git a/NEWS b/NEWS
index a177156..bd6bf32 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ dracut-006
 - dmraid parse different error messages
 - add cdrom polling mechanism for slow cdroms
 - add module btrfs
+- add btrfsctl scan for btrfs multi-devices (raid)
 - teach dmsquash live-root to use rootflags
 - trigger udev with action=add
 - fixed add_drivers handling 
index 6bc8a14..92c8553 100644 (file)
@@ -1,6 +1,7 @@
 SUBSYSTEM!="block", GOTO="btrfs_end"
 ACTION!="add|change", GOTO="btrfs_end"
 
+ENV{ID_FS_TYPE}=="btrfs", RUN+="/sbin/modprobe btrfs"
 ENV{ID_FS_TYPE}=="btrfs", RUN+="/sbin/btrfsctl -A $env{DEVNAME}"
 
 LABEL="btrfs_end"