From 647ca1c4460690c79d5e2529b8d002e742be005c Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:26 -0400 Subject: [PATCH] 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. --- roles/pvc/tasks/ceph/bootstrap.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/pvc/tasks/ceph/bootstrap.yml b/roles/pvc/tasks/ceph/bootstrap.yml index 708e76c..b975b96 100644 --- a/roles/pvc/tasks/ceph/bootstrap.yml +++ b/roles/pvc/tasks/ceph/bootstrap.yml @@ -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: