From 037537ff1ae06009368a2e2bf041a86b9e4f8230 Mon Sep 17 00:00:00 2001 From: Paul Dagnelie Date: Mon, 10 Feb 2025 09:16:38 -0800 Subject: [PATCH] style Signed-off-by: Paul Dagnelie --- man/man4/zfs.4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/man4/zfs.4 b/man/man4/zfs.4 index c3807d7b99b3..d6ed6f8e60cc 100644 --- a/man/man4/zfs.4 +++ b/man/man4/zfs.4 @@ -1040,12 +1040,12 @@ Flush at least this many entries each transaction. .Pp OpenZFS will a fraction of the log every TXG, to keep the size proportional to the ingest rate (see -.Sy zfs_dedup_log_flush_txgs) . +.Sy zfs_dedup_log_flush_txgs ) . This sets the minimum for that estimate, which prevents the backlog from never completely draining if the ingest rate falls. -Raising it can force OpenZFS to flush more aggressively, keeping the log small -and so reducing pool import times, but can make it less able to back off if -log flushing would compete with other IO too much. +Raising it can force OpenZFS to flush more aggressively, reducing the backlog +to zero more quickly, but can make it less able to back off if log +flushing would compete with other IO too much. . .It Sy zfs_dedup_log_flush_entries_max Ns = Ns Sy UINT_MAX Ns Pq uint Flush at most this many entries each transaction.