From a99396b77277e44f652a9ef72d50140f46296d7a Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Tue, 27 Dec 2016 16:15:30 +0530 Subject: [PATCH 260/267] 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. >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 Change-Id: Ia537f4cc342011f0f2f3849ad6b938e247e5622d BUG: 1393316 Signed-off-by: Raghavendra G Reviewed-on: https://code.engineering.redhat.com/gerrit/93820 Reviewed-by: Atin Mukherjee Tested-by: Atin Mukherjee --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index b72ab4f..873ff99 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -3022,13 +3022,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, }, -- 2.9.3