[Bug 204484] ZFS caches on 4K GELI devices accumulate inordinate write errors

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 12 10:25:59 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204484

nowak at tepeserwery.pl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nowak at tepeserwery.pl

--- Comment #1 from nowak at tepeserwery.pl ---
L2ARC issues physical writes of size possibly not aligned to device block size.
zio_vdev_io_start would later align by padding with zeroes. This changed with
http://svnweb.freebsd.org/base/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c?r1=268123&r2=268855&pathrev=269093
where IO tagged as physical would not be padded (without fixing L2ARC).

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


More information about the freebsd-fs mailing list