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 2021-07-30 11:39:24 -04:00
parent 2cc4548af6
commit b62731199f
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: