Browse Source

fix merge conflicts

Rob Szumski 12 years ago
parent
commit
1d4912b22f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Documentation/cluster-discovery.md

+ 1 - 2
Documentation/cluster-discovery.md

@@ -42,5 +42,4 @@ The Discovery API submits the `-peer-addr` of each etcd instance to the configur
 
 
 ## Stale Peers
 ## Stale Peers
 
 
-The discovery API will automatically clean up the address of a stale peer that is no longer part of the cluster. The TTL for this process is a week, which should be long enough to handle any extremely long outage you may encounter. There is no harm in having stale peers in the list until they are cleaned up, since an etcd instance only needs to connect to one valid peer in the cluster to join.
-
+The discovery API will automatically clean up the address of a stale peer that is no longer part of the cluster. The TTL for this process is a week, which should be long enough to handle any extremely long outage you may encounter. There is no harm in having stale peers in the list until they are cleaned up, since an etcd instance only needs to connect to one valid peer in the cluster to join.