]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/config: less noise about configs from mon we can't apply 31988/head
authorSage Weil <sage@redhat.com>
Tue, 3 Dec 2019 23:54:44 +0000 (17:54 -0600)
committerSage Weil <sage@redhat.com>
Tue, 3 Dec 2019 23:54:44 +0000 (17:54 -0600)
commitc7e3dd0af4172633de6cd93126818abd8fde91ab
treeb950cc63a10d7866d07eb769fa107a14d7ff19bf
parentd5f17300254ee909414384e2c2635fd263106b8d
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>
src/common/config.cc