puppet-gluster
puppet-gluster copied to clipboard
Create and manage Gluster pools, volumes, and mounts
Update default version from 7.3 to 7.9 the last in the 7.x line. Updated documents to match default version.
#### Pull Request (PR) description #### This Pull Request (PR) fixes the following issues
#### Pull Request (PR) description If the peer name in the facts is not the same as in the configuration: #gluster peer status --xml ``` ......... ......... 192.168.0.10 192.68.0.10 gst03...
#### Pull Request (PR) description If the sequence in facts and settings is different exampe: [ 'gst02:/opt/share', 'gst03:/opt/share', 'gst01:/opt/share'] != [ 'gst01:/opt/share', 'gst02:/opt/share', 'gst03:/opt/share'] but in fact they are equal...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4.8.2 - Ruby: ruby 2.3.3p222 (2016-11-21) [x86_64-linux-gnu] - Distribution: Linux 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64 GNU/Linux - Module...
Gluster builds apt packages for Debian 10, 11 and 12 for the latest version (see https://download.gluster.org/pub/gluster/glusterfs/11/11.0/Debian/). The puppet module is capped to only support Debian up to version 9 with...
Are there any known issues why this module will not work with 8/9 releases. Is anyone currently doing it?
#### Pull Request (PR) description Volume options are stored as comma separated string, the only use from the gluster module is in volume.pp, there it is converted back to an...
https://github.com/voxpupuli/puppet-gluster/blob/master/manifests/volume.pp#L186-L197 When support for arbiters was added the validation was removed to check correct amount of bricks was defined. Regardless of if there is an arbiter defined, the amount of...