]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFV r272802:
authorXin LI <delphij@FreeBSD.org>
Thu, 9 Oct 2014 06:02:53 +0000 (06:02 +0000)
committerXin LI <delphij@FreeBSD.org>
Thu, 9 Oct 2014 06:02:53 +0000 (06:02 +0000)
commit15f3c56e3d1ce86a486b0d137040b5d76b49e3e4
tree5ea1198ff39bed667692192eaeceaa6a961553af
parent840a5dd44739f0f4f7e70b2789fc0cead4daccf3
parentdef3a5442caf5ce4fc554154fb8981601a817d80
MFV r272802:

 - Limit ARC for zdb at 256MB.  zdb do not typically revisit data
   in the ARC.
 - Increase default max_inflight from 200 to 1000 (can be overriden
   by -I) so we can queue more I/Os when doing scrubbing.
 - Print status while loading meataslabs for leak detection.

Illumos issues:

    5169 zdb should limit its ARC size
    5170 zdb -c should create more scrub i/os by default
    5171 zdb should print status while loading metaslabs for leak detection

MFC after: 2 weeks
cddl/contrib/opensolaris/cmd/zdb/zdb.c