Skip to content

Commit

Permalink
chore(staging): Move cephConfig (#5259)
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn authored Mar 3, 2025
1 parent 162c987 commit 15cfe3e
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,16 @@ spec:
monitoring:
enabled: true
createPrometheusRules: true
configOverride: |
[global]
bdev_enable_discard = true
bdev_async_discard = true

cephClusterSpec:
cephVersion:
image: quay.io/ceph/ceph:v19.2.1@sha256:41d3f5e46ff7de28544cc8869fdea13fca824dcef83936cb3288ed9de935e4de

cephConfig:
global:
bdev_enable_discard = true
bdev_async_discard = true

resources:
mgr:
requests:
Expand Down

0 comments on commit 15cfe3e

Please sign in to comment.