]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
Support setting the "mon pg warn max object skew" in ceph.conf 401/head
authorMarc Heckmann <marc.heckmann@ubisoft.com>
Thu, 3 Sep 2015 21:08:51 +0000 (17:08 -0400)
committerMarc Heckmann <marc.heckmann@ubisoft.com>
Thu, 3 Sep 2015 21:08:51 +0000 (17:08 -0400)
commite279055a3bf91bc80d03249336f05a41a8479cc0
treeadf3e0c9e2c4beff9a1e726ba11c729e075cc75e
parent21c6d5797684220eed2de1eccdb06d3a5cde4bc5
Support setting the "mon pg warn max object skew" in ceph.conf

It should be used to disable health warnings about number of PGs
being too low if some pools have very few objects bringing down
the average number of objects per pool. This happens when running RadosGW.

The default is 10 and since the warnings only occur with some use cases,
the default here is 10 as well. Set to 20 or more to silence the warnings.
group_vars/all.sample
roles/ceph-common/defaults/main.yml
roles/ceph-common/templates/ceph.conf.j2