summaryrefslogtreecommitdiff
path: root/common/filter
diff options
context:
space:
mode:
Diffstat (limited to 'common/filter')
-rw-r--r--common/filter4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/filter b/common/filter
index 05dbae6e..71ef2e2c 100644
--- a/common/filter
+++ b/common/filter
@@ -137,6 +137,10 @@ _filter_mkfs()
case $FSTYP in
xfs)
;;
+ btrfs)
+ sed -e "/Performing full device TRIM/d" \
+ -e "/Turning ON incompat feature/d"
+ return ;;
*)
cat - >/dev/null
perl -e 'print STDERR "dbsize=4096\nisize=256\n"'