diff options
author | Raghavendra G <rgowdapp@redhat.com> | 2016-12-27 16:15:30 +0530 |
---|---|---|
committer | Atin Mukherjee <amukherj@redhat.com> | 2016-12-27 08:19:32 -0800 |
commit | ad785fd8ed7460ed5a2ba571a3d509317a627aba (patch) | |
tree | 20e9430e6a67799f85aeced14e0129ddb663609a /xlators | |
parent | da5ece887c218a7c572a1c25925a178dbd08d464 (diff) |
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 <rgowdapp@redhat.com>
Reviewed-on: http://review.gluster.org/16297
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
Smoke: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 4 |
1 files 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 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, }, |