Moving the anti-entropy directory (riak 1.4)

2015-09-11 Thread Sujay Mansingh
On our riak cluster machines, we have a separate disk which stores all the bitcask data (in /data) This is so that we can have a (relatively) small disk for the OS, and have a big disk for /data. $ df -h / /data Filesystem Size Used Avail Use% Mounted on /dev/root20G 11G 7.9G 57

Can I share Riak KV between Riak S2 and direct Riak KV access?

2015-09-11 Thread mtakahashi-ivi
Hello, My application uses Riak KV as a NoSQL and Riak S2 as an object storage. My question is, Is it possible to use same Riak KV instances from Riak S2 and my application? (my app) ---> Riak S2 --> Riak KV |^ ++ I think