File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
docs/Performance and Tuning Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -308,10 +308,8 @@ Metaslab Allocator
308308~~~~~~~~~~~~~~~~~~
309309
310310ZFS top level vdevs are divided into metaslabs from which blocks can be
311- independently allocated so allow for concurrent IOs to perform
312- allocations without blocking one another. At present, `there is a
313- regression <https://github.com/zfsonlinux/zfs/pull/3643> `__ on the
314- Linux and Mac OS X ports that causes serialization to occur.
311+ independently allocated to allow for concurrent IOs to perform
312+ allocations without blocking one another.
315313
316314By default, the selection of a metaslab is biased toward lower LBAs to
317315improve performance of spinning disks, but this does not make sense on
You can’t perform that action at this time.
0 commit comments