This is an automated email from the ASF dual-hosted git repository.
jojochuang 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 250aee3136 HDDS-15018. [Website v2] [Docs] [Administrator Guide]
Directory Configurations for Recon. (#393)
250aee3136 is described below
commit 250aee3136d411ab2cdc90f5e7186a17c673a73e
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Tue Jul 7 09:29:22 2026 -0700
HDDS-15018. [Website v2] [Docs] [Administrator Guide] Directory
Configurations for Recon. (#393)
---
.../02-configuration/01-basic/03-directories/04-recon.md | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git
a/docs/05-administrator-guide/02-configuration/01-basic/03-directories/04-recon.md
b/docs/05-administrator-guide/02-configuration/01-basic/03-directories/04-recon.md
index f96f7b2b89..b224e9d254 100644
---
a/docs/05-administrator-guide/02-configuration/01-basic/03-directories/04-recon.md
+++
b/docs/05-administrator-guide/02-configuration/01-basic/03-directories/04-recon.md
@@ -1,8 +1,14 @@
---
-draft: true
sidebar_label: Recon
---
# Directory Configurations for Recon
-**TODO:** File a subtask under
[HDDS-9859](https://issues.apache.org/jira/browse/HDDS-9859) and complete this
page or section.
+This section describes the directory-related configuration properties used by
Recon.
+
+| Property Name | Description
| Tags | Default/Example Value | Sample Value
|
+| --------------------------------- |
--------------------------------------------------------------------------------------------------------------------------
| ------------------------------------------------ |
--------------------------------------------- | -------------------------- |
+| `ozone.recon.db.dir` | Directory where the Recon Server stores
its metadata. If not defined, falls back to `ozone.metadata.dirs`. | OZONE,
RECON, STORAGE, PERFORMANCE | Empty (creates directory if it
doesn't exist) | `/var/data/ozone/recon` |
+| `ozone.recon.db.dirs.permissions` | Permissions for the Recon metadata
directories. Values may be octal or symbolic.
| | `700`
| `700` |
+| `ozone.recon.om.db.dir` | Directory where the Recon Server stores
its OM snapshot DB. If not defined, falls back to `ozone.metadata.dirs`.
| OZONE, RECON, STORAGE | Empty (creates
directory if it doesn't exist) | `/var/data/ozone/recon/om` |
+| `ozone.metadata.dirs` | General fallback location used by SCM,
OM, Recon, and DataNodes for metadata when more specific directories are not
set. | OZONE, OM, SCM, CONTAINER, STORAGE, REQUIRED | Empty
| `/var/data/ozone/metadata` |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]