gluster / gluster-ansible-infra

Ansible role to enable and deploy the backend of a Gluster cluster.
GNU General Public License v3.0
28 stars 36 forks source link

Do not use force=yes by default while creating xfs filesystem #52

Closed sac closed 5 years ago

sac commented 5 years ago

This forces the filesystem module to execute mkfs.xfs any any cost. Thus breaking the idempotency of filesystem module.

sac commented 5 years ago

Tested this, and this change does fix the issue.

@kristvanbesien thank you.