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

weichiu pushed a commit to branch HDDS-9225-website-v2
in repository https://gitbox.apache.org/repos/asf/ozone-site.git


The following commit(s) were added to refs/heads/HDDS-9225-website-v2 by this 
push:
     new 1f03f365b HDDS-14431. [Website v2] [Docs] [Administrator Guide] Update 
page "Dynamic property reload" (#270)
1f03f365b is described below

commit 1f03f365b3f2d42d187d727f23b98722d4399815
Author: Gargi Jaiswal <[email protected]>
AuthorDate: Fri Jan 23 10:12:42 2026 +0530

    HDDS-14431. [Website v2] [Docs] [Administrator Guide] Update page "Dynamic 
property reload" (#270)
---
 .../03-operations/13-dynamic-property-reload.md              | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/docs/05-administrator-guide/03-operations/13-dynamic-property-reload.md 
b/docs/05-administrator-guide/03-operations/13-dynamic-property-reload.md
index 6aa3fa6ba..d2c312166 100644
--- a/docs/05-administrator-guide/03-operations/13-dynamic-property-reload.md
+++ b/docs/05-administrator-guide/03-operations/13-dynamic-property-reload.md
@@ -18,16 +18,16 @@ The reconfiguration is performed asynchronously, and you 
can check the status to
 ## Command Reference
 
 ```shell
-ozone admin reconfig --service=[OM|SCM|DATANODE] --address=<ip:port> 
<operation>
+ozone admin reconfig --service=[OM|SCM|DATANODE] 
--address=<ip:port|hostname:port> <operation>
 ```
 
 ### Options
 
-| Option                     | Description                                     
          |
-| -------------------------- | 
--------------------------------------------------------- |
-| `--service`                | The service type: `OM`, `SCM`, or `DATANODE`    
          |
-| `--address`                | RPC address of the target server (e.g., 
`hadoop1:9862`)   |
-| `--in-service-datanodes`   | (Datanode only) Apply to all IN_SERVICE 
Datanodes         |
+| Option                     | Description                                     
                                                                       |
+| -------------------------- 
|------------------------------------------------------------------------------------------------------------------------|
+| `--service`                | The service type: `OM`, `SCM`, or `DATANODE`    
                                                                       |
+| `--address` | RPC address of the target server (e.g., `hadoop1:9862` or 
`192.168.1.10:9862`). Required unless `--in-service-datanodes` is specified. |
+| `--in-service-datanodes`   | (Datanode only) Apply to all IN_SERVICE 
Datanodes                                                                      |
 
 ### Operations
 


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

Reply via email to