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

weichiu 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 6548dab36 HDDS-14731. Fix typo in RocksDB configuration documentation 
(#355)
6548dab36 is described below

commit 6548dab36ea6a8ddd1ac7940ea72b4634bdeb302
Author: Rishabh Patel <[email protected]>
AuthorDate: Thu Feb 26 14:42:43 2026 -0800

    HDDS-14731. Fix typo in RocksDB configuration documentation (#355)
---
 .../02-configuration/04-performance/04-rocksdb.md                 | 8 ++++----
 .../02-configuration/04-performance/04-rocksdb.md                 | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/docs/05-administrator-guide/02-configuration/04-performance/04-rocksdb.md 
b/docs/05-administrator-guide/02-configuration/04-performance/04-rocksdb.md
index 0c1a9b6ff..3a9853876 100644
--- a/docs/05-administrator-guide/02-configuration/04-performance/04-rocksdb.md
+++ b/docs/05-administrator-guide/02-configuration/04-performance/04-rocksdb.md
@@ -138,10 +138,10 @@ For more details, refer to the [Datanode Container Schema 
v3 in DN Documentation
 
 **Write-ahead log (WAL) settings:** Balancing durability and write performance.
 
-| Property | Default | Description |
-|----------|---------|-------------|
-| `hdds.datanode.rocksdb.log.max-file-size` | `32MB` | The max size of each 
user log file of RocksDB. O means no size limit. |
-| `hdds.datanode.rocksdb.log.max-file-num` | `64` | The max user log file 
number to keep for each RocksDB. |
+| Property                                  | Default | Description            
                                                 |
+|-------------------------------------------|---------|-------------------------------------------------------------------------|
+| `hdds.datanode.rocksdb.log.max-file-size` | `32MB`  | The max size of each 
user log file of RocksDB. `0` means no size limit. |
+| `hdds.datanode.rocksdb.log.max-file-num`  | `64`    | The max user log file 
number to keep for each RocksDB.                  |
 
 **Logging:**
 
diff --git 
a/versioned_docs/version-2.1.0/05-administrator-guide/02-configuration/04-performance/04-rocksdb.md
 
b/versioned_docs/version-2.1.0/05-administrator-guide/02-configuration/04-performance/04-rocksdb.md
index 3ddaab67c..1864ad7ee 100644
--- 
a/versioned_docs/version-2.1.0/05-administrator-guide/02-configuration/04-performance/04-rocksdb.md
+++ 
b/versioned_docs/version-2.1.0/05-administrator-guide/02-configuration/04-performance/04-rocksdb.md
@@ -138,10 +138,10 @@ For more details, refer to the [Datanode Container Schema 
v3 in DN Documentation
 
 **Write-ahead log (WAL) settings:** Balancing durability and write performance.
 
-| Property | Default | Description |
-|----------|---------|-------------|
-| `hdds.datanode.rocksdb.log.max-file-size` | `32MB` | The max size of each 
user log file of RocksDB. O means no size limit. |
-| `hdds.datanode.rocksdb.log.max-file-num` | `64` | The max user log file 
number to keep for each RocksDB. |
+| Property                                  | Default | Description            
                                                 |
+|-------------------------------------------|---------|-------------------------------------------------------------------------|
+| `hdds.datanode.rocksdb.log.max-file-size` | `32MB`  | The max size of each 
user log file of RocksDB. `0` means no size limit. |
+| `hdds.datanode.rocksdb.log.max-file-num`  | `64`    | The max user log file 
number to keep for each RocksDB.                  |
 
 **Logging:**
 


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

Reply via email to