Skip to content

Commit

Permalink
Merge pull request #1047 from obnoxxx/max-pg-400
Browse files Browse the repository at this point in the history
ceph: raise mon_max_pg_per_osd from 300 to 600
  • Loading branch information
jarrpa committed Feb 10, 2021
2 parents 82c4476 + a5db977 commit a34aff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/storagecluster/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (
mon_osd_full_ratio = .85
mon_osd_backfillfull_ratio = .8
mon_osd_nearfull_ratio = .75
mon_max_pg_per_osd = 300
mon_max_pg_per_osd = 600
[osd]
osd_memory_target_cgroup_limit_ratio = 0.5
`
Expand Down

0 comments on commit a34aff3

Please sign in to comment.