Bug 887311
Summary: | gluster volume create command creates brick directory in / of storage node if the specified directory does not exist | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Patric Uebele <puebele> | |
Component: | glusterfs | Assignee: | Krutika Dhananjay <kdhananj> | |
Status: | CLOSED ERRATA | QA Contact: | shylesh <shmohan> | |
Severity: | low | Docs Contact: | ||
Priority: | medium | |||
Version: | 2.0 | CC: | dtsang, jschrode, knarra, mmahoney, pprakash, rhs-bugs, senaik, shaines, ssampat, vbellur | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.4.0.4rhs-1 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 948729 (view as bug list) | Environment: | ||
Last Closed: | 2013-09-23 22:34:43 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: | 948729 |
Description
Patric Uebele
2012-12-14 16:25:05 UTC
Verified in Version : 3.4.0.12rhs-1.el6rhs.x86_64 =================== Steps : ===== - Volume Creation gives the following warning message while trying to create a volume if the specified directory is not present [ /Volume did not exist before on the nodes ] gluster v create Volume 10.70.34.105:/Volume 10.70.34.86:/Volume 10.70.34.85:/Volume volume create: Volume: failed: The brick 10.70.34.86:/Volume is is being created in the root partition. It is recommended that you don't use the system's root partition for storage backend. Or use 'force' at the end of the command if you want to override this behavior. - On using 'force' as mentioned in the warning , volume creation is successful gluster v create Volume 10.70.34.105:/Volume 10.70.34.86:/Volume 10.70.34.85:/Volume force volume create: Volume: success: please start the volume to access data [root@jay ~]# gluster v i Volume Volume Name: Volume Type: Distribute Volume ID: c2e6b608-13e1-4c59-98de-752daeb4ea0f Status: Created Number of Bricks: 3 Transport-type: tcp Bricks: Brick1: 10.70.34.105:/Volume Brick2: 10.70.34.86:/Volume Brick3: 10.70.34.85:/Volume Marking is as 'Verified' 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. http://rhn.redhat.com/errata/RHBA-2013-1262.html |