From b62731199f7e24282d032bfa9ea41b1da7e1d736 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 30 Jul 2021 11:39:24 -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: