Comment 3 for bug 1578403

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceph-osd (stable/16.04)

Reviewed: https://review.openstack.org/318611
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-osd/commit/?id=813500053e4e8456c2e5f4d9665ba9dd58bc38af
Submitter: Jenkins
Branch: stable/16.04

commit 813500053e4e8456c2e5f4d9665ba9dd58bc38af
Author: James Page <email address hidden>
Date: Tue May 17 10:08:18 2016 +0100

    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: I26f1d8a6f9560b307929f294d2d637c92986cf41
    Closes-Bug: 1580320
    Closes-Bug: 1578403
    (cherry picked from commit 53d09832e59b3cb268f7ae2d72335b7780905c7b)