wip: add config option for osd memory target

Closes-Bug: #1934143

Change-Id: I22dfc25c4ac2737f5d872ca2bdab3c533533dbff
This commit is contained in:
Samuel Walladge
2023-01-10 12:01:32 +10:30
parent f50e64fb33
commit fffccb1996
4 changed files with 87 additions and 0 deletions

View File

@@ -62,6 +62,9 @@ keyring = /var/lib/ceph/mds/$cluster-$id/keyring
[osd]
keyring = /var/lib/ceph/osd/$cluster-$id/keyring
{%- if osd_memory_target %}
osd memory target = {{ osd_memory_target }}
{%- endif %}
{% if bluestore -%}
{% if not bluestore_experimental -%}