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` |