Bug 1396695

Summary: BlueStore Configuration Options
Product: Red Hat Ceph Storage Reporter: John Wilkins <jowilkin>
Component: DocumentationAssignee: Aron Gunn <agunn>
Status: CLOSED NOTABUG QA Contact: ceph-qe-bugs <ceph-qe-bugs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 2.1CC: agunn, asriram, hnallurv, jbrier, kdreyer
Target Milestone: rc   
Target Release: 3.*   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-01-22 22:37:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On: 1397535    
Bug Blocks:    

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.