unsub
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
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"),
"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
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
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
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
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