puppet-gluster
puppet-gluster copied to clipboard
Create and manage Gluster pools, volumes, and mounts
Global volume options for the cluster are set using the volume parameter of 'all'. For example, to enable multiplexing: ```shell gluster volume set all cluster.brick-multiplex on ``` However, this module...
To change the glusterd global log level: ``` glusterd --log-level WARNING ``` This can also be set in the config file, so perhaps the module could just accept options in...
GlusterFS has a feature to detect type of disk errors where data is silently corrupted with no indication from the disk to the storage software layer than an error has...
- Puppet: 1.10.4-1jessie (I.e. Puppet4) - Distribution: Debian - Jessie - Module version: v3.0.1-rc0 (From Github) ## What are you seeing Running gluster 3.11.1-2, it would now appear Puppet cant...
It looks like the module doesn't support tiering in GlusterFS volumes. Even though hot tier implementation in GlusterFS is based on distributed replication, it does require a special "tier" command...
this is based on this conversation: https://github.com/voxpupuli/puppet-gluster/pull/107#discussion_r107045340 there are only a few valid options for $log_level, so it should not be a string but an enum.
As you can see by going to the default repo this module try to add by default: https://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/ GlusterFS RPMs in CentOS at least has been moved, even in the...
Today when using the Gluster snapshot feature, a Puppet run will generate a notify and potentially a rather long one because of the path change for bricks. ``` puppet notify{...
Hello, it seems to me like combination of `add-brick` and `replica` and `stripe` is invalid. ``` Shell /usr/sbin/gluster volume add-brick logs stripe 2 replica 2 Wrong brick type: 2, use...