From 88159becd90d40323ecfc24cf40813538c9204cc Mon Sep 17 00:00:00 2001 From: Atin Mukherjee Date: Sat, 30 Aug 2014 17:41:01 +0530 Subject: barrier: features.barrier should be a NO_DOC features.barrier is turned on/off internally by snapshot feature and hence it should not be exposed to the customer and this option should not be documented. Change-Id: Id9a421f94e291f1dc77044904bb18dd730c2d43e BUG: 1135691 Signed-off-by: Atin Mukherjee Reviewed-on: http://review.gluster.org/8572 Tested-by: Gluster Build System Reviewed-by: Kaushal M --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/mgmt') diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index 5358d52a43a..e6e3099d5de 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1646,6 +1646,7 @@ struct volopt_map_entry glusterd_volopt_map[] = { { .key = "features.barrier", .voltype = "features/barrier", .value = "disable", + .type = NO_DOC, .op_version = GD_OP_VERSION_3_6_0, }, { .key = "features.barrier-timeout", -- cgit