From cd878ea9a9b0040d770962efcb46fb15937999d4 Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Mon, 8 Dec 2014 14:14:33 -0800 Subject: [PATCH 1/2] doc: add a link to the peer url section in other_apis.go --- Documentation/0.5/other_apis.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/0.5/other_apis.md b/Documentation/0.5/other_apis.md index 95e0f8cf3..27036eaab 100644 --- a/Documentation/0.5/other_apis.md +++ b/Documentation/0.5/other_apis.md @@ -3,6 +3,7 @@ * [List members](#list-members) * [Add a member](#add-a-member) * [Delete a member](#delete-a-member) +* [Change the peer urls of a member](#change-the-peer-urls-of-a-member) ## List members From 806520683947a251d2fb10f8b49628cba0747cbe Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Mon, 8 Dec 2014 14:15:37 -0800 Subject: [PATCH 2/2] doc: fix typo --- Documentation/0.5/runtime-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/0.5/runtime-configuration.md b/Documentation/0.5/runtime-configuration.md index 51646fedc..39a2fa65e 100644 --- a/Documentation/0.5/runtime-configuration.md +++ b/Documentation/0.5/runtime-configuration.md @@ -12,7 +12,7 @@ The most common use case of cluster reconfiguration is to replace a member becau It is important to replace failed members as soon as the failure is detected. If etcd falls below a simple majority of members it can no longer accept writes: e.g. in a 3 member cluster the loss of two members will cause writes to fail and the cluster to stop operating. -If you want to migrate an running member to another machine, please refer [member migration section][member migration]. +If you want to migrate a running member to another machine, please refer [member migration section][member migration]. [member migration]: https://github.com/coreos/etcd/blob/master/Documentation/0.5/admin_guide.md#member-migration