Hey Brian,

You're missing some Riak configuration options that Riak CS is complaining 
about. Previously Riak CS would start, but for 1.4 we figured it was better to 
complain loudly and refuse the start. You can see all of the Riak configuration 
you need to set here [1]. The specific line that is being complained about is:

{default_bucket_props, [{allow_mult, true}]},

in the `riak_core` section. This will make sure that in the case of concurrent 
writes, both copies are kept around for conflict resolution.

[1] 
http://docs.basho.com/riakcs/latest/cookbooks/configuration/Configuring-Riak/

Reid

On Aug 14, 2013, at 7:31 AM, Brian Akins <[email protected]> wrote:

> riak-cs 1.4.0 fresh install with fresh riak 1.4.1 - getting error when trying 
> to start riak-cs:  
> 
> Invalid Riak bucket properties detected. Please verify that allow_mult is set 
> to true for all buckets.
> 
> 
> No buckets in riak. Ideas?
> 
> _______________________________________________
> riak-users mailing list
> [email protected]
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to