Bug 1328297

Summary: [doc] Rados gateway needs at least 1 replicated pool for creating an Erasure Coding pool
Product: Red Hat Ceph Storage Reporter: James Biao <jbiao>
Component: DocumentationAssignee: Bara Ancincova <bancinco>
Status: CLOSED CURRENTRELEASE QA Contact: ceph-qe-bugs <ceph-qe-bugs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 1.3.2CC: asriram, hnallurv, jbiao, kdreyer, nlevine
Target Milestone: rc   
Target Release: 2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-09-30 17:18:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description James Biao 2016-04-19 00:58:33 UTC
Description of problem:

The following warning / notice should be included in Ceph documentation, erasure coding pool part.

"The RGW needs at least 1 pool to be on a replicated pool vs EC.  Specifically, the .rgw.buckets.extra pool must be a replicated pool."

This is from SME Michael Kidd in support case 01618963.

Customer configured all pools in erasure coding pool. When creating new bucket, it hits

WARNING: set_req_state_err err_no=95 resorting to 500
req 388:0.015874:s3:PUT /MYTEST/:create_bucket:http status=500

err_no=95 suggests "Operation not supported on transport endpoint"

Customer modified all of the radosgw pools EXCEPT .rgw.buckets (left it erasure coded) and made them replicated and it works. 



Version-Release number of selected component (if applicable):

It's not mentioned in any current Ceph documentation.

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info: