I apologize for the confusion and defer to Luke on all the technical Riak
things.
On Fri, Mar 10, 2017 at 11:16 Luke Bakken wrote:
> Just to clarify ...
>
> What Alexander is suggesting is what Daniel is currently using, and
> what I suspect may be causing Daniel's issues.
>
> If you wish to ru
Just to clarify ...
What Alexander is suggesting is what Daniel is currently using, and
what I suspect may be causing Daniel's issues.
If you wish to run a leveldb-only Riak CS cluster, you still *must*
use the advanced.config file and the riak_cs_kv_multi_backend, and the
other settings that I m
Hi Daniel,
Riak CS uses multi by default. By default the manifests are stored in leveldb
and the blobs/chunks are stored in bitcask. If you're looking to force
everything to level you should remove multi and use level as the backend
setting. As Luke noted elsewhere, this configuration hasn't be
Hi Luke,
Again, thanks for your help. We are currently preparing to move all objects
into a new cluster using the S3 API. One question on configuration:
currently I have "storage_backend = leveldb" in my riak.conf. I assume that
on the new cluster, in addition to using the advanced.config you prov