jojochuang commented on code in PR #217:
URL: https://github.com/apache/ozone-site/pull/217#discussion_r2684879682
##########
docs/05-administrator-guide/03-operations/13-dynamic-property-reload.md:
##########
@@ -0,0 +1,185 @@
+---
+sidebar_label: Dynamic Property Reload
+---
+
+# Dynamic Property Reload
+
+Ozone supports dynamic reloading of certain configuration properties without
restarting services. This enables operators to tune cluster behavior, adjust
limits, and update settings in production without service disruption.
+
+## Overview
+
+When a property is marked as reconfigurable, you can:
+
+1. Modify the property value in the configuration file (`ozone-site.xml`)
+2. Invoke the reconfig command to apply the changes to the running service
+
+The reconfiguration is performed asynchronously, and you can check the status
to verify completion.
+
+## Command Reference
+
+```shell
+ozone admin reconfig --service=[OM|SCM|DATANODE] --address=<ip:port>
<operation>
+```
+
+### Options
+
+| Option | Description
|
+| -------------------------- |
--------------------------------------------------------- |
+| `--service` | The service type: `OM`, `SCM`, or `DATANODE`
|
+| `--address` | RPC address of the target server (e.g.,
`hadoop1:9862`) |
Review Comment:
```suggestion
| `--address` | RPC address of the target server (e.g., `hadoop1:9862` or
`192.168.1.10:9862`). Required unless `--in-service-datanodes` is specified.
|```
##########
docs/05-administrator-guide/03-operations/13-dynamic-property-reload.md:
##########
@@ -0,0 +1,185 @@
+---
+sidebar_label: Dynamic Property Reload
+---
+
+# Dynamic Property Reload
+
+Ozone supports dynamic reloading of certain configuration properties without
restarting services. This enables operators to tune cluster behavior, adjust
limits, and update settings in production without service disruption.
+
+## Overview
+
+When a property is marked as reconfigurable, you can:
+
+1. Modify the property value in the configuration file (`ozone-site.xml`)
+2. Invoke the reconfig command to apply the changes to the running service
+
+The reconfiguration is performed asynchronously, and you can check the status
to verify completion.
+
+## Command Reference
+
+```shell
+ozone admin reconfig --service=[OM|SCM|DATANODE] --address=<ip:port>
<operation>
Review Comment:
```suggestion
ozone admin reconfig --service=[OM|SCM|DATANODE]
--address=<ip:port|hostname:port> <operation>```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]