Merge "Disable object skew warnings"

This commit is contained in:
Zuul 2018-12-12 14:02:02 +00:00 committed by Gerrit Code Review
commit e7c2c31fa7
1 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,12 @@ mon cluster log to syslog = {{ use_syslog }}
debug mon = {{ loglevel }}/5
debug osd = {{ loglevel }}/5
# NOTE(jamespage):
# Disable object skew warnings as these only use
# the number of objects and not their size in the
# skew calculation.
mon pg warn max object skew = -1
{% if ceph_public_network is string %}
public network = {{ ceph_public_network }}
{%- endif %}