adoroszlai commented on code in PR #7402: URL: https://github.com/apache/ozone/pull/7402#discussion_r1847142768
########## hadoop-ozone/dist/src/main/compose/compatibility/docker-config: ########## @@ -21,7 +21,7 @@ OZONE-SITE.XML_ozone.scm.datanode.ratis.volume.free-space.min=10MB OZONE-SITE.XML_ozone.scm.pipeline.creation.interval=30s OZONE-SITE.XML_ozone.scm.pipeline.owner.container.count=1 OZONE-SITE.XML_ozone.scm.names=scm -OZONE-SITE.XML_ozone.scm.datanode.id.dir=/data +OZONE-SITE.XML_ozone.scm.datanode.id.dir=/data/metadata Review Comment: So why do we need to create DB in the `ozone.scm.datanode.id.dir`, which is for the datanode ID file? Can we use `ozone.metadata.dirs`, which is already configured to `/data/metadata`? -- 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]
