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

sarvekshayr 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 ffa31ce123c HDDS-14554. Incorrect Default Value for “Stop after disk 
even” Command Option in DiskBalancer Doc (#9706)
ffa31ce123c is described below

commit ffa31ce123cf95608698b5ff7c11e12d5dc8f103
Author: sravani <[email protected]>
AuthorDate: Wed Feb 4 10:16:37 2026 +0530

    HDDS-14554. Incorrect Default Value for “Stop after disk even” Command 
Option in DiskBalancer Doc (#9706)
---
 hadoop-hdds/docs/content/feature/DiskBalancer.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/hadoop-hdds/docs/content/feature/DiskBalancer.md 
b/hadoop-hdds/docs/content/feature/DiskBalancer.md
index 3339d3b49a7..d8e7b501ae3 100644
--- a/hadoop-hdds/docs/content/feature/DiskBalancer.md
+++ b/hadoop-hdds/docs/content/feature/DiskBalancer.md
@@ -151,15 +151,15 @@ ozone admin datanode diskbalancer report 
[<datanode-address> ...] [--in-service-
 
 ### Command Options
 
-| Option                              | Description                            
                                                                                
                                                                                
                                                                                
                                                                             | 
Example                                        |
-|-------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------|
+| Option                              | Description                            
                                                                                
                                                                                
                                                                                
                                                                                
| Example                                        |
+|-------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------|
 | `<datanode-address>`                | One or more datanode addresses as 
positional arguments. Addresses can be:<br>- Hostname (e.g., `DN-1`) - uses 
default CLIENT_RPC port (19864)<br>- Hostname with port (e.g., 
`DN-1:19864`)<br>- IP address (e.g., `192.168.1.10`)<br>- IP address with port 
(e.g., `192.168.1.10:19864`)<br>- Stdin (`-`) - reads datanode addresses from 
standard input, one per line | `DN-1`<br>`DN-1:19864`<br>`192.168.1.10`<br>`-` |
-| `--in-service-datanodes`            | It queries SCM for all IN_SERVICE 
datanodes and executes the command on all of them.                              
                                                                                
                                                                                
                                                                                
  | `--in-service-datanodes`                       |
-| `--json`                            | Format output as JSON.                 
                                                                                
                                                                                
                                                                                
                                                                             | 
`--json`                                       |
-| `-t/--threshold-percentage`        | Volume density threshold percentage 
(default: 10.0). Used with `start` and `update` commands.                       
                                                                                
                                                                                
                                                                                
| `-t 5`<br>`--threshold-percentage 5.0`         |
-| `-b/--bandwidth-in-mb`              | Maximum disk bandwidth in MB/s 
(default: 10). Used with `start` and `update` commands.                         
                                                                                
                                                                                
                                                                                
     | `-b 20`<br>`--bandwidth-in-mb 50`              |
-| `-p/--parallel-thread`              | Number of parallel threads (default: 
1). Used with `start` and `update` commands.                                    
                                                                                
                                                                                
                                                                               
| `-p 5`<br>`--parallel-thread 10`               |
-| `-s/--stop-after-disk-even`         | Stop automatically after disks are 
balanced (default: false). Used with `start` and `update` commands.             
                                                                                
                                                                                
                                                                                
 | `-s false`<br>`--stop-after-disk-even true`    |
+| `--in-service-datanodes`            | It queries SCM for all IN_SERVICE 
datanodes and executes the command on all of them.                              
                                                                                
                                                                                
                                                                                
     | `--in-service-datanodes`                       |
+| `--json`                            | Format output as JSON.                 
                                                                                
                                                                                
                                                                                
                                                                                
| `--json`                                       |
+| `-t/--threshold-percentage`        | Volume density threshold percentage 
(default: 10.0). Used with `start` and `update` commands.                       
                                                                                
                                                                                
                                                                                
   | `-t 5`<br>`--threshold-percentage 5.0`         |
+| `-b/--bandwidth-in-mb`              | Maximum disk bandwidth in MB/s 
(default: 10). Used with `start` and `update` commands.                         
                                                                                
                                                                                
                                                                                
        | `-b 20`<br>`--bandwidth-in-mb 50`              |
+| `-p/--parallel-thread`              | Number of parallel threads (default: 
1). Used with `start` and `update` commands.                                    
                                                                                
                                                                                
                                                                                
  | `-p 5`<br>`--parallel-thread 10`               |
+| `-s/--stop-after-disk-even`         | Stop automatically after disks are 
balanced (default: true). Used with `start` and `update` commands.              
                                                                                
                                                                                
                                                                                
    | `-s false`<br>`--stop-after-disk-even true`    |
 
 ### Examples
 


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

Reply via email to