From 6b22496eb07ca1ae06f99c065970e65b87575735 Mon Sep 17 00:00:00 2001 From: Laura Hild Date: Mon, 20 Feb 2023 14:36:16 -0500 Subject: [PATCH] Update zfs_dmu_offset_next_sync for v2.1.5 Pull request was openzfs/zfs#12746, commit openzfs/zfs@9f6943504aec36f897f814fb7ae5987425436b11. --- docs/Performance and Tuning/Module Parameters.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Performance and Tuning/Module Parameters.rst b/docs/Performance and Tuning/Module Parameters.rst index f9d85c483..38a1f3c30 100644 --- a/docs/Performance and Tuning/Module Parameters.rst +++ b/docs/Performance and Tuning/Module Parameters.rst @@ -4751,14 +4751,15 @@ synced so the previous data can be found. +==========================+==========================================+ | Tags | `DMU <#dmu>`__ | +--------------------------+------------------------------------------+ -| When to change | TBD | +| When to change | to exchange strict hole reporting for | +| | performance | +--------------------------+------------------------------------------+ | Data Type | boolean | +--------------------------+------------------------------------------+ | Range | 0=do not force txg sync to find holes, | | | 1=force txg sync to find holes | +--------------------------+------------------------------------------+ -| Default | 0 | +| Default | 1 since v2.1.5, previously 0 | +--------------------------+------------------------------------------+ | Change | Dynamic | +--------------------------+------------------------------------------+