Description of problem: ----------------------- Global volume options are set using 'gluster volume set' with the volume name set as 'all'. But the same options are obtained using 'gluster volume get' by using the volume name. In other words, 'gluster volume get' functionality should also use 'all' to obtain the global volume options. Version-Release number of selected component (if applicable): ------------------------------------------------------------- Mainline How reproducible: ----------------- Always Steps to Reproduce: -------------------- 1. Try to get the global volume option # gluster volume get <vol-name> op-version Actual results: --------------- 'gluster volume get' uses specific volume name to get the global volume option Expected results: ----------------- 'gluster volume get' should implement 'all' as the volume name to obtain the global volume option
Patch http://review.gluster.org/15563 has fixed this issue and will be available as part of release-3.10, we'd not be backporting this patch to previous releases and hence closing this issue.