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

Added check when thinpool size is specified #130

Closed rchikatw closed 2 years ago

rchikatw commented 2 years ago

When thinpoolsize specified in the deployment inventory infra role fails as -l option only works with Number[PERCENT] as value & -L works with Size[m|UNIT] hence added a check to handle appropriate condition.

Bug-Url: https://github.com/gluster/gluster-ansible-infra/issues/129

rchikatw commented 2 years ago

@gobindadas please review this & merge