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.git
The following commit(s) were added to refs/heads/master by this push:
new 6e2de99324 HDDS-7308. Fix config example syntax highlight in OM HA
(#3833)
6e2de99324 is described below
commit 6e2de9932447f8bfb4cf4ddd7de56fe44cabdcb6
Author: Navink <[email protected]>
AuthorDate: Thu Oct 13 19:05:42 2022 +0530
HDDS-7308. Fix config example syntax highlight in OM HA (#3833)
---
hadoop-hdds/docs/content/feature/OM-HA.md | 2 +-
hadoop-hdds/docs/content/feature/OM-HA.zh.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hadoop-hdds/docs/content/feature/OM-HA.md
b/hadoop-hdds/docs/content/feature/OM-HA.md
index 91c1e205bd..1b292c78f0 100644
--- a/hadoop-hdds/docs/content/feature/OM-HA.md
+++ b/hadoop-hdds/docs/content/feature/OM-HA.md
@@ -53,7 +53,7 @@ One Ozone configuration (`ozone-site.xml`) can support
multiple Ozone HA cluster
This logical name is called `serviceId` and can be configured in the
`ozone-site.xml`
- ```
+```XML
<property>
<name>ozone.om.service.ids</name>
<value>cluster1</value>
diff --git a/hadoop-hdds/docs/content/feature/OM-HA.zh.md
b/hadoop-hdds/docs/content/feature/OM-HA.zh.md
index 109ebc03be..2ce92087a0 100644
--- a/hadoop-hdds/docs/content/feature/OM-HA.zh.md
+++ b/hadoop-hdds/docs/content/feature/OM-HA.zh.md
@@ -55,7 +55,7 @@ Ozone Manager 和 Storage Container Manager 都支持 HA。在这种模式下,
该逻辑名称叫做 `serviceId`,可以在 `ozone-site.xml` 中进行配置:
- ```
+```XML
<property>
<name>ozone.om.service.ids</name>
<value>cluster1</value>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]