- PR #96 - Update kitchen-vagrant
- PR #97 - Fetch 3.9 and 3.10 RPMs from mirror.centos.org now they're availabl
- PR #98 - Fix failure to set initially ungettable volume options like client.ssl
- PR #100 - remove
s
in backupvolfile-server in mount provider - PR #101 - Fixup foodcritic and rubocop offenses
- PR #94 - Add gluster_volume custom resource
- PR #92 - Depend on compat_resource instead of apt and yum cookbooks
- PR #93 - Drop support for Chef < 12.1
- PR #82 - Add license and fix readme
- PR #83 - Use GPG keys on yum repositories and Support 3.9 on yum via the buildlogs.centos.org testing repo
- PR #84 - Allow disable of server extending support
- PR #85 - Minor Debian and repository fixes
- PR #86 - Add gluster_volume_option custom resource
- PR #90 - Add parameters for volume_option to README
- PR #91 - Allow specify options as attributes
- PR #77 - Allow use gluster recipe on already existed filesystem
- PR #78 - Allow customize brick directory by attribute
- PR #79 - Fix gluster volume create force
- PR #72 - Fix backup-volfile-server(s) in mount provider
- PR #73 - Bump Travis ruby version to 2.3.1
- PR #74 - Bump Gluster version to 3.8
- PR #75 - Disable Metrics/BlockLength cop
- PR #58 - Fix case statement syntax
- PR #59 - Fix problems with volume_extend recipe
- PR #61 - Update disk controller logic for Vagrant template
- PR #62 - Fix undefined method error in server_extend recipe
- PR #63 - Fix Ruby syntax per Rubocop
- PR #66 - Update test-kitchen OS's
- PR #67 - Fix serverspec verification
- PR #68 - Add kitchen testing for gluster::client recipe
- PR #69 - Update yum_repository resource
- PR #52 - Correct the usage of the peer_names attribute
- PR #53 - Fix spacing in case statement
- PR #56 - Allow host check to match when hostname is listed under 'Other names'
- PR #57 - Add source_url and issues_url to metadata
- PR #44 - Fix brick_in_volume for long hostnames
- PR #47 - Re-architecture of gluster cookbook to support multi-volume per peer, LVM, size declaration
- PR #48 - Add Debian support
- PR #51 - Update repo for Centos 6/7
- PR #39 - Fix the client package name for rhel
- PR #42 - Add owner/group/mode settings to gluster_mount LWRP
- PR #41 - Allow mount options to be set on gluster mount
- PR #28 - Add exception handling for peers not being nodes on chef server
- PR #36 - Allow disabling of public Gluster repo
- PR #37 - Fix default attribute value for
['gluster']['client']['volumes']
- PR #37 - Add include for client_mount recipe in client recipe
- PR #17 - Allow hostname for older versions of chef-server
- PR #18 - Fix for initial Chef run for the first node in a cluster
- PR #21 - Add ability to disable gluster server service
- PR #22 - Fix Ruby syntax, add Rubocop, add Foodcritic, add TravisCI
- PR #27 - Add glusterfsd service for shutdown cleanup on RHEL 7+
- PR #24 - Wait until peer reaches connected status before continuing
- PR #24 - Add striped, distributed, distributed-striped volume types
- PR #24 - Fix chef node loading
- PR #24 - Add server_extend recipe to allow for automatic gluster scaling
- PR #6 - Allow to multiple backup servers when mounting a glusterfs volume
- PR #7 - Add recursive true for dir creation under the lvm logic
- PR #9 - Fix Ruby syntax on create partition bash block
- PR #9 - Create a "servicename" attribute so that the service-hook actually starts the correctly named service.
- PR #10 - Modify order of saving the bricks
- PR #13 - Add peer_names attribute to volumes
- PR #14 - Retry peering
- PR #16 - Don't shadow bricks variable
- PR #2 - Fix typo for brick_mount_path attribute
- Relaxed brick count check for replicated volumes
- Added a new
gluster_mount
LWRP - Deprecating
gluster::client_mount
recipe - Updated Ubuntu repo location
- Added backup server option for gluster::client_mount
- Initial commit