Skip to content

Commit 66c761f

Browse files
authored
update zfs 2.2 default setting from 8k to 16k (openzfs#484)
1 parent d59c182 commit 66c761f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Performance and Tuning/Workload Tuning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Internally, ZFS allocates data using multiples of the device's sector
134134
size, typically either 512 bytes or 4KB (see above). When compression is
135135
enabled, a smaller number of sectors can be allocated for each block.
136136
The uncompressed block size is set by the ``recordsize`` (defaults to
137-
128KB) or ``volblocksize`` (defaults to 8KB) property (for filesystems
137+
128KB) or ``volblocksize`` (defaults to 16KB since v2.2) property (for filesystems
138138
vs volumes).
139139

140140
The following compression algorithms are available:

0 commit comments

Comments
 (0)