Bug 1376326
Summary: | separating attach tier and add brick | |||
---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | hari gowtham <hgowtham> | |
Component: | tiering | Assignee: | hari gowtham <hgowtham> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | bugs <bugs> | |
Severity: | low | Docs Contact: | ||
Priority: | unspecified | |||
Version: | mainline | CC: | bugs | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.13.0 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1478273 1478275 1478276 (view as bug list) | Environment: | ||
Last Closed: | 2017-12-08 17:32:42 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: | 1478273, 1478275, 1478276 |
Description
hari gowtham
2016-09-15 06:01:57 UTC
REVIEW: http://review.gluster.org/15503 (tier: separation of attach tier from add brick) posted (#1) for review on master by hari gowtham (hari.gowtham005) Description of problem: currently attach tier uses the same code as add brick. it has be separated so that we can support add brick on tiered volume. Version-Release number of selected component (if applicable): How reproducible: no change in the testing part.both add brick and attach tier command has to work same as before. Steps to Reproduce: 1.create a volume. 2.try adding a brick/ attaching a hot tier 3. Actual results: add brick/attach tier successful Expected results: add brick/attach tier successful (same result) Additional info: changes are in code level. functionality is not affected. REVIEW: http://review.gluster.org/15503 (tier: separation of attach tier from add brick) posted (#2) for review on master by hari gowtham (hari.gowtham005) REVIEW: http://review.gluster.org/15503 (tier: separation of attach tier from add brick) posted (#3) for review on master by hari gowtham (hari.gowtham005) REVIEW: http://review.gluster.org/15503 (tier: separation of attach tier from add brick) posted (#4) for review on master by hari gowtham (hari.gowtham005) REVIEW: http://review.gluster.org/15503 (tier: separation of attach tier from add brick) posted (#5) for review on master by hari gowtham (hari.gowtham005) REVIEW: http://review.gluster.org/15503 (tier: separation of attach tier from add brick) posted (#6) for review on master by hari gowtham (hari.gowtham005) REVIEW: http://review.gluster.org/15503 (tier: separation of attach tier from add brick) posted (#7) for review on master by hari gowtham (hari.gowtham005) REVIEW: http://review.gluster.org/15503 (tier: separation of attach tier from add brick) posted (#8) for review on master by hari gowtham (hari.gowtham005) REVIEW: http://review.gluster.org/15503 (tier: separation of attach tier from add brick) posted (#9) for review on master by hari gowtham (hari.gowtham005) REVIEW: http://review.gluster.org/15503 (tier: separation of attach tier from add brick) posted (#10) for review on master by hari gowtham (hari.gowtham005) REVIEW: https://review.gluster.org/15503 (tier: separation of attach tier from add brick) posted (#13) for review on master by hari gowtham (hari.gowtham005) REVIEW: https://review.gluster.org/15503 (tier: separation of attach tier from add brick) posted (#14) for review on master by hari gowtham (hari.gowtham005) REVIEW: https://review.gluster.org/15503 (tier: separation of attach tier from add brick) posted (#15) for review on master by hari gowtham (hari.gowtham005) REVIEW: https://review.gluster.org/15503 (tier: separation of attach tier from add brick) posted (#16) for review on master by hari gowtham (hari.gowtham005) REVIEW: https://review.gluster.org/15503 (tier: separation of attach tier from add brick) posted (#17) for review on master by hari gowtham (hari.gowtham005) REVIEW: https://review.gluster.org/15503 (tier: separation of attach-tier from add brick) posted (#18) for review on master by hari gowtham (hari.gowtham005) REVIEW: https://review.gluster.org/15503 (tier: separation of attach-tier from add-brick) posted (#19) for review on master by hari gowtham (hari.gowtham005) REVIEW: https://review.gluster.org/15503 (tier: separation of attach-tier from add-brick) posted (#20) for review on master by hari gowtham (hari.gowtham005) REVIEW: https://review.gluster.org/17693 (tier: separation of attach-tier from add-brick) posted (#1) for review on experimental by hari gowtham (hari.gowtham005) COMMIT: https://review.gluster.org/17693 committed in experimental by Amar Tumballi (amarts) ------ commit 0b3f47372ffbe1c5c07e217bc1730933b8c00b7c Author: hari gowtham <hgowtham> Date: Tue Jul 4 16:16:37 2017 +0530 tier: separation of attach-tier from add-brick PROBLEM: Both attach tier and add brick have the same RPC and set of code. This becomes a hurdle while tring to implement add brick on a tiered volume. FIX: This patch separates the add brick and attach tier giving them separate RPCs. Conflicts: xlators/mgmt/glusterd/src/glusterd-messages.h Change-Id: Iec57e972be968a9ff00b15b507e56a4f6dc398a2 BUG: 1376326 Signed-off-by: hari gowtham <hgowtham> Reviewed-on: https://review.gluster.org/17693 Smoke: Gluster Build System <jenkins.org> Tested-by: hari gowtham <hari.gowtham005> CentOS-regression: Gluster Build System <jenkins.org> Reviewed-by: Amar Tumballi <amarts> REVIEW: https://review.gluster.org/15503 (tier: separation of attach-tier from add-brick) posted (#21) for review on master by hari gowtham (hari.gowtham005) COMMIT: https://review.gluster.org/15503 committed in master by Atin Mukherjee (amukherj) ------ commit e5db980504bc4ace037ea806ad89a1ca897150d5 Author: hari gowtham <hgowtham> Date: Mon Jan 23 16:38:00 2017 +0530 tier: separation of attach-tier from add-brick PROBLEM: Both attach tier and add brick have the same RPC and set of code. This becomes a hurdle while tring to implement add brick on a tiered volume. FIX: This patch separates the add brick and attach tier giving them separate RPCs. Change-Id: Iec57e972be968a9ff00b15b507e56a4f6dc398a2 BUG: 1376326 Signed-off-by: hari gowtham <hgowtham> Reviewed-on: https://review.gluster.org/15503 Smoke: Gluster Build System <jenkins.org> Tested-by: hari gowtham <hari.gowtham005> Reviewed-by: Samikshan Bairagya <samikshan> 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.13.0, please open a new bug report. glusterfs-3.13.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-December/000087.html [2] https://www.gluster.org/pipermail/gluster-users/ |