Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #114 from Metaswitch/fix_shared_config_get
Browse files Browse the repository at this point in the history
[No reviewer] Fix shared_config command
  • Loading branch information
eleanor-merry committed Sep 21, 2015
2 parents db270bc + c6afeae commit b963d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Handling_Failed_Nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To recover from this state:
* check that the cluster is now OK by doing the following on A:
* running `clearwater-etcdctl member list` to check that the cluster now has A, B and C in
* running `clearwater-etcdctl cluster-health` to check that the cluster is healthy
* running `clearwater-etcdctl get configuration/shared_config` to check that the data is safe.
* running `clearwater-etcdctl get clearwater/<site_name>/configuration/shared_config` to check that the data is safe. The `site_name` is set in [`local_config`](http://clearwater.readthedocs.org/en/stable/Manual_Install/index.html#create-the-per-node-configuration) if the deployment is [geographically redundant](http://clearwater.readthedocs.org/en/stable/Geographic_redundancy/index.html), and defaults to `site1` if unset.
* log on to A. For each of D, E and F follow the instructions in Removing a Node From a Data Store.

## Removing a Node From a Data Store
Expand Down

0 comments on commit b963d3e

Please sign in to comment.