233933
From 5d3315a53611f23a69f88bc8266448e258e2e10f Mon Sep 17 00:00:00 2001
233933
From: Samikshan Bairagya <sbairagy@redhat.com>
233933
Date: Mon, 10 Jul 2017 11:54:52 +0530
233933
Subject: [PATCH 17/52] glusterd: Revert op-version for
233933
 "cluster.max-brick-per-process"
233933
233933
The op-version for the "cluster.max-brick-per-process" option was
233933
set to 3.12.0 in the upstream patch and was backported here:
233933
https://code.engineering.redhat.com/gerrit/#/c/111799. This commit
233933
reverts the op-version for this option to 3.11.1 instead.
233933
233933
Label: DOWNSTREAM ONLY
233933
233933
Change-Id: I23639cef43d41915eea0394d019b1e0796a99d7b
233933
Signed-off-by: Samikshan Bairagya <sbairagy@redhat.com>
233933
Reviewed-on: https://code.engineering.redhat.com/gerrit/111804
233933
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
233933
---
233933
 xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 +-
233933
 1 file changed, 1 insertion(+), 1 deletion(-)
233933
233933
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
233933
index a31ecda..9a6fe9f 100644
233933
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
233933
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
233933
@@ -2794,7 +2794,7 @@ struct volopt_map_entry glusterd_volopt_map[] = {
233933
     {.key = GLUSTERD_BRICKMUX_LIMIT_KEY,
233933
      .voltype = "mgmt/glusterd",
233933
      .value = GLUSTERD_BRICKMUX_LIMIT_DFLT_VALUE,
233933
-     .op_version = GD_OP_VERSION_3_12_0,
233933
+     .op_version = GD_OP_VERSION_3_11_1,
233933
      .validate_fn = validate_mux_limit,
233933
      .type = GLOBAL_DOC,
233933
      .description = "This option can be used to limit the number of brick "
233933
-- 
233933
1.8.3.1
233933