Questions tagged [riak-cs]

Riak CS (Riak Cloud Storage) is a storage software solution build on top of Riak.

Riak CS is open-source and is available under the licence. It can be used to build public or private clouds or as reliable storage to power applications and services. Riak CS is S3-API compatible and supports per-tenant reporting for billing and metering use cases.

43 questions
3
votes
1 answer

RIAK Node does not Start after changing IP

I am in the process of setting up a Riak Cluster on Raspberry Pis. Unfortunately I get the following error message after changing the IP address. Versions I used: Debian Jessie (Raspberry PI) riak (Github Clone…
3
votes
2 answers

RiakCS S3 PHP client library

Is there any RiakCS S3 PHP client library out there? The best I could find was S3cmd command line client software. Also I've seen there is Riak PHP Client, but it looks like there is nothing related to S3. I've installed aws-sdk-php-laravel and used…
mintaras
  • 301
  • 3
  • 11
2
votes
0 answers

How to debug Riak-cs not finding admin credentials?

I am setting up a new cluster. I followed all the setup instructions (I think). I created admin user as doc says, then updated riak-cs.conf and stanchion.conf with generated keys. I get the following when starting: 2016-05-05 01:15:01.167 [error] …
Johnny Everson
  • 8,343
  • 7
  • 39
  • 75
2
votes
1 answer

Is it possible to define a TTL on Riak CS?

I'm using Riak CS (Cloud Storage) to store files and I want them to expire using a TTL. I'm OK with defining the same TTL value for all the files, e.g. 1 week. From what I've understood, Riak CS uses 2 backends: bitcak for binary data leveldb for…
Alexis Seigneurin
  • 1,433
  • 2
  • 15
  • 20
1
vote
1 answer

Does Riak CS instances interact with other Riak CS instances inside a cluster and why is Riak CS deployed on each node of a cluster?

Riak CS implements the S3 API for an underlying Riak distributed, decentralized data storage system. Not only the Riak data storage system but also Riak CS must be deployed on each node. A further component called Stanchion must be deployed on a…
Neverland
  • 773
  • 2
  • 8
  • 24
1
vote
0 answers

Riak db returns 500 Internal server error

I seem to be having an issue with our riak-kv db v2.2.3, we are currently running 5 node cluster, out of nowhere last week suddenly requests to our db started returning 500 internal server error for all/almost every request (also might be valuable…
yonib
  • 121
  • 1
  • 6
1
vote
1 answer

Syncing buckets between two S3 Storage Providers

I am currently using RIAK CS as an S3 Provider but I want to change to Scality S3. Therefore, I need to migrate the existing data from RIAK to Scality. Is there a quick an easy way of syncing buckets between the two different storage providers? I…
Kristianasp
  • 61
  • 11
1
vote
1 answer

ejabberd_riak delete functions

I am setting up an ejabbered + riak cluster, where i have to use basic riak (get,put,delete..)functions in the file ejabberd/src/ejabberd_riak.erl The functions put, get, get_by_index etc. work great and using the usage of the module in the file I…
minocha
  • 1,043
  • 1
  • 12
  • 26
1
vote
0 answers

Riak /priv/ directory not created

I have installed Riak using apt on Ubuntu 14.04 and I can't find /riak/priv. On git wiki page I have found a todo #TODO - explain where Riak's priv/ is located. Can someone help with this please ? This is the exception after copy the files for riak…
AlexGo
  • 487
  • 4
  • 19
1
vote
0 answers

riak-cs create bucket fails with : bucket does not exist

I'm attempting to create a bucket in RiakCS using a curl PUT command. And the command is failing. This is the command I'm giving: curl -ks https://p-riakcs.example.com/user:secret/riak/test -XPUT -H Content-Type:application/json --data-binary…
bluethundr
  • 1,005
  • 17
  • 68
  • 141
1
vote
2 answers

Unexplainable AmazonS3Client getObject() 403 AccessDenied exception

Using the java Amazon AWS SDK, I am getting an unexplainable 403 AccessDenied exception when calling the AmazonS3Client.getObject() method. What is odd here is that I am uploading the object with the same AmazonS3Client so the object resource owner…
McLovin
  • 1,455
  • 3
  • 19
  • 37
1
vote
1 answer

Riak CS disable authorization

Is there a way to completely disable authorization in RiakCS(S2) and Stanchion? By completely I mean completely. I don't need it anyway and step with manual user creation is hard to fit in automated deployment process, which I really need. Or maybe…
mynameisdaniil
  • 1,106
  • 8
  • 10
1
vote
1 answer

RIAK-CS Unable to create bucket using s3cmd - AccessDenied

I have the following setup: riak 1.4.12, riakcs 1.5.3, stanchion 1.5.0 I am able to list bucket contents, and the authentication works (I get a response when listing or trying to remove a bucket, PUT a file) but get an AccessDenied error when trying…
ambertch
  • 7,581
  • 4
  • 28
  • 40
1
vote
1 answer

Storing and retrieving photo files from riak through nitrogen using riak-erlang-client

I am running a riak cluster of 5 nodes which i connect to through a protocol buffer client riak-erlang-client. I installed riak-erlang-client as a nitrogen plugin as i suggested at this stackoverflow link. I know how to upload files through the…
1
vote
1 answer

Riak-CS Update ACL sometimes not working using Boto

I have a virtualised cluster of 5 Riak-CS nodes. Stanchion is installed on the first node. These nodes are behind an Nginx reverse proxy. When I upload a JPG file, using my Python Script, which is using the boto library, it works…
Mark Fidell
  • 1,123
  • 8
  • 14
1
2 3