Skip to content

Commit

Permalink
fix(kyak): force ceph reconcile
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Witlin <[email protected]>
  • Loading branch information
coolguy1771 committed Jan 13, 2024
1 parent a1f711e commit d5d5b13
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,14 @@ spec:
- name: ceph-objectstore
spec:
metadataPool:
failureDomain: osd
failureDomain: host
replicated:
size: 3
size: 6
dataPool:
failureDomain: osd
erasureCoded:
dataChunks: 2
codingChunks: 1
dataChunks: 4
codingChunks: 2
preservePoolsOnDelete: true
gateway:
port: 80
Expand Down

0 comments on commit d5d5b13

Please sign in to comment.