Can you try adding "platform_data_dir" to "riak_core"?

I think the following will work in your case:
node[:riak][:core][:platform_data_dir] = "/mnt/riak"

Thanks,
Dan

Daniel Reverri
Developer Advocate
Basho Technologies, Inc.
[email protected]


On Fri, Oct 14, 2011 at 4:24 PM, Spike Gronim <[email protected]> wrote:

> Hello Riak users,
>
> I am trying to start my first Riak cluster via the Basho Chef cookbook. I
> installed 1.0.0 via the deb file on a fresh Ubuntu ec2 c1.medium. I am
> trying to use LevelDB.
>
> When my second host joins it is unable to transfer vnodes. The crash.log
> makes it look like the update_vnode_status/2 function cannot find the vnode
> status file.  All the Riak related directories are owned by the riak user
> (/var/lib/riak, /var/log/riak, and /mnt/riak where I am trying to put the
> bulk of the data).
>
> Why is the vnode crashing and how do I fix it? Thank you in advance for any
> assistance.
>
>
> crash.log - https://gist.github.com/db31301f6dbcbcc87115
> app.config - https://gist.github.com/1288626
> riak-admin member_status - https://gist.github.com/dc68894f983db2c26fd2
> riak-admin status - https://gist.github.com/6d2347954d9e29bebb84
> riak-admin transfers - https://gist.github.com/34a9ee4b0a46f2101201
>
> ubuntu@ip-10-66-6-173:~$ uname -a
> Linux ip-10-66-6-173 2.6.38-8-virtual #42-Ubuntu SMP Mon Apr 11 07:04:38
> UTC 2011 i686 i686 i386 GNU/Linux
>
>
> Spike Gronim
> [email protected]
>
>
>
>
> _______________________________________________
> 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