[ 
https://issues.apache.org/jira/browse/OAK-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14591837#comment-14591837
 ] 

Shashank Gupta edited comment on OAK-3005 at 6/18/15 2:08 PM:
--------------------------------------------------------------

h2. How to configure CachingFDS
* PID org.apache.jackrabbit.oak.plugins.blob.datastore.CachingFDS

h3. Fresh Installation:
# fsBackendPath path of NAS or SAN storage (required)
# path path of local file system cache( optional default is 
${home.dir}/repository/datastore. for e.g 
crx-quickstart/repository/repository/datastore)

h3. Migration from FileDataStore on SAN to CachingFDS on SAN
# fsBackendPath path of NAS or SAN storage. Set this value as path property for 
FileDataStore config. 
# path path of local file system cache. Default is set at  
${home.dir}/repository/datastore

h3. Migration from FileDataStore on local file system to CachingFDS on SAN
# fsBackendPath specify the SAN path
# path same value as that of FileDataStore#path. Leave it if not set in 
FileDataStore config file. 










was (Author: shgupta):
h2. How to configure CachingFDS

h3. On new installation setup:
* PID org.apache.jackrabbit.oak.plugins.blob.datastore.CachingFDS
# fsBackendPath path of NAS or SAN storage (required)
# path path of local file system cache( optional default is 
${home.dir}/repository/datastore. for e.g 
crx-quickstart/repository/repository/datastore)

h3. Migration from FileDataStore on SAN to CachingFDS on SAN
# fsBackendPath path of NAS or SAN storage. Set this value as path property for 
FileDataStore config. 
# path path of local file system cache. Default is set at  
${home.dir}/repository/datastore

h3. Migration from FileDataStore on local file system to CachingFDS on SAN
# fsBackendPath specify the SAN path
# path same value as that of FileDataStore#path. Leave it if not set in 
FileDataStore config file. 









> OSGI wrapper service for Jackrabbit CachingFDS
> ----------------------------------------------
>
>                 Key: OAK-3005
>                 URL: https://issues.apache.org/jira/browse/OAK-3005
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: blob
>    Affects Versions: 1.0.15
>            Reporter: Shashank Gupta
>            Assignee: Shashank Gupta
>              Labels: features, performance
>             Fix For: 1.0.16
>
>         Attachments: OAK-2729.patch
>
>
> OSGI service wrapper for JCR-3869 which provides CachingDataStore 
> capabilities for SAN & NAS storage



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to