Add documentation in akka.conf on how to specify location of persistent data 51/19051/1
authorMoiz Raja <moraja@cisco.com>
Thu, 26 Mar 2015 22:21:47 +0000 (15:21 -0700)
committerTony Tkacik <ttkacik@cisco.com>
Fri, 24 Apr 2015 22:07:56 +0000 (22:07 +0000)
Change-Id: I085656d2b060aca2eae78dc85a9c0f660dcb9e3c
Signed-off-by: Moiz Raja <moraja@cisco.com>
opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf

index e72f4b2675eb886226ad660204fe706513937094..8d65e59dfe1352db98622e85cc4d520fe261755e 100644 (file)
@@ -56,6 +56,16 @@ odl-cluster-data {
       ]
 
     }
+
+    persistence {
+      # By default the snapshots/journal directories live in KARAF_HOME. You can choose to put it somewhere else by
+      # modifying the following two properties. The directory location specified may be a relative or absolute path. 
+      # The relative path is always relative to KARAF_HOME.
+
+      # snapshot-store.local.dir = "target/snapshots"
+      # journal.leveldb.dir = "target/journal"
+
+    }
   }
 }