puppet-gluster icon indicating copy to clipboard operation
puppet-gluster copied to clipboard

Create and manage Gluster pools, volumes, and mounts

Results 44 puppet-gluster issues
Sort by recently updated
recently updated
newest added

Update default version from 7.3 to 7.9 the last in the 7.x line. Updated documents to match default version.

backwards-incompatible

#### 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...

bug

## 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?

question

#### 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...

tests-fail
merge-conflicts

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...