This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 082eebba7 HDDS-15166. [Auto] Update configuration documentation (#444)
082eebba7 is described below

commit 082eebba761d03930eea2b6e575cc6ddff2fac36
Author: asf-ci-deploy <[email protected]>
AuthorDate: Fri May 22 12:05:20 2026 +0200

    HDDS-15166. [Auto] Update configuration documentation (#444)
---
 docs/05-administrator-guide/02-configuration/99-appendix.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/05-administrator-guide/02-configuration/99-appendix.md 
b/docs/05-administrator-guide/02-configuration/99-appendix.md
index 21846a1d4..daf28aef4 100644
--- a/docs/05-administrator-guide/02-configuration/99-appendix.md
+++ b/docs/05-administrator-guide/02-configuration/99-appendix.md
@@ -545,7 +545,7 @@ This page provides a comprehensive overview of the 
configuration keys available
 | `ozone.om.snapshot.compaction.dag.max.time.allowed` | 30d | `OZONE`, `OM` | 
Maximum time a snapshot is allowed to be in compaction DAG before it gets 
pruned out by pruning daemon. Uses millisecond by default when no time unit is 
specified. |
 | `ozone.om.snapshot.compaction.dag.prune.daemon.run.interval` | 10m | 
`OZONE`, `OM` | Interval at which compaction DAG pruning daemon thread is 
running to remove older snapshots with compaction history from compaction DAG. 
Uses millisecond by default when no time unit is specified. |
 | `ozone.om.snapshot.db.max.open.files` | 100 | `OZONE`, `OM` | Max number of 
open files for each snapshot db present in the snapshot cache. Essentially sets 
`max_open_files` config for RocksDB instances opened for Ozone snapshots. This 
will limit the total number of files opened by a snapshot db thereby limiting 
the total number of open file handles by snapshot dbs. Max total number of open 
handles = (snapshot cache size * max open files) |
-| `ozone.om.snapshot.diff.cleanup.service.run.interval` | 1m | `OZONE`, `OM` | 
Interval at which snapshot diff clean up service will run. Uses millisecond by 
default when no time unit is specified. |
+| `ozone.om.snapshot.diff.cleanup.service.run.interval` | 60m | `OZONE`, `OM` 
| Interval at which snapshot diff clean up service will run. Uses millisecond 
by default when no time unit is specified. |
 | `ozone.om.snapshot.diff.cleanup.service.timeout` | 5m | `OZONE`, `OM` | 
Timeout for snapshot diff clean up service. Uses millisecond by default when no 
time unit is specified. |
 | `ozone.om.snapshot.diff.db.dir` |  | `OZONE`, `OM` | Directory where the 
OzoneManager stores the snapshot diff related data. This should be specified as 
a single directory. If the directory does not exist then the OM will attempt to 
create it. If undefined, then the OM will log a warning and fallback to 
`ozone.metadata.dirs`. This fallback approach is not recommended for production 
environments. |
 | `ozone.om.snapshot.diff.disable.native.libs` | false | `OZONE`, `OM` | Flag 
to perform snapshot diff without using native libs(can be slow). |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to