]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r264467:
authordelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 28 Apr 2014 06:11:44 +0000 (06:11 +0000)
committerdelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 28 Apr 2014 06:11:44 +0000 (06:11 +0000)
commit3b9a8516c1c199bc5dcdc020324e6af84e231b66
tree7b1d9f35fb04333de88d6913806c939812d5c42f
parent49c22e500cffc9f35328ee84ae6f36614d983a3e
MFC r264467:

Take into account when zpool history block grows exceeding 128KB in zpool(8)
and zdb(8) by growing the buffer on demand with a cap of 1GB (specified in
spa_history_create_obj()).

PR: bin/186574
Submitted by: Andrew Childs <lorne cons org nz> (with changes)

git-svn-id: svn://svn.freebsd.org/base/stable/9@265040 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
cddl/contrib/opensolaris/cmd/zdb/zdb.c
cddl/contrib/opensolaris/lib/libzfs/common/libzfs_pool.c