From: Moiz Raja Date: Thu, 26 Mar 2015 22:21:47 +0000 (-0700) Subject: Add documentation in akka.conf on how to specify location of persistent data X-Git-Tag: release/lithium~209^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F19051%2F1;p=controller.git Add documentation in akka.conf on how to specify location of persistent data Change-Id: I085656d2b060aca2eae78dc85a9c0f660dcb9e3c Signed-off-by: Moiz Raja --- diff --git a/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf b/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf index e72f4b2675..8d65e59dfe 100644 --- a/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf +++ b/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf @@ -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" + + } } }