From c1bf268b28d5d5959295cf1a22bdb71d0a6a9687 Mon Sep 17 00:00:00 2001 From: Sachidananda Date: Mon, 9 Nov 2009 08:33:25 +0000 Subject: Add unhashed-sticky-bit option to volume_options structure Signed-off-by: Sachidananda Signed-off-by: Anand V. Avati BUG: 365 (unhashed-sticky-bit is not recognized) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=365 --- xlators/cluster/dht/src/dht.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xlators/cluster/dht/src/dht.c') diff --git a/xlators/cluster/dht/src/dht.c b/xlators/cluster/dht/src/dht.c index f49dc495c2d..75f613a60df 100644 --- a/xlators/cluster/dht/src/dht.c +++ b/xlators/cluster/dht/src/dht.c @@ -418,5 +418,8 @@ struct volume_options options[] = { { .key = {"min-free-disk"}, .type = GF_OPTION_TYPE_PERCENT_OR_SIZET, }, + { .key = {"unhashed-sticky-bit"}, + .type = GF_OPTION_TYPE_BOOL + }, { .key = {NULL} }, }; -- cgit