Skip to content

Commit

Permalink
Add new Ceph values to ceph config values saved in constants.py (#4623)
Browse files Browse the repository at this point in the history
Signed-off-by: Elad Ben Aharon <[email protected]>
  • Loading branch information
ebenahar authored Jul 29, 2021
1 parent 65339ca commit 3c9ccfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ocs_ci/ocs/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -1326,10 +1326,12 @@

ROOK_CEPH_CONFIG_VALUES = """
[global]
bdev_flock_retry = 20
mon_osd_full_ratio = .85
mon_osd_backfillfull_ratio = .8
mon_osd_nearfull_ratio = .75
mon_max_pg_per_osd = 600
mon_pg_warn_max_object_skew = 0
[osd]
osd_memory_target_cgroup_limit_ratio = 0.5
"""
Expand Down

0 comments on commit 3c9ccfe

Please sign in to comment.