Enable pool deletion in ceph.conf

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:20 -04:00
parent 005aac91e2
commit 596ce789b1
1 changed files with 1 additions and 0 deletions

View File

@ -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"