[ceph-users] (no subject)

2018-04-16 Thread F21
unsub ___ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

[ceph-users] Does RGW's S3 API support AbortIncompleteMultipartUpload bucket lifecycle rules?

2018-02-27 Thread F21
 I am trying to apply a bucket lifecycle rule to clean up incomplete multipart uploads. This is my request (in Go) using the AWS Go SDK (v2):     req := s3Client.PutBucketLifecycleConfigurationRequest(&s3.PutBucketLifecycleConfigurationInput{         Bucket: aws.String("somebucket"),        

Re: [ceph-users] Significance of the us-east-1 region when using S3 clients to talk to RGW

2018-02-19 Thread F21
   "default"     ] } $ radosgw-admin zone list {     "default_info": "",     "zones": [     "default"     ] } On 20/02/2018 10:33 AM, Yehuda Sadeh-Weinraub wrote: What is the name of your zonegroup? On Mon, Feb 19, 2018 at 3:29 PM, F21 wr

Re: [ceph-users] Significance of the us-east-1 region when using S3 clients to talk to RGW

2018-02-19 Thread F21
to avoid doing that? Yehuda On Sun, Feb 18, 2018 at 1:54 PM, F21 wrote: I am using the AWS Go SDK v2 (https://github.com/aws/aws-sdk-go-v2) to talk to my RGW instance using the s3 interface. I am running ceph in docker using the ceph/daemon docker images in demo mode. The RGW is started with

[ceph-users] Significance of the us-east-1 region when using S3 clients to talk to RGW

2018-02-18 Thread F21
I am using the AWS Go SDK v2 (https://github.com/aws/aws-sdk-go-v2) to talk to my RGW instance using the s3 interface. I am running ceph in docker using the ceph/daemon docker images in demo mode. The RGW is started with a zonegroup and zone with their names set to an empty string by the script

[ceph-users] Is the minimum length of a part in a RGW multipart upload configurable?

2018-02-15 Thread F21
I am uploading parts to RGW using the S3 multipart upload functionality. I tried uploading a part sized at 500 KB and received a EntityTooSmall error from the server. I am assuming that it expects each part to have a minimum size of 5MB like S3. I found `rgw multipart min part size` being men

[ceph-users] Running ceph in docker

2016-06-29 Thread F21
Hey all, I am interested in running ceph in docker containers. This is extremely attractive given the recent integration of swarm into the docker engine, making it really easy to set up a docker cluster. When running ceph in docker, should monitors, radosgw and OSDs all be on separate physic