Added riak storage_backend as input (also riak.conf is jinja processed now)
This commit is contained in:
parent
08327cdb12
commit
d05da5731c
@ -37,3 +37,6 @@ input:
|
||||
join_to:
|
||||
schema: str
|
||||
value:
|
||||
storage_backend:
|
||||
schema: str!
|
||||
value: bitcask
|
||||
|
@ -331,7 +331,7 @@ anti_entropy = active
|
||||
##
|
||||
## Acceptable values:
|
||||
## - one of: bitcask, leveldb, memory, multi
|
||||
storage_backend = bitcask
|
||||
storage_backend = {{storage_backend}}
|
||||
|
||||
## Controls which binary representation of a riak value is stored
|
||||
## on disk.
|
Loading…
Reference in New Issue
Block a user