ceph/doc/rados/configuration
Vangelis Tasoulas 24131fc59a
doc: Update documentation for the MANY_OBJECTS_PER_PG warning
The current documentation for the MANY_OBJECTS_PER_PG warning
states that The threshold can be raised to silence the health
warning by adjusting the mon_pg_warn_max_object_skew config
option on the monitors. It seems that this is not true (at least)
since the luminous times, and this option should be adjusted on
the managers.

I encountered this problem and I spend quite sometime injecting
the mon_pg_warn_max_object_skew to the monitors, added the option
ceph.conf and restarted the monitors several times but the warning
was not going away. I had to download the code to see what's
happening and I found out this:

$ git grep -A 3 mon_pg_warn_max_object_skew src/common/options.cc
src/common/options.cc:1480:    Option("mon_pg_warn_max_object_skew", Option::TYPE_FLOAT, Option::LEVEL_ADVANCED)
src/common/options.cc-1481-    .set_default(10.0)
src/common/options.cc-1482-    .set_description("max skew few average in objects per pg")
src/common/options.cc-1483-    .add_service("mgr"),

After I restarted the ceph-mgr service, the warning went away.

Signed-off-by: Vangelis Tasoulas <vangelis@tasoulas.net>
2019-04-05 19:53:35 +02:00
..
auth-config-ref.rst
bluestore-config-ref.rst doc: typo fixes, s/Requered/Required/ 2019-02-13 23:04:40 +08:00
ceph-conf.rst doc: Updated dashboard iSCSI configuration, added labels 2019-03-31 13:32:15 -05:00
common.rst Merge PR #25009 into master 2019-01-04 13:42:09 -06:00
demo-ceph.conf
filestore-config-ref.rst
general-config-ref.rst
index.rst doc/rados/configuration/msgr2: some documentation about msgr2 2019-03-09 19:10:21 -06:00
journal-ref.rst
mon-config-ref.rst doc: Remove value 'mon_osd_max_split_count' from the docs 2019-02-22 11:16:34 +01:00
mon-lookup-dns.rst doc/rados/configuration/mon-lookup-dns: fix typo 2019-04-04 12:37:54 +01:00
mon-osd-interaction.rst
ms-ref.rst common/options: remove unused ms async affinity options 2019-01-23 11:17:41 -05:00
msgr2.rst doc/releases/nautilus: add reference to msgr2 config update section 2019-03-18 03:14:24 -05:00
network-config-ref.rst doc/rados/configuration/network-config-ref: revise network docs somewhat 2019-01-03 11:17:31 -06:00
osd-config-ref.rst Merge pull request #27243 from theanalyst/doc-scheduler 2019-03-28 14:23:11 -04:00
pool-pg-config-ref.rst doc: Update documentation for the MANY_OBJECTS_PER_PG warning 2019-04-05 19:53:35 +02:00
pool-pg.conf
storage-devices.rst