Navigation Menu

Skip to content

Commit

Permalink
Fix wrong command line option
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 28, 2014
1 parent b6fc8c0 commit f8c117b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
9 changes: 1 addition & 8 deletions _po/ja/tutorial/1.0.4/add-replica/index.po
Expand Up @@ -453,7 +453,7 @@ msgstr "まず、不安定になっているノードを取り除きます。以

msgid ""
" (on 192.168.0.10)\n"
" # droonga-engine-unjoin --base-path=~/droonga \\\n"
" # droonga-engine-unjoin --base-dir=~/droonga \\\n"
" --replica-remove-host=192.168.0.11"
msgstr ""

Expand Down Expand Up @@ -509,13 +509,6 @@ msgstr ""
msgid "Then, join the node to the cluster."
msgstr "そうしたら、そのノードをクラスタに参加させましょう。"

msgid ""
" (on 192.168.0.12)\n"
" # droonga-engine-join --base-path=~/droonga \\\n"
" --replica-source-host=192.168.0.10 \\\n"
" --my-host=192.168.0.12"
msgstr ""

msgid ""
"Finally a Droonga cluster constructed with two nodes `192.168.0.10` and `192.1"
"68.0.12` is here."
Expand Down
4 changes: 2 additions & 2 deletions ja/tutorial/1.0.4/add-replica/index.md
Expand Up @@ -282,7 +282,7 @@ Droongaクラスタ内のノードは互いに監視しあっており、動作
まず、不安定になっているノードを取り除きます。以下のようにしてクラスタからノードを離脱させて下さい:

(on 192.168.0.10)
# droonga-engine-unjoin --base-path=~/droonga \
# droonga-engine-unjoin --base-dir=~/droonga \
--replica-remove-host=192.168.0.11

これで、ノードがクラスタから離脱しました。この事は `system.status` コマンドで確かめられます:
Expand Down Expand Up @@ -323,7 +323,7 @@ Droongaクラスタ内のノードは互いに監視しあっており、動作
そうしたら、そのノードをクラスタに参加させましょう。

(on 192.168.0.12)
# droonga-engine-join --base-path=~/droonga \
# droonga-engine-join --base-dir=~/droonga \
--replica-source-host=192.168.0.10 \
--my-host=192.168.0.12

Expand Down
4 changes: 2 additions & 2 deletions tutorial/1.0.4/add-replica/index.md
Expand Up @@ -275,7 +275,7 @@ First, remove the unstable node.
Remove the node from the cluster, like:

(on 192.168.0.10)
# droonga-engine-unjoin --base-path=~/droonga \
# droonga-engine-unjoin --base-dir=~/droonga \
--replica-remove-host=192.168.0.11

Now the node has been gone.
Expand Down Expand Up @@ -317,7 +317,7 @@ Install required packages and starts the server with the `catalog.json` copied f
Then, join the node to the cluster.

(on 192.168.0.12)
# droonga-engine-join --base-path=~/droonga \
# droonga-engine-join --base-dir=~/droonga \
--replica-source-host=192.168.0.10 \
--my-host=192.168.0.12

Expand Down

0 comments on commit f8c117b

Please sign in to comment.