Bug 1135548

Summary: Error in quick start: start volume and specify mount point
Product: [Community] Gluster-Documentation Reporter: Nils Breunese <nils>
Component: OtherAssignee: Anjana Suparna Sriram <asriram>
Status: NEW --- QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 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:

Description Nils Breunese 2014-08-29 14:51:59 UTC
1. The quick start page at http://www.gluster.org/documentation/quickstart/ is missing a step. After creating the Gluster volume, it should be started:

    sudo gluster volume start testvol

2. The mount command is missing a mount point. Currently the quick start says:

    mount -t glusterfs node01:/testvol

AFAIK this should be:

    mount -t glusterfs node01:testvol /mnt/gluster

3. Minor issue, but 'rep 2 transport tcp' could be left out when creating the volume.