I have a new ZFS deployment with an Intel DC S3500 as L2ARC running FreeBSD 9.3. Smart monitoring tools show no errors on the drive. But zfs-stats show the following
I have an identical hardware in deployment on FreeBSD 9.2 without this problem.
Looks like this may be related to L2ARC compression according to the url's below
https://bugs.freenas.org/projects/f...ions/ededc82f03e5dd5a518ccda3b0aae506fbfd8fc8
http://svnweb.freebsd.org/base?view=revision&sortby=file&revision=256889
https://bugs.freenas.org/issues/3418
http://lists.freebsd.org/pipermail/freebsd-current/2013-October/045088.html
Until the above fixes show up on release versions, is there any thing that could be done now to solve this issue? I would prefer to stick with release versions. The server is otherwise working fine. Thanks.
Code:
L2 ARC Summary: (DEGRADED)
Passed Headroom: 23.31m
Tried Lock Failures: 4.28m
IO In Progress: 13.87k
Low Memory Aborts: 103
Free on Write: 1.44m
Writes While Full: 2.40m
R/W Clashes: 1.74k
Bad Checksums: 1.15m
IO Errors: 501.55k
SPA Mismatch: 11
Code:
kstat.zfs.misc.arcstats.l2_compress_successes: 51418193
kstat.zfs.misc.arcstats.l2_compress_zeros: 0
kstat.zfs.misc.arcstats.l2_compress_failures: 108469007
I have an identical hardware in deployment on FreeBSD 9.2 without this problem.
Looks like this may be related to L2ARC compression according to the url's below
https://bugs.freenas.org/projects/f...ions/ededc82f03e5dd5a518ccda3b0aae506fbfd8fc8
http://svnweb.freebsd.org/base?view=revision&sortby=file&revision=256889
https://bugs.freenas.org/issues/3418
http://lists.freebsd.org/pipermail/freebsd-current/2013-October/045088.html
Until the above fixes show up on release versions, is there any thing that could be done now to solve this issue? I would prefer to stick with release versions. The server is otherwise working fine. Thanks.