You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ne...@apache.org on 2020/11/22 04:47:17 UTC

[ozone] branch master updated: HDDS-4476. Improve the ZH translation of the HA.md in doc. (#1597)

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

neoyang 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 fd879be  HDDS-4476. Improve the ZH translation of the HA.md in doc. (#1597)
fd879be is described below

commit fd879be45ecf566ed1fb467048c24871a6589d81
Author: Yang Yu <yu...@163.com>
AuthorDate: Sun Nov 22 12:47:01 2020 +0800

    HDDS-4476. Improve the ZH translation of the HA.md in doc. (#1597)
---
 hadoop-hdds/docs/content/feature/HA.zh.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hadoop-hdds/docs/content/feature/HA.zh.md b/hadoop-hdds/docs/content/feature/HA.zh.md
index cb89530..b197571 100644
--- a/hadoop-hdds/docs/content/feature/HA.zh.md
+++ b/hadoop-hdds/docs/content/feature/HA.zh.md
@@ -3,7 +3,7 @@ title: "高可用"
 weight: 1
 menu:
    main:
-      parent: 特性
+      parent: 特点
 summary: Ozone 用于避免单点故障的高可用设置
 ---
 
@@ -87,7 +87,7 @@ Ozone 有两个leader节点(用于键管理的 *Ozone Manager* 和用于块空
 </property>
 ```
 
-基于 [客户端接口]({{< ref path="interface/_index.md" lang="en">}}) ,定义好的 `serviceId` 就可用于替代单个 OM 主机。
+基于 [客户端接口]({{< ref path="interface/_index.zh.md" lang="zh">}}) ,定义好的 `serviceId` 就可用于替代单个 OM 主机。
 
 例如,使用 `o3fs://`
 
@@ -114,4 +114,4 @@ RocksDB 由后台的批处理事务线程负责更新(这也就是所谓的"
 ## 参考文档
 
 * 查看 [该页面]({{< ref path="design/omha.md" lang="en">}}) 以获取详细设计文档;
-* Ozone 的分发包中的 compose/ozone-om-ha 目录下提供了一个配置 OM 高可用的示例,可以借助 [docker-compose]({{< ref path="start/RunningViaDocker.md" lang="en">}}) 进行测试。
+* Ozone 的分发包中的 `compose/ozone-om-ha` 目录下提供了一个配置 OM 高可用的示例,可以借助 [docker-compose]({{< ref path="start/RunningViaDocker.md" lang="en">}}) 进行测试。


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org