Bug 1135548 - Error in quick start: start volume and specify mount point
Summary: Error in quick start: start volume and specify mount point
Keywords:
Status: NEW
Alias: None
Product: Gluster-Documentation
Classification: Community
Component: Other
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anjana Suparna Sriram
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-29 14:51 UTC by Nils Breunese
Modified: 2023-01-04 04:36 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.