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
Showing
- config.yaml 24 additions, 0 deletionsconfig.yaml
- hooks/ceph_hooks.py 2 additions, 0 deletionshooks/ceph_hooks.py
- lib/ceph/utils.py 2 additions, 0 deletionslib/ceph/utils.py
- metadata.yaml 8 additions, 0 deletionsmetadata.yaml
- templates/ceph.conf 6 additions, 0 deletionstemplates/ceph.conf
- unit_tests/test_ceph_hooks.py 37 additions, 7 deletionsunit_tests/test_ceph_hooks.py
Loading
Please register or sign in to comment