Skip to content

Commit

Permalink
Merge pull request #244 from basho/dip_bnw_data_root
Browse files Browse the repository at this point in the history
added data_root to Advanced repl docs
  • Loading branch information
Dave Parfitt committed Mar 6, 2013
2 parents f37a993 + ff458fb commit 637922f
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ The configuration for replication is kept in the both the `riak_core` and `riak_
]},
{riak_repl, [
% Pick the correct data_root for your platform
% Debian/Centos/RHEL:
{data_root, "/var/lib/riak/data/riak_repl"},
% Solaris:
% {data_root, "/opt/riak/data/riak_repl"},
% FreeBSD/SmartOS:
% {data_root, "/var/db/riak/riak_repl"},
{max_fssource_cluster, 5},
{max_fssource_node, 2},
{max_fssink_node, 2},
Expand Down

0 comments on commit 637922f

Please sign in to comment.