From 7df8ba088c68e10905b613de95f9f6df40d14825 Mon Sep 17 00:00:00 2001 From: Kaushal M Date: Tue, 10 Oct 2017 17:38:52 +0530 Subject: features/index: Update xlator options table Updates #302 Change-Id: I2bc99394d89e94ae6aeee9de8d85a3d09991fad9 Signed-off-by: Amar Tumballi --- xlators/features/index/src/index.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xlators/features/index/src/index.c b/xlators/features/index/src/index.c index 619de37c13b..ed89c02ae74 100644 --- a/xlators/features/index/src/index.c +++ b/xlators/features/index/src/index.c @@ -2579,18 +2579,22 @@ struct volume_options options[] = { { .key = {"index-base" }, .type = GF_OPTION_TYPE_PATH, .description = "path where the index files need to be stored", + .default_value = "{{ brick.path }}/.glusterfs/indices" }, { .key = {"xattrop64-watchlist" }, .type = GF_OPTION_TYPE_STR, .description = "Comma separated list of xattrs that are watched", + .default_value = "trusted.ec.dirty" }, { .key = {"xattrop-dirty-watchlist" }, .type = GF_OPTION_TYPE_STR, .description = "Comma separated list of xattrs that are watched", + .default_value = "trusted.afr.dirty" }, { .key = {"xattrop-pending-watchlist" }, .type = GF_OPTION_TYPE_STR, .description = "Comma separated list of xattrs that are watched", + .default_value = "trusted.afr.{{ volume.name }}" }, { .key = {NULL} }, }; -- cgit