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