This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new fb80176568d HDDS-14093. Timeout in 
xcompat-cluster-2.0.0-client-2.0.0-write (#9444)
fb80176568d is described below

commit fb80176568d0a76a0ab76fd6e452e19c0f254e2b
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Dec 6 14:39:15 2025 +0100

    HDDS-14093. Timeout in xcompat-cluster-2.0.0-client-2.0.0-write (#9444)
---
 hadoop-ozone/dist/src/main/compose/xcompat/docker-config    | 1 -
 hadoop-ozone/dist/src/main/compose/xcompat/new-cluster.yaml | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-ozone/dist/src/main/compose/xcompat/docker-config 
b/hadoop-ozone/dist/src/main/compose/xcompat/docker-config
index 2d964394501..f128934072a 100644
--- a/hadoop-ozone/dist/src/main/compose/xcompat/docker-config
+++ b/hadoop-ozone/dist/src/main/compose/xcompat/docker-config
@@ -20,7 +20,6 @@ 
CORE-SITE.XML_fs.ofs.impl=org.apache.hadoop.fs.ozone.RootedOzoneFileSystem
 
 OZONE-SITE.XML_hdds.datanode.dir=/data/hdds
 OZONE-SITE.XML_hdds.datanode.volume.min.free.space=100MB
-OZONE-SITE.XML_hdds.datanode.volume.min.free.space.percent=0.001f
 OZONE-SITE.XML_hdds.scm.safemode.min.datanode=3
 OZONE-SITE.XML_ozone.metadata.dirs=/data/metadata
 OZONE-SITE.XML_ozone.om.address=om
diff --git a/hadoop-ozone/dist/src/main/compose/xcompat/new-cluster.yaml 
b/hadoop-ozone/dist/src/main/compose/xcompat/new-cluster.yaml
index 275338d7e70..3de29df026d 100644
--- a/hadoop-ozone/dist/src/main/compose/xcompat/new-cluster.yaml
+++ b/hadoop-ozone/dist/src/main/compose/xcompat/new-cluster.yaml
@@ -56,6 +56,7 @@ services:
       - 9882
     environment:
       OZONE_OPTS:
+      OZONE-SITE.XML_hdds.datanode.volume.min.free.space.percent: 0
     command: ["ozone","datanode"]
   om:
     <<: *new-config


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to