Reviewed by: Matthew Ahrens <[email protected]> Reviewed by: George Wilson <[email protected]>
If a ZFS object contains a hole at level one, and then a data block is created at level 0 underneath that l1 block, l0 holes will be created. However, these l0 holes do not have the birth time property set; as a result, incremental sends will not send those holes. Fix is to modify the dbuf_read code to fill in birth time data. You can view, comment on, or merge this pull request online at: https://github.com/openzfs/openzfs/pull/45 -- Commit Summary -- * 6513 partially filled holes lose birth time -- File Changes -- -- Patch Links -- https://github.com/openzfs/openzfs/pull/45.patch https://github.com/openzfs/openzfs/pull/45.diff --- Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/45
_______________________________________________ developer mailing list [email protected] http://lists.open-zfs.org/mailman/listinfo/developer
