summaryrefslogtreecommitdiffstats
path: root/puppet-gluster-documentation.pdf
Commit message (Collapse)AuthorAgeFilesLines
* Small documentation fix.James Shubin2014-08-121-0/+0
|
* Add documentation FAQ about dracut issues found by mkfs.James Shubin2014-05-191-0/+0
|
* Documentation updates including yamldata multi-platform work.James Shubin2014-05-071-0/+0
|
* Add FAQ item about common puppet failures and the workaround.James Shubin2014-05-061-0/+0
|
* Support LVM thin provisioning.James Shubin2014-04-101-0/+0
| | | | | | | This adds the ability to do LVM thin provisioning. If you haven't fully read 'man 7 lvmthin' then please do as this will answer most of your questions. LVM thin provisioning is used for doing one form of GlusterFS snapshots.
* Make Exec['again'] optional. As a result puppet-common is optional.James Shubin2014-04-101-0/+0
| | | | Although if you remove all the features, it's not as awesome anymore :)
* Add per brick defaults to gluster::simple for easier [physical] clusters.James Shubin2014-03-241-0/+0
| | | | | | | | | | | | | | | | | | | | | | | I've had most of this patch in my head for at least a week, and I finally got the time to implement it! If you are building a symmetrical cluster, that has consistent device naming across all of the hosts, then this patch is the magic that should make your life _significantly_ easier. (*cough, cough*: Ben England...) In the corner case that some of your device have different names, you can still use this feature in conjunction with the other parameters to first set global defaults, and then override as needed. If you don't specify an overriding parameter (such as $count) then the number of elements in this array will be used as the brick count! Please note that this patch provides the $brick_params_defaults option which is different from the $brick_param_defaults option which will still work, and is useful in conjunction with this option as the way to set brick defaults across the whole cluster. For more questions you'll be happy to see that this patch comes with documentation and example updates.
* Add a link to the documentation.James Shubin2014-03-181-0/+0
|
* Update documentation to reflect new features.James Shubin2014-03-171-0/+0
|
* Add client mounting and associated magic.James Shubin2014-01-211-0/+0
| | | | | | | | | | | * Rename gluster::client to gluster::mount * Add support to gluster::mount * Add client machines and mounts to vagrant setup * Fixed version interface for gluster::mount and gluster::server * Improved firewall support for gluster::mount * Update examples to use gluster::mount instead of gluster::client * Update documentation * Other small fixes
* Update documentation to mention vagrant.James Shubin2014-01-131-0/+0
|
* Added documentation to Puppet-Gluster.James Shubin2013-11-181-0/+0
Run 'make docs' to generate an up-to-date .pdf of the documentation. Ironically, one reason I first started writing Puppet code, was so that I wouldn't have to write as much documentation anymore.