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