puppet-gluster icon indicating copy to clipboard operation
puppet-gluster copied to clipboard

Ability to set global (volume) options

Open sammcj opened this issue 7 years ago • 0 comments

Global volume options for the cluster are set using the volume parameter of 'all'.

For example, to enable multiplexing:

gluster volume set all cluster.brick-multiplex on

However, this module does not seem to have any way to set options on the volume 'all', as it requires brick paths etc... and thus results in the following error:

 Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Gluster::Volume[all]: expects a value for parameter 'bricks'

sammcj avatar Sep 11 '17 02:09 sammcj