summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnand V. Avati <avati@amp.gluster.com>2009-06-24 18:31:08 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-06-26 11:09:23 -0700
commitd3d6e3c8d6bab41a98b54c5cbc4f57e5b53e8c26 (patch)
tree6136e90ff463833e4b61f897318316fb0dc49f09
parentebc544b4d5be33e85810c06ce3a8b97a5aa026c1 (diff)
set 'lookup unhashed' mode to be on by default
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
-rw-r--r--xlators/cluster/dht/src/dht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht.c b/xlators/cluster/dht/src/dht.c
index 21f468b8560..3d595a08219 100644
--- a/xlators/cluster/dht/src/dht.c
+++ b/xlators/cluster/dht/src/dht.c
@@ -103,7 +103,7 @@ init (xlator_t *this)
goto err;
}
- conf->search_unhashed = 0;
+ conf->search_unhashed = 1;
if (dict_get_str (this->options, "lookup-unhashed",
&lookup_unhashed_str) == 0) {