From 596ce789b1399093a6748b2692197a4dbaa64a76 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:20 -0400 Subject: [PATCH] Enable pool deletion in ceph.conf --- 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 85eba9b..f6069c9 100644 --- a/roles/pvc/tasks/ceph/bootstrap.yml +++ b/roles/pvc/tasks/ceph/bootstrap.yml @@ -63,6 +63,7 @@ - "auth cluster required = cephx" - "auth service required = cephx" - "auth client required = cephx" + - "mon allow pool delete = 1" - "osd journal size = 2" - "osd pool default size = 3" - "osd pool default min size = 2"