This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch latest
in repository https://gitbox.apache.org/repos/asf/ozone-docker.git
The following commit(s) were added to refs/heads/latest by this push:
new d3e5c51 HDDS-12931. Update ozone.scm.datanode.id.dir to match
HDDS-11650 (#45)
d3e5c51 is described below
commit d3e5c519c58567cd84c48e85e79fc50a7b43701a
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Tue Apr 29 11:01:26 2025 -0700
HDDS-12931. Update ozone.scm.datanode.id.dir to match HDDS-11650 (#45)
---
docker-compose.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 654430c..64fc93f 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -29,7 +29,7 @@ x-common-config:
OZONE-SITE.XML_ozone.replication: "1"
OZONE-SITE.XML_ozone.scm.block.client.address: "scm"
OZONE-SITE.XML_ozone.scm.client.address: "scm"
- OZONE-SITE.XML_ozone.scm.datanode.id.dir: "/data"
+ OZONE-SITE.XML_ozone.scm.datanode.id.dir: "/data/metadata"
OZONE-SITE.XML_ozone.scm.names: "scm"
no_proxy: "om,recon,scm,s3g,localhost,127.0.0.1"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]