summaryrefslogtreecommitdiffstats
path: root/manifests/volume/base.pp
Commit message (Collapse)AuthorAgeFilesLines
* Automatic brick ordering and finite state machine support.James Shubin2013-10-101-1/+1
| | | | | | | | | | | | | This patch adds preliminary FSM support. This will be used and abused more extensively in later patches. Automatic brick ordering is an advanced feature and is meant for experienced puppet users. Changing the available bricks before the cluster is built is not currently supported. For that type of magic, please wait for gluster::elastic. This feature expects that you name your bricks and hosts intelligently. Future patches will recommend a specific nomenclature, but for now as long as the brick paths and hostnames follow a padded, incrementing integer pattern, with a common prefix, you shouldn't see any problems.
* Module needs a better description.James Shubin2013-10-101-1/+1
| | | | | | | While the module can still be used in a simple way: * It is pretty complicated at this point. It does some advanced stuff. * I wanted to avoid confusion with gluster::simple which is coming soon.
* Added fancy volume creation.James Shubin2013-09-181-0/+32
This moves the command into a separate file. This also adds temporary saving of stdout and stderr to /tmp for easy debugging of command output.