Comment 3 for bug 1710474

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

Reviewed: https://review.openstack.org/497691
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-osd/commit/?id=189e7620c07d81c5fdaa2c680c51ffd2d29f168b
Submitter: Zuul
Branch: master

commit 189e7620c07d81c5fdaa2c680c51ffd2d29f168b
Author: Dmitrii Shcherbakov <email address hidden>
Date: Mon Aug 28 16:13:52 2017 +0300

    add bluestore-specific config options

    Adds bluestore-specific options related to the metadata-only journal.

    The options allow a user to control:

    1. path to a bluestore wal (block special file or regular file)
    2. path to a bluestore db (block special file or regular file)
    3. size of both

    Their configuration works similarly to the FileStore journal. If paths
    are not specified both WAL and DB will be collocated on the same block
    device as data.

    Other options can be configured via an existing config-flags option if needed.
    http://docs.ceph.com/docs/master/rados/configuration/bluestore-config-ref/

    Closes-Bug: #1710474
    Change-Id: Ia85092230d4dcb0435354deb276012f923547393
    Depends-On: I483ee9dae4ce69c71ae06359d0fb96aaa1c56cbc
    Depends-On: Idbbb69acec92b2f2efca80691ca73a2030bcf633