Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add automatic generation of fs UUID's per brick filesystem. | James Shubin | 2014-03-16 | 1 | -0/+9 |
| | | | | | | | | | | This automatically generates UUID's for each physical filesystem, or alternatively, you can specify one manually with the $fsuuid argument. This will make a _big_ difference when using gluster::simple to automatically deploy a large cluster of physical machines, since you don't have to manually generate one uuid per device (which is time consuming and could be a lot to do and a lot to maintain). | ||||
* | Automatic brick ordering and finite state machine support. | James Shubin | 2013-10-10 | 1 | -0/+32 |
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. |