plone.recipe.zope2instance file-storage option forces storage in the 'var' directory
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
collective.buildout |
New
|
Undecided
|
Unassigned |
Bug Description
At present, against plone.recipe.
> file-storage
> The filename where the ZODB data file will be stored. Defaults to var/filestorage
The default value is correct, but this option doesn't clearly set out that the 'var' location gets appended automatically (plone.
This stands in contrast to other options like 'blob-storage', where if one is setting the option manually, then the option is taken verbatim.
It seems like it would be useful to let users specify arbitrary locations for their Data.fs files without having to change the entire 'var' directory variable. You can already do so with blob storage, so making these options consistent makes sense.
In any case, more clarification in the readme would be useful. Thanks.