Bug 1023135

Summary: RFE: gluster volume info command should show unset parameters if requested
Product: Red Hat Gluster Storage Reporter: Ben England <bengland>
Component: glusterdAssignee: Bug Updates Notification Mailing List <rhs-bugs>
Status: CLOSED CURRENTRELEASE QA Contact: storage-qa-internal <storage-qa-internal>
Severity: low Docs Contact:
Priority: unspecified    
Version: 2.1CC: amukherj, perfbz, rwheeler, vbellur
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: glusterd
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-24 09:40:06 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:

Description Ben England 2013-10-24 17:10:40 UTC
Description of problem:

LOW-PRIORITY

It would be nice if you could see what ALL the gluster parameters were, even if they are undocumented.  This would make it easy to tell what default values were and what parameters are available for a given release.  Most system management interfaces work this way, Gluster seems to be the exception to the rule.  

The translators all know what their parameters are, why not just provide a translator method call that can query them all?  This functionality will probably be needed by RHS-C to remotely manage Gluster anyway (through a different interface)

This does not have to be the default behavior, you could make user explicitly request this behavior with syntax like

# gluster volume info your-volume ALL

Version-Release number of selected component (if applicable):

RHS 2.1, gluster 3.4

How reproducible:

every time

Steps to Reproduce:
1. gluster volume info

Actual results:

only parameters that were explicitly set in the volume interface are displayed

Expected results:

should be a way to show ALL parameters, including ones that aren't set.

Additional info:

Comment 2 Ben England 2014-05-30 11:10:51 UTC
changed bz summary to make sense as a RFE.

Comment 3 Atin Mukherjee 2015-12-24 09:40:06 UTC
gluster volume get has this functionality and is available in the current release.