From a4b02e16a315862de378761b5f340ec346bd5e6d Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Wed, 7 Oct 2009 16:55:34 +0000 Subject: added few missing options in translator's option array Signed-off-by: Anand V. Avati --- xlators/cluster/dht/src/dht.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xlators/cluster') diff --git a/xlators/cluster/dht/src/dht.c b/xlators/cluster/dht/src/dht.c index e61171c6c..b39ade006 100644 --- a/xlators/cluster/dht/src/dht.c +++ b/xlators/cluster/dht/src/dht.c @@ -248,5 +248,8 @@ struct volume_options options[] = { { .key = {"min-free-disk"}, .type = GF_OPTION_TYPE_PERCENT }, + { .key = {"unhashed-sticky-bit"}, + .type = GF_OPTION_TYPE_BOOL + }, { .key = {NULL} }, }; -- cgit