Add default features flag to ceph.conf generator

Coupled with the removal of explicit --image-features flags to the RBD
command in PVC itself, this ensures that only the two features supported
on kernel 4.19 are enabled by default.
This commit is contained in:
Joshua Boniface 2023-09-01 15:42:26 -04:00
parent 86eaeed2b4
commit 647ca1c446
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@
- "osd pool default pgp num = 256"
- "osd crush chooseleaf type = 1"
- "bluestore cache autotune = true"
- "rbd default features = 5"
- name: add memory limit if requested
lineinfile: