Bug 1472417
Summary: | No clear method to multiplex all bricks to one process(glusterfsd) with cluster.max-bricks-per-process option | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Samikshan Bairagya <sbairagy> |
Component: | glusterd | Assignee: | Samikshan Bairagya <sbairagy> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | mainline | CC: | amukherj, bmekala, bugs, nchilaka, rhs-bugs, storage-qa-internal, vbellur |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | brick-multiplexing | ||
Fixed In Version: | glusterfs-3.12.0 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1472289 | Environment: | |
Last Closed: | 2017-09-05 17:37:29 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1472289 |
Description
Samikshan Bairagya
2017-07-18 16:35:41 UTC
REVIEW: https://review.gluster.org/17819 (glusterd: When brick-mux is enabled, set default mux limit to 0) posted (#1) for review on master by Samikshan Bairagya (samikshan) REVIEW: https://review.gluster.org/17819 (glusterd: Set default value for cluster.max-bricks-per-process to 0) posted (#2) for review on master by Samikshan Bairagya (samikshan) REVIEW: https://review.gluster.org/17819 (glusterd: Set default value for cluster.max-bricks-per-process to 0) posted (#3) for review on master by Samikshan Bairagya (samikshan) REVIEW: https://review.gluster.org/17819 (glusterd: Set default value for cluster.max-bricks-per-process to 0) posted (#4) for review on master by Samikshan Bairagya (samikshan) COMMIT: https://review.gluster.org/17819 committed in master by Jeff Darcy (jeff.us) ------ commit acdbdaeba222e9ffeae077485681e5101c48d107 Author: Samikshan Bairagya <samikshan> Date: Tue Jul 18 21:33:45 2017 +0530 glusterd: Set default value for cluster.max-bricks-per-process to 0 When brick-multiplexing is enabled, and "cluster.max-bricks-per-process" isn't explicitly set, multiplexing happens without any limit set. But the default value set for that tunable is 1, which is confusing. This commit sets the default value to 0, and prevents the user from being able to set this value to 1 when brick-multiplexing is enbaled. The default value of 0 denotes that brick-multiplexing can happen without any limit on the number of bricks per process. Change-Id: I4647f7bf5837d520075dc5c19a6e75bc1bba258b BUG: 1472417 Signed-off-by: Samikshan Bairagya <samikshan> Reviewed-on: https://review.gluster.org/17819 Smoke: Gluster Build System <jenkins.org> Reviewed-by: Atin Mukherjee <amukherj> CentOS-regression: Gluster Build System <jenkins.org> This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.12.0, please open a new bug report. glusterfs-3.12.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://lists.gluster.org/pipermail/announce/2017-September/000082.html [2] https://www.gluster.org/pipermail/gluster-users/ |