gluster / gluster-ansible-features

Ansible role to enable a Gluster cluster with gluster-specific features like samba, ganesha etc.
GNU General Public License v3.0
10 stars 14 forks source link

Remove granular-entry-heal from the option #15

Closed sac closed 6 years ago

sac commented 6 years ago

granular-entry-heal will be set as separate option in the playbook.

sac commented 6 years ago

@sabose gluster_volume ansible module follows the command syntax: gluster volume set <volname> <key> <value> However, for this particular option 'granular-entry-heal' the syntax is: gluster volume heal <volname> <key> <value>

And Ansible module gets confused and throws error. So we handle this option separately as an exception.

sabose commented 6 years ago

Thanks, looks good to me.