summaryrefslogtreecommitdiffstats
path: root/examples/filesystem-backed-bricks-example.pp
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant hosts specification in gluster::server()James Shubin2013-09-081-1/+0
| | | | At the moment, this is redundant, and not needed.
* This patch adds fact magic to make specifying host uuid's optional.James Shubin2013-09-081-1/+3
| | | | | | | | | | | | If you would like to be ultra lazy and not specify any uuid's manually, the puppet module can now generate them on your behalf. This will take at least two puppet runs because of the distributed nature of gluster and because the uuid facts must be exported to all the nodes for peering. Please note that if you rebuild a node from scratch, you probably won't get the same UUID. You can either set it manually, or paste one in the /var/lib/puppet/tmp/gluster/uuid/uuid file. Watch the formatting!
* Make it easier to use simple filesystem paths for bricks.James Shubin2013-09-071-0/+51
The added example should make this obvious. Heed the warning in using this feature. I find it most useful for rapid prototyping using vm's.