Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions hadoop-hdds/docs/content/concept/Datanodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,15 @@ blocks that get reported. That is a 40x reduction in the block reports.
This extra indirection helps tremendously with scaling Ozone. SCM has far
less block data to process and the namespace service (Ozone Manager) as a
different service are critical to scaling Ozone.


## Notable configurations

key | default | <div style="width: 300px;">description</div>
----|---------|------------
dfs.container.ratis.datanode.storage.dir | none | This directory is used for storing Ratis metadata like logs.
ozone.scm.datanode.id.dir | none | The path that datanodes will use to store the datanode ID.
hdds.datanode.dir | none | Determines where on the local filesystem HDDS data will be stored.
Comment thread
whbing marked this conversation as resolved.
Outdated
hdds.datanode.dir.du.reserved | none | Reserved space in bytes per volume. Always leave this much space free for non dfs use.
ozone.metadata.dirs | none | Directory to store persisted data (RocksDB).
ozone.recon.address | 0.0.0.0:9891 | RPC address of the Recon.
Comment thread
whbing marked this conversation as resolved.
Outdated