Bug 765590 (GLUSTER-3858)
Summary: | glusterd crashes with addbrick for stripe | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | shishir gowda <sgowda> |
Component: | glusterd | Assignee: | krishnan parthasarathi <kparthas> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | shylesh <shmohan> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | pre-release | CC: | gluster-bugs, kaushal, nsathyan |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.4.0 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-07-24 17:29:58 UTC | Type: | --- |
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: | 817967 |
Description
shishir gowda
2011-12-08 10:42:47 UTC
CHANGE: http://review.gluster.com/804 should fix this issue as well. Checked on release-3.3. glusterd no longer crashes. Performed the following and got the output shown. gluster> volume info No volumes present gluster> volume create test stripe 2 arch:/export/test1 arch:/export/test2 Creation of volume test has been successful. Please start the volume to access data. gluster> volume add-brick test stripe 3 arch:/export/test3 Changing the 'stripe count' of the volume is not a supported feature. In some cases it may result in data loss on the volume. Also there may be issues with regular filesystem operations on the volume after the change. Do you really want to continue with 'stripe' count option ? (y/n) y Add Brick successful gluster> |