|
|
887953 |
From 9648930b5364efd42de7017068b088e6ca8ffe35 Mon Sep 17 00:00:00 2001
|
|
|
887953 |
From: Atin Mukherjee <amukherj@redhat.com>
|
|
|
887953 |
Date: Tue, 4 Dec 2018 19:19:58 +0530
|
|
|
887953 |
Subject: [PATCH 454/454] glusterd: set cluster.max-bricks-per-process to 250
|
|
|
887953 |
|
|
|
887953 |
Commit 6821cec changed this default from 0 to 250 in the option table,
|
|
|
887953 |
however the same wasn't done in the global option table.
|
|
|
887953 |
|
|
|
887953 |
>Change-Id: I6075f2ebc51e839510d6492fb62e706deb2d845b
|
|
|
887953 |
>Fixes: bz#1652118
|
|
|
887953 |
>Signed-off-by: Atin Mukherjee <amukherj@redhat.com>
|
|
|
887953 |
|
|
|
887953 |
upstream patch: https://review.gluster.org/#/c/glusterfs/+/21797/
|
|
|
887953 |
|
|
|
887953 |
Change-Id: I6075f2ebc51e839510d6492fb62e706deb2d845b
|
|
|
887953 |
BUG: 1653073
|
|
|
887953 |
Signed-off-by: Sanju Rakonde <srakonde@redhat.com>
|
|
|
887953 |
Reviewed-on: https://code.engineering.redhat.com/gerrit/157686
|
|
|
887953 |
Tested-by: RHGS Build Bot <nigelb@redhat.com>
|
|
|
887953 |
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
|
|
|
887953 |
---
|
|
|
887953 |
xlators/mgmt/glusterd/src/glusterd-op-sm.c | 2 +-
|
|
|
887953 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
887953 |
|
|
|
887953 |
diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.c b/xlators/mgmt/glusterd/src/glusterd-op-sm.c
|
|
|
887953 |
index 8d767cc..f0c43f4 100644
|
|
|
887953 |
--- a/xlators/mgmt/glusterd/src/glusterd-op-sm.c
|
|
|
887953 |
+++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.c
|
|
|
887953 |
@@ -84,7 +84,7 @@ glusterd_all_vol_opts valid_all_vol_opts[] = {
|
|
|
887953 |
* can be attached per process.
|
|
|
887953 |
* TBD: Discuss the default value for this. Maybe this should be a
|
|
|
887953 |
* dynamic value depending on the memory specifications per node */
|
|
|
887953 |
- { GLUSTERD_BRICKMUX_LIMIT_KEY, "0"},
|
|
|
887953 |
+ { GLUSTERD_BRICKMUX_LIMIT_KEY, "250"},
|
|
|
887953 |
/*{ GLUSTERD_LOCALTIME_LOGGING_KEY, "disable"},*/
|
|
|
887953 |
{ GLUSTERD_DAEMON_LOG_LEVEL_KEY, "INFO"},
|
|
|
887953 |
{ NULL },
|
|
|
887953 |
--
|
|
|
887953 |
1.8.3.1
|
|
|
887953 |
|