Wiping data directory break vnodes with read_block_error

2013-02-27 Thread Jonas Lindmark
Hi, I'm looking for a way to manually wipe the data off of a single-node riak installation. I'm using riak (1.3.0 2013-02-19) Debian x86_64 with the riak_kv_eleveldb_backend. What I'm currently doing is: - riak stop - rm -rf /var/lib/riak - mkdir riak - chown riak:riak riak - sta

Re: Wiping data directory break vnodes with read_block_error

2013-02-28 Thread Jonas Lindmark
art'? On 28 February 2013 08:55, Jonas Lindmark wrote: > Hi, > > I'm looking for a way to manually wipe the data off of a single-node riak > installation. I'm using riak (1.3.0 2013-02-19) Debian x86_64 with the > riak_kv_eleveldb_backend. > > What I'm

Re: Wiping data directory break vnodes with read_block_error

2013-03-01 Thread Jonas Lindmark
k/bitcask/* > sudo rm -rf /var/lib/riak/ring/* > riak start > > This would essentially reset the node back to a new state while retaining > any configuration changes you already specified in app.config or vm.args. > > I hope this helps. > > Regards, > > Brian Shu

Re: Wiping data directory break vnodes with read_block_error

2013-03-06 Thread Jonas Lindmark
, Jonas Lindmark wrote: > Thanks for the advice, I'll be sure to try it out soon and report back. > > /jonas > On Feb 28, 2013 7:01 PM, "Brian Shumate" wrote: > >> Hello Jonas, >> >> I think the issue is that you actually wiped out too much b