Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/zfs-tests/tests/functional/trim/autotrim_config.ksh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ for type in "" "mirror" "raidz2" "draid"; do
fi

log_must truncate -s $((4 * MINVDEVSIZE)) $VDEVS
log_must zpool create -f $TESTPOOL $VDEVS
log_must zpool create -f $TESTPOOL $type $VDEVS
log_must zpool set autotrim=on $TESTPOOL

typeset availspace=$(get_prop available $TESTPOOL)
Expand Down