Skip to content

Commit abdeb5e

Browse files
committed
(ruka) enable ceph osd encryption + apply clyso rgw tuning
1 parent f5fc4c8 commit abdeb5e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

fleet/lib/rook-ceph-cluster/overlays/ruka/values.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,30 @@
22
cephClusterSpec:
33
mon:
44
count: 3
5+
cephConfig:
6+
global:
7+
osd_pool_default_pg_autoscale_mode: warn
8+
rgw_override_bucket_index_max_shards: "401"
9+
rgw_enable_usage_log: "false"
10+
mgr:
11+
mgr/balancer/upmap_max_deviation: "1"
12+
osd:
13+
osd_max_pg_per_osd_hard_ratio: "10"
14+
osd_op_queue: wpq
15+
osd_scrub_auto_repair: "true"
16+
client.rgw.lfa.a:
17+
rgw_enable_usage_log: "false"
18+
rgw_enable_lc_threads: "false" # disable object gc
19+
client.rgw.lfagc.a:
20+
rgw_enable_usage_log: "false"
21+
rgw_enable_lc_threads: "true" # enable object gc
22+
523
storage:
624
useAllNodes: false
725
useAllDevices: false
826
config:
927
osdsPerDevice: "1"
28+
encryptedDevice: "true"
1029
nodes:
1130
- name: ruka01
1231
devices:

0 commit comments

Comments
 (0)