[Groonga-commit] droonga/droonga.org at d5e7e15 [gh-pages] Add actual output

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Jul 29 15:01:15 JST 2014


YUKI Hiroshi	2014-07-29 15:01:15 +0900 (Tue, 29 Jul 2014)

  New Revision: d5e7e153d6be5580e595ba21632874c069818fa5
  https://github.com/droonga/droonga.org/commit/d5e7e153d6be5580e595ba21632874c069818fa5

  Message:
    Add actual output

  Modified files:
    _po/ja/tutorial/1.0.5/add-replica/index.po
    ja/tutorial/1.0.5/add-replica/index.md
    tutorial/1.0.5/add-replica/index.md

  Modified: _po/ja/tutorial/1.0.5/add-replica/index.po (+17 -2)
===================================================================
--- _po/ja/tutorial/1.0.5/add-replica/index.po    2014-07-29 14:33:26 +0900 (f63196e)
+++ _po/ja/tutorial/1.0.5/add-replica/index.po    2014-07-29 15:01:15 +0900 (dd8ea6c)
@@ -303,7 +303,12 @@ msgid ""
 "    (on 192.168.0.12)\n"
 "    # cd ~/droonga\n"
 "    # droonga-engine-join --host=192.168.0.12 \\\n"
-"                          --replica-source-host=192.168.0.10"
+"                          --replica-source-host=192.168.0.10\n"
+"    --replica-source-host=192.168.100.51Joining new replica to the cluster...\n"
+"    ...\n"
+"    Update existing hosts in the cluster...\n"
+"    ...\n"
+"    Done."
 msgstr ""
 
 msgid ""
@@ -411,7 +416,10 @@ msgstr ""
 msgid ""
 "    (on 192.168.0.10)\n"
 "    # cd ~/droonga\n"
-"    # droonga-engine-unjoin --host=192.168.0.12"
+"    # droonga-engine-unjoin --host=192.168.0.12\n"
+"    Unjoining replica from the cluster...\n"
+"    ...\n"
+"    Done."
 msgstr ""
 
 msgid ""
@@ -508,6 +516,13 @@ msgid "Then, join the node to the cluster."
 msgstr "そうしたら、そのノードをクラスタに参加させましょう。"
 
 msgid ""
+"    (on 192.168.0.12)\n"
+"    # cd ~/droonga\n"
+"    # droonga-engine-join --host=192.168.0.12 \\\n"
+"                          --replica-source-host=192.168.0.10"
+msgstr ""
+
+msgid ""
 "Finally a Droonga cluster constructed with two nodes `192.168.0.10` and `192.1"
 "68.0.12` is here."
 msgstr "最終的に、`192.168.0.10` と `192.168.0.12` の2つのノードからなるDroongaクラスタができあがりました。"

  Modified: ja/tutorial/1.0.5/add-replica/index.md (+8 -0)
===================================================================
--- ja/tutorial/1.0.5/add-replica/index.md    2014-07-29 14:33:26 +0900 (a989937)
+++ ja/tutorial/1.0.5/add-replica/index.md    2014-07-29 15:01:15 +0900 (1c60843)
@@ -171,6 +171,11 @@ cronjobとして実行されるバッチスクリプトによって `load` コ
     # cd ~/droonga
     # droonga-engine-join --host=192.168.0.12 \
                           --replica-source-host=192.168.0.10
+    --replica-source-host=192.168.100.51Joining new replica to the cluster...
+    ...
+    Update existing hosts in the cluster...
+    ...
+    Done.
 
  * `--host` オプションで、その新しいreplicaノードのホスト名またはIPアドレスを指定して下さい。
  * `--replica-source-host` オプションで、クラスタ中の既存のノードの1つのホスト名またはIPアドレスを指定して下さい。
@@ -225,6 +230,9 @@ Droongaクラスタ内のノードは互いに監視しあっており、動作
     (on 192.168.0.10)
     # cd ~/droonga
     # droonga-engine-unjoin --host=192.168.0.12
+    Unjoining replica from the cluster...
+    ...
+    Done.
 
  * `--host` オプションで、クラスタから削除するノードのホスト名またはIPアドレスを指定して下さい。
  * コマンドは `catalog.json` が置かれたディレクトリで実行するか、もしくはそのディレクトリのパスを `--base-dir` オプションで指定して下さい。

  Modified: tutorial/1.0.5/add-replica/index.md (+8 -0)
===================================================================
--- tutorial/1.0.5/add-replica/index.md    2014-07-29 14:33:26 +0900 (af83582)
+++ tutorial/1.0.5/add-replica/index.md    2014-07-29 15:01:15 +0900 (ec5b693)
@@ -163,6 +163,11 @@ To add a new replica node to an existing cluster, you just run a command `droong
     # cd ~/droonga
     # droonga-engine-join --host=192.168.0.12 \
                           --replica-source-host=192.168.0.10
+    --replica-source-host=192.168.100.51Joining new replica to the cluster...
+    ...
+    Update existing hosts in the cluster...
+    ...
+    Done.
 
  * You must specify the host name or the IP address of the new replica node, via the `--host` option.
  * You must specify the host name or the IP address of an existing node of the cluster, via the `--replica-source-host` option.
@@ -217,6 +222,9 @@ To remove a replica from an existing cluster, you just run the `droonga-engine-u
     (on 192.168.0.10)
     # cd ~/droonga
     # droonga-engine-unjoin --host=192.168.0.12
+    Unjoining replica from the cluster...
+    ...
+    Done.
 
  * You must specify the host name or the IP address of an existing node to be removed from the cluster, via the `--host` option.
  * You must run the command in the directory `catalog.json` is located, or specify path to the directory via the `--base-dir` option.
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index