[pbs-devel] [PATCH proxmox-backup v2 6/6] docs: tuning: document default-verification-{workers, readers}

Nicolas Frey n.frey at proxmox.com
Mon Nov 24 12:04:27 CET 2025


Signed-off-by: Nicolas Frey <n.frey at proxmox.com>
---
New in v2

 docs/storage.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/storage.rst b/docs/storage.rst
index f1218d9b..672091f8 100644
--- a/docs/storage.rst
+++ b/docs/storage.rst
@@ -618,6 +618,11 @@ There are some tuning related options for the datastore that are more advanced:
   cache slots, 1048576 (= 1024 * 1024) being the default, 8388608 (= 8192 *
   1024) the maximum value.
 
+* ``default-verification-workers`` and ``default-verification-readers``:
+  Define the default number of threads used for verification and reading of chunks,
+  respectively. By default, 4 threads are used for verification and 1 thread is used
+  for reading.
+
 If you want to set multiple tuning options simultaneously, you can separate them
 with a comma, like this:
 
-- 
2.47.3




More information about the pbs-devel mailing list