You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by am...@apache.org on 2017/12/01 05:53:07 UTC

svn commit: r1816798 - /jackrabbit/oak/trunk/oak-run/README.md

Author: amitj
Date: Fri Dec  1 05:53:07 2017
New Revision: 1816798

URL: http://svn.apache.org/viewvc?rev=1816798&view=rev
Log:
OAK-6489: Datastorecheck command should output the path of missing datastore

- Documentation for the new option

Modified:
    jackrabbit/oak/trunk/oak-run/README.md

Modified: jackrabbit/oak/trunk/oak-run/README.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-run/README.md?rev=1816798&r1=1816797&r2=1816798&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-run/README.md (original)
+++ jackrabbit/oak/trunk/oak-run/README.md Fri Dec  1 05:53:07 2017
@@ -461,6 +461,7 @@ Use the following command:
             [--dump <path>] \
             [--repoHome <local_repository_root>]
             [--track]
+            [--verbose]
 
 The following options are available:
 
@@ -475,6 +476,7 @@ The following options are available:
     --fds            - Path to the FileDataStore configuration file ('path' property is mandatory)
     --repoHome       - Path of the local reposity home folder. Mandatory for --consistency & --track options 
     --track          - Whether to force override the tracked ids (Valid only for --id & --consistency options)
+    --verbose        - Outputs backend friendly blobids. Adds the sub-directories created in FDS and the changes done for S3/Azure when stored in the respective container.
 Note:
 For using S3DataStore the following additional jars have to be downloaded
     - [commons-logging-1.1.3.jar](http://central.maven.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar)