Hello ovirt users,

First off all, thanks for your work. I've been using the software for a few months and the experience has been great.

I'm having a hard time trying to set the group on a glusterfs volume

PLAY [master] ******************************************************************

TASK [Sets options for volume] *************************************************
failed: [192.168.170.141] (item={u'key': u'group', u'value': u'virt'}) => {"failed": true, "item": {"key": "group", "value": "virt"}, "msg": "'/var/lib/glusterd/groups/virt' file format not valid.\n"}
changed: [192.168.170.141] => (item={u'key': u'storage.owner-uid', u'value': u'36'})
changed: [192.168.170.141] => (item={u'key': u'storage.owner-gid', u'value': u'36'})
changed: [192.168.170.141] => (item={u'key': u'network.ping-timeout', u'value': u'30'})
changed: [192.168.170.141] => (item={u'key': u'performance.strict-o-direct', u'value': u'on'})
changed: [192.168.170.141] => (item={u'key': u'network.remote-dio', u'value': u'off'})
changed: [192.168.170.141] => (item={u'key': u'cluster.granular-entry-heal', u'value': u'enable'})
        to retry, use: --limit @/tmp/tmpdTWQ8B/gluster-volume-set.retry

PLAY RECAP *********************************************************************
192.168.170.141            : ok=0    changed=0    unreachable=0    failed=1

I've tried to remove remove glusterfs, wiping the glusterfs configurations and reinstalling the service.

Any help would be appreciated.

Thank you,

Joel