Comment 1 for bug 1578403

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

Reviewed: https://review.openstack.org/317341
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-osd/commit/?id=53d09832e59b3cb268f7ae2d72335b7780905c7b
Submitter: Jenkins
Branch: master

commit 53d09832e59b3cb268f7ae2d72335b7780905c7b
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