Questions tagged [radosgw]

radosgw is an HTTP REST gateway for the RADOS object store, a part of the Ceph distributed storage system. It is implemented as a FastCGI module using libfcgi, and can be used in conjunction with any FastCGI capable web server.

radosgw is an HTTP REST gateway for the RADOS object store, a part of the Ceph distributed storage system. It is implemented as a FastCGI module using libfcgi, and can be used in conjunction with any FastCGI capable web server.

45 questions
4
votes
1 answer

What is the meaning of -95 error code that is returned from rados_clone_range?

I have Ceph rados client for node.js version 12.4.0. I want to copy a portion of one object to another. And there is a method written for this operation. Its name is clone_range and it use rados_clone_range function of librados. Error code -95…
4
votes
1 answer

Ceph radosgw - bucket policy - make all objects public-read by default

I work with a group of non-developers which are uploading objects to an s3 style bucket through radosgw. All uploaded objects need to be publicly available, but they cannot do this programmatically. Is there a way to make the default permission of…
Josh Worley
  • 179
  • 2
  • 7
3
votes
1 answer

Ceph BucketNotifications do not push messages to Kafka

I have a ceph test cluster with three nodes with radosgw installed on the first node. ceph version is 14.2.6 (f0aa067ac7a02ee46ea48aa26c6e298b5ea272e9) nautilus (stable) # cat /etc/ceph/ceph.conf [global] fsid =…
fenhir
  • 31
  • 2
2
votes
0 answers

Boto3 put_object() fails when I am using SSECustomerKey

I have been trying for the past day to load some encrypted text to a Ceph object storage, but whenever I try, I get the following error: botocore.exceptions.ClientError: An error occurred (InvalidRequest) when calling the PutObject operation:…
Nisu
  • 230
  • 2
  • 10
2
votes
1 answer

Exception when creating a role on Ceph Object Gateway using Java AWS SDK

I am trying to follow the Ceph documentation's examples to test its STS functionality using the Java AWS SDK (v 2.5.16). It is failing rather early on in the process when calling the IamClient's createRole method. The exception thrown…
Christoph
  • 233
  • 1
  • 6
2
votes
2 answers

Set limit on Ceph rgw user usage

I want to limit each user on rgw object gateway (radosgw) usage that gets from radosgw-admin usage show --uid=johndoe --start-date=2012-03-01 --end-date=2012-04-01 Any way that I can set limit on these parameters from usage show command? For example…
Seena Fallah
  • 43
  • 1
  • 6
2
votes
1 answer

ceph gateway not working

I've deployed an 6 nodes ceph storage cluster + 1 admin & 1 monitor. Everything seems fine. I've just created a gateway node and it appears to be fine when I started the ceph-radosgw process: [ceph@gwy001iad ~]$ sudo /etc/init.d/ceph-radosgw…
windonwaters
  • 21
  • 1
  • 3
2
votes
1 answer

CEPH + S3 Java SDK + presigned PUT + CORS = FAIL

I am looking for the magic formula to get CEPH + S3 Java SDK + presigned PUT url + CORS working. We are able to create a bucket and then apply a CORS configuration to the bucket. We are then able to create a pre-generated PUT url that we then send…
hubbardr
  • 3,153
  • 1
  • 21
  • 27
1
vote
1 answer

Ceph Rados : Facing errors during dependencies installation on Ubuntu

I am getting few errors during dependencies installation step in the install-deps.sh script. Building dependency tree Reading state information... Done E: Unable to locate package ceph-libboost-atomic1.79-dev E: Couldn't find any package by…
1
vote
3 answers

ceph df max available miscalculation

Ceph cluster shows following weird behavior with ceph df output: --- RAW STORAGE --- CLASS SIZE AVAIL USED RAW USED %RAW USED hdd 817 TiB 399 TiB 418 TiB 418 TiB 51.21 ssd 1.4 TiB 1.2 TiB 22 GiB 174 GiB …
Nyquillus
  • 179
  • 1
  • 5
  • 23
1
vote
1 answer

Ceph limitations (number of buckets and number of users)

I want to know about these questions: maximum number of buckets in ceph cluster maximum number of users in radosgw thanks.
1
vote
1 answer

How to CreateTopic in Ceph as a user

I'm trying to create a topic in Ceph so that I can receive notifications when an object is uploaded to a bucket. When I call the CreateTopic endpoint without any AWS credentials (as an anonymous user), the call succeeds. However, in order to receive…
Alexis Anand
  • 13
  • 1
  • 4
1
vote
1 answer

Ceph RGW unable to upload object if JaegerTracing is implemented

OS : ubuntu 18.04 ceph : octopus jaeger : master When I implement jaegertracer in the function that is responsibe for writing file to ceph via RGW, I am unable to upload my file Im getting this error Warning: failed to create container…
Abhinav Singh
  • 302
  • 3
  • 15
1
vote
2 answers

Is it possible to generate an S3 download URL without query parameters?

I am using an S3 instance provided by the Ceph Rados Gateway, not Amazon S3. I can generate download urls like this: http://://?AWSAccessKeyId=&Signature=&Expires= but certain clients, like…
Randy
  • 908
  • 12
  • 30
1
vote
1 answer

Can't access Buckets on S3 using AWS S3 Java API using HTTPS

Trying to access our local S3 storage I first ran into a problem with a missing certificate: Exception in thread "main" com.amazonaws.SdkClientException: Unable to execute HTTP request: sun.security.validator.ValidatorException: PKIX path…
derOlli
  • 41
  • 1
  • 4
1
2 3