[Zope-dev] zc.recipe.filestorage bug
Nikolay Kim
fafhrd at datacom.kz
Mon Feb 25 23:49:07 EST 2008
Hello,
Seem zc.recipe.filestorage has bug in blob-dir
for this buildout config
[var]
recipe = zc.recipe.filestorage
blob-dir = parts/varblobs
zc.recipe.filestorage generates
<zodb>
<blobstorage>
blob-dir ../parts/varblobs
shared-blob-dir no
<filestorage>
path ../parts/var/Data.fs
</filestorage>
</blobstorage>
</zodb>
But 'shared-blob-dir' defined only for 'zeoclient'
More information about the Zope-Dev
mailing list