summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Collapse)AuthorAgeFilesLines
* Fix small chaining bugs.James Shubin2014-03-161-3/+3
|
* Fix small bugs with chaining.James Shubin2014-03-162-4/+4
|
* Remove algorithmic brick layout ordering that happens in the fact.James Shubin2014-03-161-0/+6
| | | | | Since different brick layouts are now implemented, it makes sense to remove any remaining traces of the algorithmic work from the fact...
* Add per volume support for brick chaining.James Shubin2014-03-162-0/+242
* Don't use this feature unless you _really_ know what you're doing. * Managing chained volumes is much harder than managing normal ones. * If some of the volumes in the cluster use this, and others don't, then you'll probably have an even crazier time with management. * Please verify my algorithm and feel free to suggest changes. * Some edge cases haven't been tested. * This patch breaks out brick layout ordering into individual functions.