yandrey321 commented on code in PR #1:
URL: https://github.com/apache/ozone-installer/pull/1#discussion_r2830337862
##########
README.md:
##########
@@ -256,7 +256,7 @@ ANSIBLE_CONFIG=ansible.cfg ansible-playbook -i
inventories/dev/hosts.ini playboo
### Directories
- Install base (`install_base`, default `/opt/ozone`): where Ozone binaries
and configs live. A `current` symlink points to the active version directory.
-- Data base (`data_base`, default `/data/ozone`): where Ozone writes on‑disk
metadata and Datanode data (e.g., `ozone.metadata.dirs`, `hdds.datanode.dir`).
+- Data base (`data_base`, default `/data/ozone`): where Ozone writes on‑disk
metadata and Datanode data (e.g., `ozone.metadata.dirs`, `hdds.datanode.dir`).
Supports comma-separated multiple directories (e.g.
`/data/ozone1,/data/ozone2`) or brace expansion (e.g. `/data/ozone{1..3}` →
`/data/ozone1,/data/ozone2,/data/ozone3`); each path gets `dn`, `meta`,
`data/om`, etc. subdirs in `ozone-site.xml`.
Review Comment:
Am I understand correctly that metadata is going to the first disk? Does any
data would be stored on the first disk as well?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]