]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - tools/regression/capsicum/libcasper/Makefile
MFV r302993: 7104 increase indirect block size
authorAlexander Motin <mav@FreeBSD.org>
Thu, 1 Sep 2016 18:33:39 +0000 (18:33 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Thu, 1 Sep 2016 18:33:39 +0000 (18:33 +0000)
commit25584d12e774252a8f8d59bbf3f6b7545e52b7eb
tree1f4256f617aa7b0f217ff7fd534b8bcc166606ef
parentdd7f7cb7acb53651da548fd02615f26ea573fb32
parent6155b9e07c4991ab651b8dfecb67e5fe049b531f
MFV r302993: 7104 increase indirect block size

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

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>
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_objset.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dnode.h
sys/cddl/contrib/opensolaris/uts/common/sys/fs/zfs.h