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 fba806e HDDS-11011. set ozone-site.xml config
ozone.om.ratis.enable=false (#27)
fba806e is described below
commit fba806e3c3ec6a1785e3713a984cf9a78822ed31
Author: shenxingwuying <[email protected]>
AuthorDate: Fri Oct 4 17:27:26 2024 +0800
HDDS-11011. set ozone-site.xml config ozone.om.ratis.enable=false (#27)
---
ozone-site.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/ozone-site.xml b/ozone-site.xml
index eb2bb0f..66ccabf 100644
--- a/ozone-site.xml
+++ b/ozone-site.xml
@@ -15,6 +15,7 @@
limitations under the License.
-->
<configuration>
+<property><name>ozone.om.ratis.enable</name><value>false</value></property>
<property><name>ozone.scm.block.client.address</name><value>localhost</value></property>
<property><name>ozone.scm.datanode.id</name><value>/tmp/datanode.id</value></property>
<property><name>ozone.scm.client.address</name><value>localhost</value></property>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]