gluster / gluster-ansible-cluster

Ansible role to create and deploy a Gluster cluster.
GNU General Public License v3.0
40 stars 24 forks source link

'gluster_cluster_options' not used. #33

Open Lysidas opened 10 months ago

Lysidas commented 10 months ago

The variable 'gluster_cluster_options' is present in the file 'README.md' and in 'gluster-ansible-cluster/roles/gluster_volume/tasks', but in this last file the line is commented. The variable 'gluster_cluster_options' is presented but not usable.

How to set an option like 'gluster volume set myvol1 cluster.quorum-type auto' ?