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-site.git


The following commit(s) were added to refs/heads/master by this push:
     new c9211bccc HDDS-15306. [Auto] Update configuration documentation (#454)
c9211bccc is described below

commit c9211bcccbf6c7f3a149877265bb9f4170a6d263
Author: asf-ci-deploy <[email protected]>
AuthorDate: Wed Jun 3 08:43:45 2026 +0200

    HDDS-15306. [Auto] Update configuration documentation (#454)
---
 docs/05-administrator-guide/02-configuration/99-appendix.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/05-administrator-guide/02-configuration/99-appendix.md 
b/docs/05-administrator-guide/02-configuration/99-appendix.md
index 522ed062e..613c7cf77 100644
--- a/docs/05-administrator-guide/02-configuration/99-appendix.md
+++ b/docs/05-administrator-guide/02-configuration/99-appendix.md
@@ -115,7 +115,7 @@ This page provides a comprehensive overview of the 
configuration keys available
 | `hdds.datanode.dir.du.reserved.percent` |  | `OZONE`, `CONTAINER`, 
`STORAGE`, `MANAGEMENT` | Percentage of volume that should be reserved. This 
space is left free for other usage. The value should be between 0-1. Such as 
0.1 which means 10% of volume space will be reserved. |
 | `hdds.datanode.disk.balancer.container.choosing.policy` | 
org.apache.hadoop.ozone.container.diskbalancer.policy.DefaultContainerChoosingPolicy
 | `DISKBALANCER` | The policy for selecting source/destination volumes and 
containers to move for disk balancing. |
 | `hdds.datanode.disk.balancer.container.states` | CLOSED,QUASI_CLOSED | 
`DATANODE`, `DISKBALANCER` | Container lifecycle state names (CLOSED, 
QUASI_CLOSED) that are eligible to be moved between disks on a datanode. Names 
must match the enum exactly (uppercase). The default includes CLOSED and 
QUASI_CLOSED; additional states can be enabled by adding the states here. |
-| `hdds.datanode.disk.balancer.enabled` | false | `OZONE`, `DATANODE`, 
`DISKBALANCER` | If this property is set to true, then the Disk Balancer 
feature is enabled on Datanodes, and users can use this service. By default, 
this is disabled. |
+| `hdds.datanode.disk.balancer.enabled` | true | `OZONE`, `DATANODE`, 
`DISKBALANCER` | By default Disk Balancer feature is enabled on Datanodes. |
 | `hdds.datanode.disk.balancer.info.dir` |  | `DISKBALANCER` | The path where 
datanode diskBalancer's conf is to be written to. if this property is not 
defined, ozone will fall back to use metadata directory instead. |
 | `hdds.datanode.disk.balancer.max.disk.throughputInMBPerSec` | 10 | 
`DISKBALANCER` | The max balance speed. |
 | `hdds.datanode.disk.balancer.parallel.thread` | 5 | `DISKBALANCER` | The max 
parallel balance thread count. |


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

Reply via email to