]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/config: less noise about configs from mon we can't apply 36289/head
authorSage Weil <sage@redhat.com>
Tue, 3 Dec 2019 23:54:44 +0000 (17:54 -0600)
committerJason Dillaman <dillaman@redhat.com>
Fri, 24 Jul 2020 18:05:51 +0000 (14:05 -0400)
commite6b1e524def1c7532e4b151398bbae0858cd8e67
tree72534ff7ae465c78bdcb69894a113bb8d1855b55
parent1dfef83eeb53147a5da8484f54fbcf46693b748f
common/config: less noise about configs from mon we can't apply

It is normal to set things in teh mon config database that can't be absorbed
by clients/daemons at runtime.  Things like ms_type can/should be set there
(so that they, for instance, help produce the 'config minimal-conf') but
we don't need daemons to spit out error messages every time they get a config
update.

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit c7e3dd0af4172633de6cd93126818abd8fde91ab)
src/common/config.cc