Re: [ceph-users] Fwd: [Ceph-community] Wasting the Storage capacity when using Ceph based On high-end storage systems

2016-05-29 Thread Christian Balzer
Hello, you may want to read up on the various high-density node threads and conversations here. You most certainly do NOT need high end-storage systems to create multi-petabyte storage systems with Ceph. If you were to use these chassis as a basis: https://www.supermicro.com.tw/products/system

[ceph-users] Fwd: [Ceph-community] Wasting the Storage capacity when using Ceph based On high-end storage systems

2016-05-29 Thread Jack Makenz
Forwarded conversation Subject: Wasting the Storage capacity when using Ceph based On high-end storage systems From: *Jack Makenz* Date: Sun, May 29, 2016 at 6:52 PM To: ceph-commun...@lists.ceph.com Hello All, There are some serious problem about ceph that may waste st

Re: [ceph-users] RGW AWS4 issue.

2016-05-29 Thread Khang Nguyễn Nhật
Thank Yehuda ! I tried to make: s3.create_bucket (// Bucket = 'image', CreateBucketConfiguration = { 'LocationConstraint': ''} //), s3.create_bucket (// Bucket = 'image', CreateBucketConfiguration = { 'LocationConstraint': '""'} //), s3.create_bucket (// Bucket = 'image', //) # no LocationConstrai

[ceph-users] Fwd: RGW AWS4 issue.

2016-05-29 Thread Khang Nguyễn Nhật
___ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Re: [ceph-users] rgw s3website issue

2016-05-29 Thread Robin H. Johnson
On Sun, May 29, 2016 at 05:17:14PM +0530, Gaurav Bafna wrote: > Hi Cephers, > > I am unable to create bucket hosting a webstite in my vstart cluster. > > When I do this in boto : > > website_bucket.configure_website('index.html','error.html') > > I get : > > boto.exception.S3ResponseError: S3R

Re: [ceph-users] RGW AWS4 issue.

2016-05-29 Thread Yehuda Sadeh-Weinraub
On Sun, May 29, 2016 at 11:13 AM, Khang Nguyễn Nhật wrote: > Hi, > I'm having problems with AWS4 in the CEPH Jewel when interact with the > bucket, object. > First I will talk briefly about my cluster. My cluster is used CEPH Jewel > v10.2.1, including: 3 OSD, 2 monitors and 1 RGW. > - Information

[ceph-users] RGW AWS4 issue.

2016-05-29 Thread Khang Nguyễn Nhật
Hi, I'm having problems with AWS4 in the CEPH Jewel when interact with the bucket, object. First I will talk briefly about my cluster. My cluster is used CEPH Jewel v10.2.1, including: 3 OSD, 2 monitors and 1 RGW. - Information in *zonegroup*: CLI: radosgw-admin zone list. (CLI is comand line) read

Re: [ceph-users] rgw s3website issue

2016-05-29 Thread Yehuda Sadeh-Weinraub
On Sun, May 29, 2016 at 4:47 AM, Gaurav Bafna wrote: > Hi Cephers, > > I am unable to create bucket hosting a webstite in my vstart cluster. > > When I do this in boto : > > website_bucket.configure_website('index.html','error.html') > > I get : > > boto.exception.S3ResponseError: S3ResponseError:

[ceph-users] rgw s3website issue

2016-05-29 Thread Gaurav Bafna
Hi Cephers, I am unable to create bucket hosting a webstite in my vstart cluster. When I do this in boto : website_bucket.configure_website('index.html','error.html') I get : boto.exception.S3ResponseError: S3ResponseError: 405 Method Not Allowed Here is my ceph.conf for radosgw: rg