Bug 1667565 - Improve description of sizing considerations for BlueStore
Summary: Improve description of sizing considerations for BlueStore
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Documentation
Version: 3.2
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: z1
: 3.2
Assignee: Aron Gunn
QA Contact: ceph-qe-bugs
URL:
Whiteboard:
Depends On:
Blocks: 1668330
TreeView+ depends on / blocked
 
Reported: 2019-01-18 20:16 UTC by Neha Ojha
Modified: 2019-08-26 06:55 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-26 06:55:26 UTC
Embargoed:


Attachments (Terms of Use)

Description Neha Ojha 2019-01-18 20:16:32 UTC
Description of problem:

https://access.qa.redhat.com/documentation/en-us/red_hat_ceph_storage/3/html-single/administration_guide/#sizing-considerations-for-bluestore-management includes details about bluestore_cache_size, which users are not required to tune, with the introduction of osd_memory_target.

Remove old references and add the procedure to override bluestore block db size and bluestore block wal size using ceph-ansible, based on the guidelines already included in the documentation.

Comment 1 John Harrigan 2019-01-18 20:34:39 UTC
Here is an example of the syntax to use in 'group_vars/all.yml' to override the
values for db size and wal size

ceph_conf_overrides:
  osd:
    bluestore block db size: 14336000000
    bluestore block wal size: 2048000000


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