You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by sa...@apache.org on 2022/10/13 06:31:55 UTC

[ozone] branch master updated: HDDS-7308 Removed cluster2 from serviceIds (#3819)

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

sammichen 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 b18fb595e4 HDDS-7308 Removed cluster2 from serviceIds (#3819)
b18fb595e4 is described below

commit b18fb595e4279d9033db26aa5e1e6fabd919415a
Author: Navink <nv...@gmail.com>
AuthorDate: Thu Oct 13 12:01:49 2022 +0530

    HDDS-7308 Removed cluster2 from serviceIds (#3819)
---
 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 cba48e1fd2..91c1e205bd 100644
--- a/hadoop-hdds/docs/content/feature/OM-HA.md
+++ b/hadoop-hdds/docs/content/feature/OM-HA.md
@@ -56,7 +56,7 @@ This logical name is called `serviceId` and can be configured in the `ozone-site
  ```
 <property>
    <name>ozone.om.service.ids</name>
-   <value>cluster1,cluster2</value>
+   <value>cluster1</value>
 </property>
 ```
 
diff --git a/hadoop-hdds/docs/content/feature/OM-HA.zh.md b/hadoop-hdds/docs/content/feature/OM-HA.zh.md
index b7ffdbbd85..109ebc03be 100644
--- a/hadoop-hdds/docs/content/feature/OM-HA.zh.md
+++ b/hadoop-hdds/docs/content/feature/OM-HA.zh.md
@@ -58,7 +58,7 @@ Ozone Manager 和 Storage Container Manager 都支持 HA。在这种模式下,
  ```
 <property>
    <name>ozone.om.service.ids</name>
-   <value>cluster1,cluster2</value>
+   <value>cluster1</value>
 </property>
 ```
 


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