Bug 1396695 - BlueStore Configuration Options
Summary: BlueStore Configuration Options
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat
Component: Documentation
Version: 2.1
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: rc
: 3.*
Assignee: Aron Gunn
QA Contact: ceph-qe-bugs
URL:
Whiteboard:
Depends On: 1397535
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-11-19 01:04 UTC by John Wilkins
Modified: 2019-01-22 22:37 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-01-22 22:37:47 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description John Wilkins 2016-11-19 01:04:25 UTC
Description of problem:

We will be supporting BlueStore in production soon enough, and it is in Tech Preview. There are numerous configurable options for it. However, they are not fully documented. 

The upstream source code can be cloned at http://github.com/ceph/ceph. 

In the repository, change to the src/common directory.

e.g., 

# cd ceph
# cd src/common

In src/common, there is a file called config_opts.h. It contains most of Ceph's configurable options. Beginning around line 937 and ending around line 1036, there are multiple entries for BlueStore configuration options. 

# grep -rn blue

We need to find out which ones we need to document.


Note You need to log in before you can comment on or make changes to this bug.