plone.recipe.zope2instance zeo zope.conf neglects blob-storage setting
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
collective.buildout |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
when building a zeo client using plone.receipe.
<zodb_db main>
mount-point /
cache-size 5000
<zeoclient>
server 19100
storage 1
name zeostorage
var /home/klm/
cache-size 30MB
</zeoclient>
</zodb_db>
supposing the blob-storage setting was /home/klm/
<zodb_db main>
mount-point /
cache-size 5000
<zeoclient>
server 19100
storage 1
name zeostorage
var /home/klm/
blob-storage /home/klm/
cache-size 30MB
</zeoclient>
</zodb_db>
I've commited a fix for this in the following branch. Please test.
https:/ /svn.plone. org/svn/ collective/ buildout/ plone.recipe. zope2instance/ branches/ rochael- blobsupport