I have a riak system, i try change replicate value, but not commplete. I use command line to change:
curl -v -XPUT \
-H "Content-Type: application/json" \
-d '{"props":{"n_val":2}}' \
http://<my-ip-riak>:8098/buckets/<my-bucket>/props
then, I put file into riak by s3cmd:
s3cmd put <my-file> s3://<my-bucket>
and i check size of riak:
du -sh /var/lib/riak/
I see, it replicate 3, it not change replicate value. Any help?
Cheers,
Nghiep