Bug 1196293

Summary: [Doc] document change of bin/add_dirs script
Product: [Red Hat Storage] Red Hat Gluster Storage Reporter: Martin Bukatovic <mbukatov>
Component: doc-Installation_GuideAssignee: Divya <divya>
doc-Installation_Guide sub component: HDP QA Contact: Martin Bukatovic <mbukatov>
Status: CLOSED CURRENTRELEASE Docs Contact:
Severity: medium    
Priority: high CC: divya, esammons, rcyriac
Version: rhgs-3.0Keywords: Documentation, ZStream
Target Milestone: ---   
Target Release: RHGS 3.0.4   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-04-10 07:15:53 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: 1182947    

Description Martin Bukatovic 2015-02-25 16:16:39 UTC
Document URL
============

https://access.redhat.com/documentation/en-US/Red_Hat_Storage/3/html/Installation_Guide/sect-Installing_the_Hadoop_FileSystem_Plugin_for_Red_Hat_Storage1.html#Enabling_Existing_Volumes_for_use_with_Hadoop1

Section Number and Name
=======================

 ⁠7.2.5. Enabling Existing Volumes for use with Hadoop

Describe the issue
==================

As described in BZ 1196292, the interface of bin/add_dirs.sh has been changed so that we need to document this change for the next rhs-hadoop release.

Comment 1 Divya 2015-03-03 10:38:48 UTC
Updated the documentation based on BZ1062401#c19. 

Latest documentation on staging server is available at: http://docbuilder.usersys.redhat.com/22525/#Enabling_Existing_Volumes_for_use_with_Hadoop1

Comment 3 Martin Bukatovic 2015-03-18 15:56:41 UTC
I have checked how the new script behaves compared to the previous one and
find out that the description is not correct:

Now the doc-devel states this:

    bin/add_dirs.sh /mnt/glusterfs/HadoopVol

while it should be:

    bin/add_dirs.sh /mnt/glusterfs/HadoopVol $(bin/gen_dirs.sh -d)

Note that both text description and the example needs to be fixed.

Comment 5 Martin Bukatovic 2015-03-30 11:01:09 UTC
The text describes the new interface of add_dirs.sh correctly.