Skip to content
Discussion options

You must be logged in to vote

I'd say just ignore it. It is reported if any errors were detected there since reboot:

    l2_errors = int(arc_stats['l2_writes_error']) +\
        int(arc_stats['l2_cksum_bad']) +\
        int(arc_stats['l2_io_error'])

While it may mean that something is not perfect there, but I would not be worried unless you experience any actual problems:

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jxdking
Comment options

@amotin
Comment options

amotin Sep 9, 2025
Collaborator

@jxdking
Comment options

Answer selected by jxdking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants