~openstack-charmers-next/charms/precise/ceph/trunk

Viewing all changes in revision 164.

  • Committer: James Page
  • Date: 2016-05-19 07:54:10 UTC
  • Revision ID: james.page@ubuntu.com-20160519075410-c3nqs1kqfbmbqrc0
Limit OSD object name lengths for Jewel + ext4

As of the Ceph Jewel release, certain limitations apply to
OSD object name lengths: specifically if ext4 is in use for
block devices or a directory based OSD is configured, OSD's
must be configured to limit object name length:

  osd max object name len = 256
  osd max object namespace len = 64

This may cause problems storing objects with long names via
the ceph-radosgw charm or for direct users of RADOS.

Also ensure that ceph.conf as a final newline as ceph requires
this.

Change-Id: I99447232bd002116f1f5822f1cf872984f79ef81
Closes-Bug: 1580320
Closes-Bug: 1578403

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: