Skip to content

Commit a3afc0b

Browse files
committed
(ruka) reduce rgw pool pg sizes
To resolve this warning: health: HEALTH_WARN Reduced data availability: 32 pgs inactive, 32 pgs incomplete too many PGs per OSD (408 > max 250)
1 parent 9898741 commit a3afc0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fleet/lib/rook-ceph-conf/charts/ruka/templates/cephobjectstore-lfa.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ spec:
190190
nodelete: "true"
191191
nosizechange: "true"
192192
pg_autoscale_mode: "off"
193-
pg_num: "256"
193+
pg_num: "32"
194194
replicated:
195195
size: 3
196196
---
@@ -242,7 +242,7 @@ spec:
242242
nosizechange: "true"
243243
pg_autoscale_mode: "off"
244244
bulk: "true"
245-
pg_num: "512"
245+
pg_num: "64"
246246
---
247247
apiVersion: storage.k8s.io/v1
248248
kind: StorageClass

0 commit comments

Comments
 (0)