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