summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/functions/brick_layout_chained.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix small chaining bugs.James Shubin2014-03-161-3/+3
|
* Fix small bugs with chaining.James Shubin2014-03-161-3/+3
|
* Add per volume support for brick chaining.James Shubin2014-03-161-0/+137
* 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.