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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/ozone-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4359c2a49 [auto] Generated docs from Apache Ozone master 
e5d3f04ff26ae76317ac3b9743d854363a387b9a
4359c2a49 is described below

commit 4359c2a4932b75f6402c9831adeab8893c83c429
Author: Github Actions <[email protected]>
AuthorDate: Sat Jan 17 12:46:46 2026 +0000

    [auto] Generated docs from Apache Ozone master 
e5d3f04ff26ae76317ac3b9743d854363a387b9a
---
 docs/edge/en/sitemap.xml                  |  2 +-
 docs/edge/feature/multi-raft-support.html | 38 ++++++++++++++++++++++++++++++-
 docs/edge/sitemap.xml                     |  2 +-
 3 files changed, 39 insertions(+), 3 deletions(-)

diff --git a/docs/edge/en/sitemap.xml b/docs/edge/en/sitemap.xml
index ad8985d99..922582e1c 100644
--- a/docs/edge/en/sitemap.xml
+++ b/docs/edge/en/sitemap.xml
@@ -944,7 +944,7 @@
     <lastmod>2025-08-12T10:23:47+05:30</lastmod>
   </url><url>
     <loc>/feature/multi-raft-support.html</loc>
-    <lastmod>2025-07-03T11:46:58-07:00</lastmod>
+    <lastmod>2026-01-16T12:21:40-08:00</lastmod>
   </url><url>
     <loc>/recipe/botoclient.html</loc>
     <lastmod>2021-03-02T11:11:58-08:00</lastmod>
diff --git a/docs/edge/feature/multi-raft-support.html 
b/docs/edge/feature/multi-raft-support.html
index 9747411ce..2ccbe4f1b 100644
--- a/docs/edge/feature/multi-raft-support.html
+++ b/docs/edge/feature/multi-raft-support.html
@@ -732,6 +732,42 @@ The Ratis pipelines will be distributed accordingly.
 </ul>
 </li>
 </ul>
+<h2 id="advanced-ratis-configuration">Advanced Ratis Configuration</h2>
+<p>Any Ratis configuration properties can be set by prepending a corresponding 
prefix.
+The following table shows the prefixes in each Ozone component.</p>
+<table>
+  <thead>
+      <tr>
+          <th>Ozone Components</th>
+          <th>Configuration Prefixes</th>
+          <th>Examples: To set <code>raft.server.write.byte-limit</code></th>
+      </tr>
+  </thead>
+  <tbody>
+      <tr>
+          <td>Ozone Manager (OM)</td>
+          <td><code>ozone.om.ha.</code></td>
+          <td>Use <code>ozone.om.ha.raft.server.write.byte-limit</code></td>
+      </tr>
+      <tr>
+          <td>Storage Container Manager (SCM)</td>
+          <td><code>ozone.scm.ha.</code></td>
+          <td>Use <code>ozone.scm.ha.raft.server.write.byte-limit</code></td>
+      </tr>
+      <tr>
+          <td>Datanode</td>
+          <td><code>hdds.ratis.</code></td>
+          <td>Use <code>hdds.ratis.raft.server.write.byte-limit</code></td>
+      </tr>
+      <tr>
+          <td>Ozone Client</td>
+          <td><code>hdds.ratis.</code></td>
+          <td>Use <code>hdds.ratis.raft.server.write.byte-limit</code></td>
+      </tr>
+  </tbody>
+</table>
+<p>See also <a 
href="https://github.com/apache/ratis/blob/ratis-3.2.1/ratis-docs/src/site/markdown/configurations.md";>Apache
 Ratis configuration
+documentation</a>.</p>
 <h2 id="limitations">Limitations</h2>
 <ul>
 <li>Global configuration: cannot set per-node limits</li>
@@ -761,7 +797,7 @@ The Ratis pipelines will be distributed accordingly.
 <footer class="footer">
   <div class="container">
     <span class="small text-muted">
-      Version: 2.2.0-SNAPSHOT, Last Modified: July 3, 2025 <a 
class="hide-child link primary-color" 
href="https://github.com/apache/ozone/commit/d80589388ec68ba69885cae8638b9fea5a00eec4";>d80589388e</a>
+      Version: 2.2.0-SNAPSHOT, Last Modified: January 16, 2026 <a 
class="hide-child link primary-color" 
href="https://github.com/apache/ozone/commit/e5d3f04ff26ae76317ac3b9743d854363a387b9a";>e5d3f04ff2</a>
     </span>
   </div>
 </footer>
diff --git a/docs/edge/sitemap.xml b/docs/edge/sitemap.xml
index 427da1b5a..5e4fcdc92 100644
--- a/docs/edge/sitemap.xml
+++ b/docs/edge/sitemap.xml
@@ -4,7 +4,7 @@
   <sitemap>
     <loc>/en/sitemap.xml</loc>
     
-      <lastmod>2026-01-15T09:25:11+08:00</lastmod>
+      <lastmod>2026-01-16T12:21:40-08:00</lastmod>
     
   </sitemap>
   


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

Reply via email to