[Groonga-commit] droonga/droonga.org at b0cda6e [gh-pages] Follow to changes of the implementation

Back to archive index

YUKI Hiroshi null+****@clear*****
Sun Jun 29 04:05:24 JST 2014


YUKI Hiroshi	2014-06-29 04:05:24 +0900 (Sun, 29 Jun 2014)

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

  Message:
    Follow to changes of the implementation

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

  Modified: _po/ja/tutorial/1.0.4/add-replica/index.po (+5 -5)
===================================================================
--- _po/ja/tutorial/1.0.4/add-replica/index.po    2014-06-29 02:51:48 +0900 (504dd63)
+++ _po/ja/tutorial/1.0.4/add-replica/index.po    2014-06-29 04:05:24 +0900 (de7f87a)
@@ -303,20 +303,20 @@ msgstr ""
 msgid ""
 "    (on 192.168.0.12)\n"
 "    # droonga-engine-join --base-dir=~/droonga \\\n"
-"                          --replica-source-host=192.168.0.10 \\\n"
-"                          --my-host=192.168.0.12"
+"                          --host=192.168.0.12 \\\n"
+"                          --replica-source-host=192.168.0.10"
 msgstr ""
 
 msgid ""
+" * You must specify the host name or the IP address of the new replica node it"
+"self, via the `--host` option.\n"
 " * You must specify the host name or the IP address of an existing node of the"
 " cluster, via the `--replica-source-host` option.\n"
-" * You must specify the host name or the IP address of the new replica node it"
-"self, via the `--my-host` option.\n"
 " * You must run the command in the directory `catalog.json` is located, or spe"
 "cify path to the directory via the `--base-dir` option."
 msgstr ""
+" * `--host` オプションで、その新しいreplicaノード自身のホスト名またはIPアドレスを指定して下さい。\n"
 " * `--replica-source-host` オプションで、クラスタ中の既存のノードの1つのホスト名またはIPアドレスを指定して下さい。\n"
-" * `--my-host` オプションで、その新しいreplicaノード自身のホスト名またはIPアドレスを指定して下さい。\n"
 " * コマンドは `catalog.json` が置かれたディレクトリで実行するか、もしくはそのディレクトリのパスを `--base-dir` オプションで"
 "指定して下さい。"
 

  Modified: ja/tutorial/1.0.4/add-replica/index.md (+5 -5)
===================================================================
--- ja/tutorial/1.0.4/add-replica/index.md    2014-06-29 02:51:48 +0900 (ceb7603)
+++ ja/tutorial/1.0.4/add-replica/index.md    2014-06-29 04:05:24 +0900 (5b095dc)
@@ -170,11 +170,11 @@ cronjobとして実行されるバッチスクリプトによって `load` コ
 
     (on 192.168.0.12)
     # droonga-engine-join --base-dir=~/droonga \
-                          --replica-source-host=192.168.0.10 \
-                          --my-host=192.168.0.12
+                          --host=192.168.0.12 \
+                          --replica-source-host=192.168.0.10
 
+ * `--host` オプションで、その新しいreplicaノード自身のホスト名またはIPアドレスを指定して下さい。
  * `--replica-source-host` オプションで、クラスタ中の既存のノードの1つのホスト名またはIPアドレスを指定して下さい。
- * `--my-host` オプションで、その新しいreplicaノード自身のホスト名またはIPアドレスを指定して下さい。
  * コマンドは `catalog.json` が置かれたディレクトリで実行するか、もしくはそのディレクトリのパスを `--base-dir` オプションで指定して下さい。
 
 コマンドを実行すると、自動的に、クラスタのデータが新しいreplicaノードへと同期され始めます。
@@ -324,8 +324,8 @@ Droongaクラスタ内のノードは互いに監視しあっており、動作
 
     (on 192.168.0.12)
     # droonga-engine-join --base-dir=~/droonga \
-                          --replica-source-host=192.168.0.10 \
-                          --my-host=192.168.0.12
+                          --host=192.168.0.12 \
+                          --replica-source-host=192.168.0.10
 
 最終的に、`192.168.0.10` と `192.168.0.12` の2つのノードからなるDroongaクラスタができあがりました。
 

  Modified: tutorial/1.0.4/add-replica/index.md (+5 -5)
===================================================================
--- tutorial/1.0.4/add-replica/index.md    2014-06-29 02:51:48 +0900 (84a09bc)
+++ tutorial/1.0.4/add-replica/index.md    2014-06-29 04:05:24 +0900 (defd935)
@@ -162,11 +162,11 @@ To add a new replica node to an existing cluster, you just run a command `droong
 
     (on 192.168.0.12)
     # droonga-engine-join --base-dir=~/droonga \
-                          --replica-source-host=192.168.0.10 \
-                          --my-host=192.168.0.12
+                          --host=192.168.0.12 \
+                          --replica-source-host=192.168.0.10
 
+ * You must specify the host name or the IP address of the new replica node itself, 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.
- * You must specify the host name or the IP address of the new replica node itself, via the `--my-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.
 
 Then the command automatically starts to synchronize all data of the cluster to the new replica node.
@@ -318,8 +318,8 @@ Then, join the node to the cluster.
 
     (on 192.168.0.12)
     # droonga-engine-join --base-dir=~/droonga \
-                          --replica-source-host=192.168.0.10 \
-                          --my-host=192.168.0.12
+                          --host=192.168.0.12 \
+                          --replica-source-host=192.168.0.10
 
 Finally a Droonga cluster constructed with two nodes `192.168.0.10` and `192.168.0.12` is here.
 
-------------- next part --------------
HTML����������������������������...
Download 



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