]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
7104 increase indirect block size
authorAndriy Gapon <avg@FreeBSD.org>
Mon, 18 Jul 2016 07:03:39 +0000 (07:03 +0000)
committerAndriy Gapon <avg@FreeBSD.org>
Mon, 18 Jul 2016 07:03:39 +0000 (07:03 +0000)
commit6155b9e07c4991ab651b8dfecb67e5fe049b531f
tree76d31b9d9487de165f6d1dac83b420d0e80b9da0
parent869ea71a929edd1e2d62bce99eb06219b95b55c9
7104 increase indirect block size

illumos/illumos-gate@4b5c8e93cab28d3c65ba9d407fd8f46e3be1db1c
https://github.com/illumos/illumos-gate/commit/4b5c8e93cab28d3c65ba9d407fd8f46e3be1db1c

https://www.illumos.org/issues/7104
  The current default indirect block size is 16KB. We can improve
  performance by increasing it to 128KB. This is especially helpful for
  any workload that needs to read most of the metadata, e.g.
  scrub/resilver, file deletion, filesystem deletion, and zfs send.
  We also need to fix a few space estimation errors to make the tests
  pass.

Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Paul Dagnelie <pcd@delphix.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Author: Matthew Ahrens <mahrens@delphix.com>
uts/common/fs/zfs/dmu_objset.c
uts/common/fs/zfs/spa_misc.c
uts/common/fs/zfs/sys/dnode.h
uts/common/sys/fs/zfs.h