OpenSolaris

Printable Version Enter a New Search
Bug ID 6629427
Synopsis zfs:0:arcstats:hdr_size/l2_hdr_size kstats are too large on 32-bit systems
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:zfs
Keywords
Responsible Engineer Brendan Gregg
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_84
Fixed In snv_84
Release Fixed solaris_nevada(snv_84) , solaris_10u6(s10u6_01) (Bug ID:2160919)
Related Bugs
Submit Date 14-November-2007
Last Update Date 29-April-2008
Description
Some kstats were recently added to debug the ZFS L2ARC.  Two of them can become invalid on 32-bit systems:

# kstat -p zfs:::*hdr_size
zfs:0:arcstats:hdr_size 339302945920
zfs:0:arcstats:l2_hdr_size      0

hdr_size is too big, this is supposed to be bytes consumed by ARC headers.  No one knows about these kstats yet, but they should be fixed anyway.
Work Around
N/A
Comments
N/A