diff options
author | Atin Mukherjee <amukherj@redhat.com> | 2014-08-30 17:41:01 +0530 |
---|---|---|
committer | Kaushal M <kaushal@redhat.com> | 2014-09-05 02:45:15 -0700 |
commit | 88159becd90d40323ecfc24cf40813538c9204cc (patch) | |
tree | ee88f1223dfc1c16336bfbd447525cf501bf318e /xlators/mgmt/glusterd/src/glusterd-volume-set.c | |
parent | dfe122966803bea65d7877d7e06e6f5d8af13890 (diff) |
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 <amukherj@redhat.com>
Reviewed-on: http://review.gluster.org/8572
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kaushal M <kaushal@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 1 |
1 files changed, 1 insertions, 0 deletions
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", |