Bug 1665345

Summary: `gluster v get all all` output not proper in Administration Guide
Product: [Red Hat Storage] Red Hat Gluster Storage Reporter: Kshithij Iyer <kiyer>
Component: DocumentationAssignee: Srijita Mukherjee <srmukher>
Status: CLOSED CURRENTRELEASE QA Contact: Kshithij Iyer <kiyer>
Severity: medium Docs Contact: Anjana KD <akrishna>
Priority: unspecified    
Version: rhgs-3.4CC: asriram, bmekala, nchilaka, rhs-bugs, sankarshan, storage-doc, storage-qa-internal
Target Milestone: ---Keywords: ZStream
Target Release: RHGS 3.4.z Batch Update 4   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-06-03 05:12:03 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: 1672843    

Description Kshithij Iyer 2019-01-11 06:27:29 UTC
Document URL: 
https://access.redhat.com/documentation/en-us/red_hat_gluster_storage/3.4/html-single/administration_guide/

Section Number and Name: 
Chapter 19. Monitoring Red Hat Gluster Storage Gluster Workload
-19.7. Retrieving Current Volume Option Settings
--19.7.3. Retrieving all Global Options

Describe the issue: 
The output for `gluster volume get all all` is not proper in Administration guide. 

For example:

# gluster volume get all all

Option                                  Value
------                                  -----
cluster.server-quorum-ratio             51
cluster.enable-shared-storage           disable
cluster.op-version                      31304
cluster.brick-multiplex                 disable
cluster.max-bricks-per-process          250


Suggestions for improvement: 

For example:

# gluster volume get all all

Option                                  Value
------                                  -----
cluster.server-quorum-ratio             51
cluster.enable-shared-storage           disable
cluster.op-version                      31304
cluster.max-op-version                  31304  
cluster.brick-multiplex                 disable
cluster.max-bricks-per-process          250
cluster.daemon-log-level                INFO 

Additional information: