This is an automated email from the ASF dual-hosted git repository.
adoroszlai 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 a71cf1ffa HDDS-15149. [Auto] Update configuration documentation (#424)
a71cf1ffa is described below
commit a71cf1ffac82dddc1835b0fbd777b5d1e608b643
Author: asf-ci-deploy <[email protected]>
AuthorDate: Mon May 11 08:20:12 2026 +0200
HDDS-15149. [Auto] Update configuration documentation (#424)
---
docs/05-administrator-guide/02-configuration/99-appendix.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/05-administrator-guide/02-configuration/99-appendix.md
b/docs/05-administrator-guide/02-configuration/99-appendix.md
index b21349f7e..488de05d8 100644
--- a/docs/05-administrator-guide/02-configuration/99-appendix.md
+++ b/docs/05-administrator-guide/02-configuration/99-appendix.md
@@ -143,6 +143,7 @@ This page provides a comprehensive overview of the
configuration keys available
| `hdds.datanode.failed.data.volumes.tolerated` | -1 | `DATANODE` | The number
of data volumes that are allowed to fail before a datanode stops offering
service. Config this to -1 means unlimited, but we should have at least one
good volume left. |
| `hdds.datanode.failed.db.volumes.tolerated` | -1 | `DATANODE` | The number
of db volumes that are allowed to fail before a datanode stops offering
service. Config this to -1 means unlimited, but we should have at least one
good volume left. |
| `hdds.datanode.failed.metadata.volumes.tolerated` | -1 | `DATANODE` | The
number of metadata volumes that are allowed to fail before a datanode stops
offering service. Config this to -1 means unlimited, but we should have at
least one good volume left. |
+| `hdds.datanode.grpc.so.backlog` | 4096 | `DATANODE` | The SO_BACKLOG value
for the Datanode gRPC server socket. This limits the number of pending
connections in the kernel's accept queue. When this limit is reached, the
kernel will reject new connection attempts with SYN drops. |
| `hdds.datanode.handler.count` | 10 | `OZONE`, `HDDS`, `MANAGEMENT` | The
number of RPC handler threads for Datanode client service endpoints. |
| `hdds.datanode.hostname` | | `OZONE`, `DATANODE` | Optional. The hostname
for the Datanode containing this configuration file. Will be different for each
machine. Defaults to current hostname. |
| `hdds.datanode.http-address` | 0.0.0.0:9882 | `HDDS`, `MANAGEMENT` | The
address and the base port where the Datanode web ui will listen on. If the port
is 0 then the server will start on a free port. |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]