Ceph Limitation on Object Length (Object Store)
HI, I have created an s3 bucket backed by CEPH and when am uploading a blob which is greater than 220 characters the upload is getting failed and anything lesser than this length is working. I have installed CEPH on Centos and the file system type is XFS. Is there any configuration through which I can overcome the 256 character limitation on object length ? Thanks & Regards, Rajiv
I see this property on the osd pod under /etc/ceph/ceph.conf, can we override this and if yes, can it be done through kubernetes templates as am using rook to deploy ceph ? osd max object name len = 256 On Tue, Mar 10, 2020 at 10:21 AM rajiv chodisetti < rajivchodisetti54@gmail.com> wrote:
HI,
I have created an s3 bucket backed by CEPH and when am uploading a blob which is greater than 220 characters the upload is getting failed and anything lesser than this length is working.
I have installed CEPH on Centos and the file system type is XFS.
Is there any configuration through which I can overcome the 256 character limitation on object length ?
Thanks & Regards, Rajiv
got it fixed the issue by overriding this value to 1024 via https://rook.io/docs/rook/v0.8/advanced-configuration.html#custom-cephconf-s... <https://slack-redir.net/link?url=https%3A%2F%2Frook.io%2Fdocs%2Frook%2Fv0.8%2Fadvanced-configuration.html%23custom-cephconf-settings> followed by restarting the daemons On Tue, Mar 10, 2020 at 10:47 AM rajiv chodisetti < rajivchodisetti54@gmail.com> wrote:
I see this property on the osd pod under /etc/ceph/ceph.conf, can we override this and if yes, can it be done through kubernetes templates as am using rook to deploy ceph ?
osd max object name len = 256
On Tue, Mar 10, 2020 at 10:21 AM rajiv chodisetti < rajivchodisetti54@gmail.com> wrote:
HI,
I have created an s3 bucket backed by CEPH and when am uploading a blob which is greater than 220 characters the upload is getting failed and anything lesser than this length is working.
I have installed CEPH on Centos and the file system type is XFS.
Is there any configuration through which I can overcome the 256 character limitation on object length ?
Thanks & Regards, Rajiv
participants (1)
-
rajiv chodisetti