From 279126904ee228ae2a6d2c4e838781ca3766ed5b Mon Sep 17 00:00:00 2001 From: Denis Zhdanov Date: Sun, 23 Dec 2018 19:37:26 +0100 Subject: [PATCH] Fixing README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7e09b7..45a271a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ SSH_USER = carbonate HASHING_TYPE = fnv1a_ch ``` -You should take care to match the list of destination IPs or hostnames to the nodes in your cluster. Though its worth noting that the ports and labels are currently not used by carbonate. Order is important because of how the consistent hash ring is created. +You should take care to match the list of destination IPs or hostnames to the nodes in your cluster (i.e. it should match with routing configuretion of your carbon relay). Order is important because of how the consistent hash ring is created. Default hash type is `carbon_ch`, but `fnv1a_ch` from [carbon-c-relay](https://github.com/grobian/carbon-c-relay) is also supported. The replication factor should match the replication factor for the cluster.