Bug 1229274
| Summary: | tiering:glusterd crashed when trying to detach-tier commit force on a non-tiered volume. | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Nag Pavan Chilakam <nchilaka> |
| Component: | tier | Assignee: | Mohammed Rafi KC <rkavunga> |
| Status: | CLOSED ERRATA | QA Contact: | Nag Pavan Chilakam <nchilaka> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | rhgs-3.1 | CC: | asrivast, dlambrig, josferna, rhs-bugs, rkavunga, storage-qa-internal, trao, vagarwal |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | RHGS 3.1.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | glusterfs-3.7.1-5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1228112 | Environment: | |
| Last Closed: | 2015-07-29 04:59:27 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: | 1228112, 1230563 | ||
| Bug Blocks: | 1202842 | ||
|
Description
Nag Pavan Chilakam
2015-06-08 10:53:27 UTC
upstream patch : http://review.gluster.org/#/c/11081/ Downstream patch https://code.engineering.redhat.com/gerrit/50622 I have tried detach-tier on following types of volumes 1)ec vol 2)tiered vol where tier was detached and converted to ordinary volume In all cases where the volume is not tiered, detach commands throw error saying "not tiered volume" without any crash. Hence closing it as fixed Logs -===== [root@tettnang ~]# gluster v status ecvol Status of volume: ecvol Gluster process TCP Port RDMA Port Online Pid ------------------------------------------------------------------------------ Brick tettnang:/rhs/brick1/ecvol 49155 0 Y 22605 Brick zod:/rhs/brick1/ecvol 49161 0 Y 11571 Brick yarrow:/rhs/brick1/ecvol 49158 0 Y 18822 Brick tettnang:/rhs/brick2/ecvol 49156 0 Y 22627 Brick zod:/rhs/brick2/ecvol 49162 0 Y 11591 Brick yarrow:/rhs/brick2/ecvol 49159 0 Y 18840 Brick tettnang:/rhs/brick3/ecvol 49157 0 Y 22645 Brick zod:/rhs/brick3/ecvol 49163 0 Y 11613 Brick yarrow:/rhs/brick3/ecvol 49160 0 Y 18858 Brick tettnang:/rhs/brick4/ecvol 49158 0 Y 22663 NFS Server on localhost N/A N/A N N/A Self-heal Daemon on localhost N/A N/A Y 22725 NFS Server on yarrow N/A N/A N N/A Self-heal Daemon on yarrow N/A N/A Y 18888 NFS Server on zod N/A N/A N N/A Self-heal Daemon on zod N/A N/A Y 11657 Task Status of Volume ecvol ------------------------------------------------------------------------------ There are no active volume tasks [root@tettnang ~]# gluster v detach-tier ecvol Usage: volume detach-tier <VOLNAME> <start|stop|status|commit|[force]> [root@tettnang ~]# gluster v detach-tier ecvol start volume detach-tier start: failed: volume ecvol is not a tier volume [root@tettnang ~]# gluster v detach-tier ecvol force Usage: volume detach-tier <VOLNAME> <start|stop|status|commit|[force]> [root@tettnang ~]# gluster v detach-tier ecvol force start Usage: volume detach-tier <VOLNAME> <start|stop|status|commit|[force]> [root@tettnang ~]# gluster v detach-tier ecvol commit force volume detach-tier commit force: failed: volume ecvol is not a tier volume [root@tettnang ~]# gluster --version glusterfs 3.7.1 built on Jun 23 2015 22:08:15 Repository revision: git://git.gluster.com/glusterfs.git Copyright (c) 2006-2011 Gluster Inc. <http://www.gluster.com> GlusterFS comes with ABSOLUTELY NO WARRANTY. You may redistribute copies of GlusterFS under the terms of the GNU General Public License. [root@tettnang ~]# rpm -qa|grep gluster glusterfs-api-3.7.1-5.el7rhgs.x86_64 glusterfs-libs-3.7.1-5.el7rhgs.x86_64 glusterfs-rdma-3.7.1-5.el7rhgs.x86_64 glusterfs-3.7.1-5.el7rhgs.x86_64 glusterfs-cli-3.7.1-5.el7rhgs.x86_64 glusterfs-debuginfo-3.7.1-5.el7rhgs.x86_64 glusterfs-client-xlators-3.7.1-5.el7rhgs.x86_64 glusterfs-server-3.7.1-5.el7rhgs.x86_64 glusterfs-geo-replication-3.7.1-5.el7rhgs.x86_64 glusterfs-fuse-3.7.1-5.el7rhgs.x86_64 [root@tettnang ~]# Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-1495.html |