Skip to content

Commit

Permalink
fixup! (TESTING) convert lfa to cephblockpool
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Sep 27, 2024
1 parent 11dddb9 commit 51dd29f
Showing 1 changed file with 1 addition and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,10 @@ metadata:
name: lfa
namespace: rook-ceph
spec:
# metadataPool:
# failureDomain: host
# replicated:
# size: 3
# quotas:
# maxSize: 10Gi
# parameters:
# nodelete: "true"
# nosizechange: "true"
# pg_autoscale_mode: "off"
# pg_num: "1024"
# dataPool:
# failureDomain: host
# erasureCoded:
# dataChunks: 8
# codingChunks: 3
# quotas:
# maxSize: 1Pi
# parameters:
# nodelete: "true"
# nosizechange: "true"
# bulk: "true"
# pg_autoscale_mode: "off"
# pg_num: "2048"
preservePoolsOnDelete: true
gateway:
sslCertificateRef:
port: 80
# securePort: 443
instances: 18
resources:
limits:
Expand Down Expand Up @@ -86,7 +61,6 @@ spec:
replicated:
size: 3
---
---
apiVersion: ceph.rook.io/v1
kind: CephBlockPool
metadata:
Expand Down Expand Up @@ -197,8 +171,8 @@ spec:
parameters:
nodelete: "true"
nosizechange: "true"
bulk: "true"
pg_autoscale_mode: "off"
bulk: "true"
pg_num: "2048"
quotas:
maxSize: 1Pi

0 comments on commit 51dd29f

Please sign in to comment.