Description of problem: ----------------------- When setting the global options, 'gluster volume set' provides a way to set them using the volume name as 'all' But 'gluster volume get' doesn't implement 'all' to get the global options. So in order to get the global volume options one has to use 'gluster volume get' with specific volume name. This usage makes the illusion as though the option is set only on one volume, which is incorrect. Retrieving the global volume options ( like op-version, etc ) using the volume name as 'all' should be implemented with 'gluster volume get' functionality Version-Release number of selected component (if applicable): ------------------------------------------------------------- gluster 3.7.9 & mainline How reproducible: ----------------- N/A as this is a Feature Request for 'gluster volume get' functionality Steps to Reproduce: ------------------- N/A as this is a Feature Request for 'gluster volume get' functionality Actual results: --------------- With current implementation, the global options are retrieved with 'gluster volume get' functionality using the specific volume name Expected results: ----------------- 'gluster volume get' to implement the way to get the global options using - "gluster volume get all"
This RFE has been fixed as part of 1378842 and would be available in release-3.10, given stable releases do not receive RFE backports, we won't be fixing this in 3.7 version.