On Aug 19, 2013, at 12:54 PM, Tim Froehlich <[email protected]> wrote:
> Reid, I had the same problem that Brian had but I'm not having any luck > getting past it. I had added the default_bucket_props option, but I had > already created some buckets ahead of time. Created buckets in Riak or Riak CS? For what it's worth, we don't recommend using the same cluster for both Riak and Riak CS. > The list buckets command returns > three of them, and I've manually set allow_mult on all of them and confirmed > that the change stuck, but riak-cs still displays the same error. Can you gist/pastebin your Riak app.config? Make sure you're adding the default bucket properties to the `riak_core` section of the app.config. As well as the result of: curl localhost:8098/riak/random-bucket For me, it looks like [1] (note the "allow_mult": true line). [1] https://gist.github.com/reiddraper/6273998 > > > > -- > View this message in context: > http://riak-users.197444.n3.nabble.com/error-with-fresh-riak-cs-1-4-0-install-tp4028833p4028896.html > Sent from the Riak Users mailing list archive at Nabble.com. > > _______________________________________________ > 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
