jojochuang opened a new pull request, #498: URL: https://github.com/apache/ozone-site/pull/498
## What changes were proposed in this pull request? This change adds a short troubleshooting runbook for when Ozone clients cannot reach Datanodes for data transfer, while metadata operations through the Ozone Manager still succeed. It documents setting `hdds.datanode.use.datanode.hostname=true` on clients and Datanodes for Kubernetes, port-forwarded or remote clients, and multi-homed networks, and explains why hostname mode avoids connecting to stale or unroutable IPs registered in SCM. The pull request also publishes the Troubleshooting documentation section by removing the Docusaurus docs exclude for `06-troubleshooting`, and adds cross-links from the Kubernetes quick-start guide and the configuration appendix. ## What is the link to the Apache Jira? https://issues.apache.org/jira/browse/HDDS-15917 ## How was this patch tested? - `pnpm run lint` (eslint, markdownlint, yamllint) - `npm run build` Note: this repository does not use Java Checkstyle; static analysis for the website is covered by the CI `static` workflow lint job above. Made with [Cursor](https://cursor.com) -- 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]
