Anybody?
Thanks,
Juerg
On 2/18/26 12:35, JCR wrote:
Hello,
I'm running Sling 14 as a docker container with an external volume
configured for the launcher. However, nt:file nodes should go to
separate NAS , i.e. I try to configure FileBlobStore to be directed
to that NAS.
Within the repository, I created the following file:
jcr:root/config/org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.config
... with the following content:
|path=/var/local/myblobstore minRecordLength=8192
maxCachedBinarySize=8192 cacheSizeInMB=16 |
However, I don't see any evidence that the NAS is actually used by
sling/jackrabbit oak after a docker stop/start. I suspect the config
is misplaced. What would be the correct location for this type of
config file or does it need to be configured somewhere else in this
OSGi environment?
Thanks for any help!
Juerg