Using collective.recipe.filestorage
This recipe makes using zeo from zc.buildout way cleaner
This recipe is courtesy of David Glick at ONE/NW. The main part sets defaults for all filestorage definitions, and then you can define overrides using the format [filestorage_somename]:
[filestorage] recipe = collective.recipe.filestorage zodb-cache-size = 1000 zeo-client-cache-size = 300MB location = var/filestorage/%(fs_part_name)s/%(fs_part_name)s.fs parts = unitus peps specialclient [filestorage_specialclient] zodb-mountpoint = /someothervalue # other override values # Add new filestorage parts here.

