From 9be13aff89232c5ede11bdb37c49c2e5dca5d840 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Thu, 14 Oct 2010 12:29:11 +0000 Subject: cluster/distribute: add option 'use-readdirp' to force readdirp Signed-off-by: Amar Tumballi Signed-off-by: Vijay Bellur Signed-off-by: Vijay Bellur BUG: 1508 (add-brick works but files are not distributed to newly added server) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1508 --- xlators/cluster/dht/src/dht-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/cluster/dht/src/dht-common.h') diff --git a/xlators/cluster/dht/src/dht-common.h b/xlators/cluster/dht/src/dht-common.h index ca047ef3271..bcbf0026a18 100644 --- a/xlators/cluster/dht/src/dht-common.h +++ b/xlators/cluster/dht/src/dht-common.h @@ -142,6 +142,7 @@ struct dht_conf { gf_lock_t layout_lock; void *private; /* Can be used by wrapper xlators over dht */ + gf_boolean_t use_readdirp; }; typedef struct dht_conf dht_conf_t; -- cgit