Bug 1365757 - [SSL] : gluster v set help does not show ssl options
Summary: [SSL] : gluster v set help does not show ssl options
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: glusterd
Version: 3.7.14
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: bugs@gluster.org
QA Contact:
URL:
Whiteboard:
Depends On: 1338615 1351134
Blocks: 1365756
TreeView+ depends on / blocked
 
Reported: 2016-08-10 07:26 UTC by Mohit Agrawal
Modified: 2016-09-01 09:33 UTC (History)
3 users (show)

Fixed In Version: glusterfs-3.7.15
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1351134
Environment:
Last Closed: 2016-09-01 09:21:28 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Mohit Agrawal 2016-08-10 07:26:31 UTC
+++ This bug was initially created as a clone of Bug #1351134 +++

+++ This bug was initially created as a clone of Bug #1338615 +++

Description of problem:
-----------------------

gluster v set help does not show "help" for ssl related configurables :

[root@gqas011 /]# gluster v set help|grep server.ssl
[root@gqas011 /]# 
[root@gqas011 /]# gluster v set help|grep client.ssl
[root@gqas011 /]# 


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

3.7.9-5

How reproducible:
----------------

100%

Steps to Reproduce:
------------------

Type : gluster v set help|grep server.ssl/gluster v set help|grep client.ssl on one of the nodes.

Actual results:
--------------

No help reg these options is shown.

Expected results:
----------------

The option,description and the default value should be shown.

Additional info:
---------------

-

--- Additional comment from Red Hat Bugzilla Rules Engine on 2016-05-23 02:53:45 EDT ---

This bug is automatically being proposed for the current z-stream release of Red Hat Gluster Storage 3 by setting the release flag 'rhgs‑3.1.z' to '?'. 

If this bug should be proposed for a different release, please manually change the proposed release flag.

--- Additional comment from Atin Mukherjee on 2016-05-23 04:19:13 EDT ---

This is because the options are configured as NO_DOC in glusterd's volume map entry table. I'd need to check with the author of these options about why this was introduced like it.

--- Additional comment from Red Hat Bugzilla Rules Engine on 2016-06-29 06:25:24 EDT ---

This bug is automatically being proposed for the current z-stream release of Red Hat Gluster Storage 3 by setting the release flag 'rhgs‑3.1.z' to '?'. 

If this bug should be proposed for a different release, please manually change the proposed release flag.

--- Additional comment from Vijay Bellur on 2016-06-29 06:28:11 EDT ---

REVIEW: http://review.gluster.org/14829 (gluster v set help does not show ssl options) posted (#2) for review on master by MOHIT AGRAWAL (moagrawa)

--- Additional comment from Vijay Bellur on 2016-07-08 01:55:22 EDT ---

REVIEW: http://review.gluster.org/14829 (gluster v set help does not show ssl options) posted (#3) for review on master by MOHIT AGRAWAL (moagrawa)

--- Additional comment from Vijay Bellur on 2016-07-12 05:30:15 EDT ---

COMMIT: http://review.gluster.org/14829 committed in master by Atin Mukherjee (amukherj) 
------
commit 9733c68e878869daec196bf7bca16780eef73f74
Author: Mohit Agrawal <moagrawa>
Date:   Wed Jun 29 15:36:41 2016 +0530

    gluster v set help does not show ssl options
    
    Problem: "gluster v set help" does not show ssl options.
    
    Solution: Remove NO_DOC option for client.ssl/server.ssl from glusterd_volopt_map.
    
    Change-Id: Iabe982ea56398209bbf30d41260798e5ad7fce7b
    BUG: 1351134
    Signed-off-by: Mohit Agrawal <moagrawa>
    Reviewed-on: http://review.gluster.org/14829
    Smoke: Gluster Build System <jenkins.org>
    NetBSD-regression: NetBSD Build System <jenkins.org>
    Reviewed-by: Atin Mukherjee <amukherj>
    CentOS-regression: Gluster Build System <jenkins.org>

Comment 1 Vijay Bellur 2016-08-10 07:31:46 UTC
REVIEW: http://review.gluster.org/15131 (gluster v set help does not show ssl options) posted (#1) for review on release-3.7 by MOHIT AGRAWAL (moagrawa)

Comment 2 Vijay Bellur 2016-08-11 14:08:05 UTC
COMMIT: http://review.gluster.org/15131 committed in release-3.7 by Atin Mukherjee (amukherj) 
------
commit 97adfece98bcb7987fa0a1b6cc27439e04eef3b4
Author: Mohit Agrawal <moagrawa>
Date:   Wed Jun 29 15:36:41 2016 +0530

    gluster v set help does not show ssl options
    
    Problem: "gluster v set help" does not show ssl options.
    
    Solution: Remove NO_DOC option for client.ssl/server.ssl from glusterd_volopt_map.
    Backport of commit 9733c68e878869daec196bf7bca16780eef73f74
    BUG: 1365757
    Signed-off-by: Mohit Agrawal <moagrawa>
    
    > Change-Id: Iabe982ea56398209bbf30d41260798e5ad7fce7b
    > BUG: 1351134
    > Signed-off-by: Mohit Agrawal <moagrawa>
    > Reviewed-on: http://review.gluster.org/14829
    > Smoke: Gluster Build System <jenkins.org>
    > NetBSD-regression: NetBSD Build System <jenkins.org>
    > Reviewed-by: Atin Mukherjee <amukherj>
    > CentOS-regression: Gluster Build System <jenkins.org>
    > (cherry picked from commit 9733c68e878869daec196bf7bca16780eef73f74)
    
    Change-Id: Ic602ede19342fb8c507e1daed56d4883392fb172
    Reviewed-on: http://review.gluster.org/15131
    Tested-by: MOHIT AGRAWAL <moagrawa>
    Reviewed-by: Prashanth Pai <ppai>
    NetBSD-regression: NetBSD Build System <jenkins.org>
    Smoke: Gluster Build System <jenkins.org>
    CentOS-regression: Gluster Build System <jenkins.org>

Comment 3 Kaushal 2016-09-01 09:21:28 UTC
This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.7.15, please open a new bug report.

glusterfs-3.7.15 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution.

[1] https://www.gluster.org/pipermail/gluster-devel/2016-September/050714.html
[2] https://www.gluster.org/pipermail/gluster-users/

Comment 4 Kaushal 2016-09-01 09:33:16 UTC
This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.7.15, please open a new bug report.

glusterfs-3.7.15 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution.

[1] https://www.gluster.org/pipermail/gluster-devel/2016-September/050714.html
[2] https://www.gluster.org/pipermail/gluster-users/


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