Oliver Soell writes:

> That was all well and good, but now “riak attach” isn’t giving me the love I 
> thought I should get:
>
> (c_1494_riak@172.29.18.183)1> {ok, Ring} = 
> riak_core_ring_manager:get_my_ring().
> ** exception error: no match of right hand side value {error,no_ring}
> (c_1494_riak@172.29.18.183)2>
>

This is because attach is a remote shell (a change introduced in 2.0.0 I
think). Either you need to use an rpc call or you can used riak
`attach-direct`. If you do the later remember to use Ctrl-D to exit, not
Ctrl-C.

-Z

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to