Project

General

Profile

Actions

Bug #38311

closed

Ceph S3 enable Multipart

Added by kannan v about 5 years ago. Updated about 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Hi,
We have installed ceph. I am able to upload the files using S3 objectstore.
If I upload the file more than 80MB, then I am getting the below error

====
2019-02-07 19:17:28.317 7fe805aae700 0 rgw_init_ioctx ERROR: librados::Rados::pool_create returned (34) Numerical result out of range (this can be due to a pool or placement group misconfiguration, e.g. pg_num < pgp_num or mon_max_pg_per_osd exceeded) ====

If i upload the file with S3 option of disable multipart, then upload is successfully happening....
Is there a way to enable the multipart in Ceph S3?

Thanks,
Kannan V

Actions #1

Updated by Greg Farnum about 5 years ago

  • Project changed from Ceph to rgw
  • Category deleted (librados)
Actions #2

Updated by Abhishek Lekshmanan about 5 years ago

  • Tracker changed from Support to Bug
  • Status changed from New to 4
  • Regression set to No
  • Severity set to 3 - minor

This seems to be because rgw is trying to create a pool for tracking multipart metadata but most likely mon_max_pg_per_osd is exceeded. Try just ceph osd pool create testpool for eg. and that would fail as well with the default pg_num

Actions #3

Updated by Abhishek Lekshmanan about 5 years ago

  • Status changed from 4 to Resolved
Actions

Also available in: Atom PDF