From ad785fd8ed7460ed5a2ba571a3d509317a627aba Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Tue, 27 Dec 2016 16:15:30 +0530 Subject: performance/readdir-ahead: mark two options as NO_DOC The two options are rda-high-wmark and rda-low-wmark. The impact of these two options is yet to be fully understood and hence not advertising these options to not run into surprises. Change-Id: Ia537f4cc342011f0f2f3849ad6b938e247e5622d BUG: 1356960 Signed-off-by: Raghavendra G Reviewed-on: http://review.gluster.org/16297 Reviewed-by: Atin Mukherjee Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators/mgmt/glusterd') diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index d9d6bc2bf7c..5bda3fedd43 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -3098,13 +3098,13 @@ struct volopt_map_entry glusterd_volopt_map[] = { { .key = "performance.rda-low-wmark", .voltype = "performance/readdir-ahead", .option = "rda-low-wmark", - .type = DOC, + .type = NO_DOC, .flags = OPT_FLAG_CLIENT_OPT, .op_version = GD_OP_VERSION_3_9_1, }, { .key = "performance.rda-high-wmark", .voltype = "performance/readdir-ahead", - .type = DOC, + .type = NO_DOC, .flags = OPT_FLAG_CLIENT_OPT, .op_version = GD_OP_VERSION_3_9_1, }, -- cgit