Closed sac closed 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.
Thanks, looks good to me.
granular-entry-heal will be set as separate option in the playbook.