Skip to content

Commit f077274

Browse files
authored
add option
Signed-off-by: Daniel Hansson <[email protected]>
1 parent 80e7d05 commit f077274

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

disk/format-chosen.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ then
183183
check_command zfs set atime=off "$POOLNAME"
184184
check_command zfs set recordsize=128k "$POOLNAME"
185185
check_command zfs set logbias=latency "$POOLNAME"
186+
check_command zfs set dnodesize=auto "$POOLNAME"
186187

187188
else
188189
msg_box "It seems like /dev/$DEVTYPE does not exist.

0 commit comments

Comments
 (0)