Skip to content

Commit

Permalink
add dnodesize
Browse files Browse the repository at this point in the history
For ZFS

Signed-off-by: Daniel Hansson <[email protected]>
  • Loading branch information
enoch85 authored Dec 14, 2024
1 parent 654e061 commit 80e7d05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions disk/format-sdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ then
check_command zfs set atime=off "$POOLNAME"
check_command zfs set recordsize=128k "$POOLNAME"
check_command zfs set logbias=latency "$POOLNAME"
check_command zfs set dnodesize=auto "$POOLNAME"

else
msg_box "It seems like /dev/$DEVTYPE does not exist.
Expand Down

0 comments on commit 80e7d05

Please sign in to comment.