Bug 795740

Summary: [6d19136de7af9135dd23662f18c3ee544a2888da]: gluster volume set help command broken.
Product: [Community] GlusterFS Reporter: Rahul C S <rahulcs>
Component: cliAssignee: Kaushal <kaushal>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: pre-releaseCC: gluster-bugs, rfortier, vkoppad
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: glusterfs-3.4.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-24 17:52:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: 1f3a0dd4742a2fcd3215aee4a5e22125d7ea4f4d Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 817967    

Description Rahul C S 2012-02-21 12:30:42 UTC
Description of problem:
gluster volume set help does not show full help.
root@Dagobah:~# gluster volume set help
Option: cluster.self-heal-window-size
Default Value: 1
Description: Maximum number blocks per file for which self-heal process would be applied simultaneously.

Option: cluster.data-self-heal-algorithm
Default Value: 
Description: Select between "full", "diff". The "full" algorithm copies the entire file from source to sink. The "diff" algorithm copies to sink only those blocks whose checksums don't match with those of source.

Option: cluster.stripe-block-size
Default Value: 128KB
Description: Size of the stripe unit that would be read from or written to the striped servers.

Option: diagnostics.brick-log-level
Default Value: INFO
Description: Changes the log-level of the bricks

Option: diagnostics.client-log-level
Default Value: INFO
Description: Changes the log-level of the clients

Option: diagnostics.brick-sys-log-level
Default Value: CRITICAL
Description: Gluster's syslog log-level

Option: diagnostics.client-sys-log-level
Default Value: CRITICAL
Description: Gluster's syslog log-level

Option: perfor
root@Dagobah:~#

Comment 1 Rahul C S 2012-02-22 06:52:43 UTC
*** Bug 796044 has been marked as a duplicate of this bug. ***

Comment 2 Kaushal 2012-03-06 03:42:08 UTC
This was fixed by commit bd94f6a for bug https://bugzilla.redhat.com/show_bug.cgi?id=796040 (review at http://review.gluster.com/2822).
Hence, changing bug status.

Comment 3 Rahul C S 2012-04-05 08:13:19 UTC
set help shows full output now.