Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2015 20:28:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-fs@FreeBSD.org
Subject:   [Bug 198242] [zfs] L2ARC degraded. Checksum errors, I/O errors
Message-ID:  <bug-198242-3630-rDzxZn9rvZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198242-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198242-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198242

Justin <oconnor@crystal.harvard.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oconnor@crystal.harvard.edu

--- Comment #11 from Justin <oconnor@crystal.harvard.edu> ---
Thanks Andriy. Looks like the patch is for stable/10. Will upgrade a box from
release to stable for testing.

1 issue (svn co stable/10 today)-
Hunk #10 failed at 5324.
1 out of 10 hunks failed while patching
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
done

Patched anyways and found the other lines by hand -
diff arc.c arc.c.orig
...
5327,5328c5305,5306
< ARCSTAT_INCR(arcstat_l2_asize, stats_size);
< vdev_space_update(dev->l2ad_vdev, stats_size, 0, 0);
> ARCSTAT_INCR(arcstat_l2_asize, write_asize);
> vdev_space_update(dev->l2ad_vdev, write_psize, 0, 0);

Cheers

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198242-3630-rDzxZn9rvZ>